[help]dual screen (desktop erweitern)?

Seite 1 von 1 - Forum: Linux and other OS auf overclockers.at

URL: https://www.overclockers.at/linux/helpdual_screen_desktop_erweitern_151176/page_1 - zur Vollversion wechseln!


freezer90 schrieb am 18.10.2005 um 17:23

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




overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025