"We are back" « oc.at

[help]dual screen (desktop erweitern)?

freezer90 18.10.2005 - 17:23 860 0
Posts

freezer90

Ex SE Student
Avatar
Registered: Aug 2002
Location: Linz
Posts: 768
hi!

also erstmal vorweg: me verwendet ubuntu5.10 und ist ein totaler n00b was linux anbelangt.

ich habe mich jetzt den ganzen tag durchs web gewühlt und diverse howtos probiert, doch hab ich leider nichts passendes/funktionierendes gefunden.

ich habe eigentlich nur herausgefunden, dass das über xinerama laufen sollte und ich dazu die xorg.conf editieren muss. soweit so gut. hab ich auch gemacht (monitor/device/screen und serverlayout geändert). doch verändert hat sich nix:( (außer dass ich gelernt habe immer backups von den config dateien zu machen :rolleyes:)

hab noch immer den selben sch* default clone mode.

btw. ich verwende ne ati9800pro die laut "gerätemanger" einwandfrei erkannt wurde (also an der kanns glaub ich nicht liegen)

danke schon mal!

mfg
freezer90

PS:
xorg.conf
Code: PHP
Section "Device"
	Identifier	"primary"
	Driver		"ati"
	BusID		"PCI:1:0:0"
        Screen          0
EndSection

Section "Device"
	Identifier	"secondary"
	Driver		"ati"
	BusID		"PCI:1:0:1"
        Screen          1
EndSection

Section "Monitor"
	Identifier	"tft1"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"tft2"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"first"
	Device		"primary"
	Monitor		"tft1"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"second"
	Device		"secondary"
	Monitor		"tft2"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0 "first" 0 0
        Screen          1 "second" RightOf "first"
        Option          "Xinerama" "on"
        Option          "Clone" "off"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz