ATI x.org Dual Monitor

Denis Witt witt at cat06.de
Die Jun 19 11:13:17 BST 2007


Florian Auer schrieb:

> * Welchen Treiber benutzt du?

fglrx/vesa beide mit dem fglrx zu nutzen schlägt fehl, no screens found.

> * Welche Grafikkarte benutzt du?

ATI Radeon X1400

> * Hast du mal nach "xinerama" gegoogelt?

Habe ich mal getestet, aber lief damals nicht. Werde ich mir aber 
nochmal ansehen.

> * Wie sieht deine /etc/X11/xorg.conf aus?

Section "Monitor"
	Identifier   "Lenovo TFT"
	HorizSync    30.0 - 90.0
	VertRefresh  50.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "External Monitor"
	HorizSync    30.0 - 90.0
	VertRefresh  50.0 - 100.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[1]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"

#	Driver		"vesa"
	Identifier  "ATI RADEON X1400 (Primary)"
	Driver      "fglrx"
	VideoRam    131072
	Option	    "MergedFB" "true"
	Option	    "MetaModes" "1600x1200"
	Option	    "MergedDPI" "100 100"
	Option	    "CRT2Position" "RightOf"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"

#	Driver		"fglrx"
	Identifier  "ATI RADEON X1400 (Secondary)"
	Driver      "vesa"
	VideoRam    131072
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Internal Screen"
	Device     "ATI RADEON X1400 (Primary)"
	Monitor    "Lenovo TFT"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1680x1050"
	EndSubSection
EndSection

Section "Screen"
	Identifier "External Screen"
	Device     "ATI RADEON X1400 (Secondary)"
	Monitor    "External Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1600x1200"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


Schö!