xorg.conf for: nVidia GeForce FX 5600XT - TwinView

Step-by-Step descriptions of how to do things.
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

xorg.conf for: nVidia GeForce FX 5600XT - TwinView

Post by ^rooker »

Here's a fine, working xorg.conf for a dual screen setup using nVidia GeForce FX 5600XT:

Code: Select all

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

Section "ServerLayout"
	Identifier	"Default Layout"
  	screen 		0 "Default Screen" 0 0
	Inputdevice	"Generic Keyboard"	"CoreKeyboard"
	Inputdevice	"Configured Mouse"
EndSection

Section "Module"
	Load           "dbe"
	Load           "extmod"
	Load           "freetype"
	Load           "glx"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Vendorname	"Belinea"
	Modelname	"Belinea 10 60 20"
	Horizsync	30.0-95.0
	Vertrefresh	50.0-150.0
	modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
	modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
	modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
	modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
	modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
	modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
	modeline  "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
	modeline  "1280x960@85" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
	modeline  "1280x1024@85" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
	modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
	modeline  "1400x1050@75" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
	modeline  "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
	modeline  "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
	modeline  "1600x1200@75" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
	modeline  "1600x1200@70" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
	modeline  "1792x1344@60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
	modeline  "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
	modeline  "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
	modeline  "2048x1536@60" 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync
	Gamma	1.0
	Option         "DPMS"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"nvidia"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV31 [GeForce FX 5600XT]"
	Monitor		"Monitor0"
	Defaultdepth	24

	Option         "TwinView" "1"
	Option         "metamodes" "CRT-0: 1280x1024_75 +1280+0, CRT-1: 1280x1024_75 +0+0"
	Option         "XAANoOffscreenPixmaps"
	Option         "NoLogo" "1"
	Option         "CursorShadow" "0"
	Option         "Coolbits" "1"
	Option         "ConnectedMonitor" "crt, crt"
	Option         "NoPowerConnectorCheck"
	Option         "SecondMonitorHorizSync" "31-93"
	Option         "SecondMonitorVertRefresh" "60-85"
	Option         "AllowGLXWithComposite" "1"
	Option         "RenderAccel" "1"
	Option         "AddARGBGLXVisuals" "1"

	Option		"Backingstore" "1"
	Option		"TripleBuffer" "1"
	Option		"NoFlip" "0"

	SubSection "Display"
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Post Reply