1
| | Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6800]"
Driver "nvidia"
BusID "PCI:5:0:0"
Option "TwinView"
Option "MetaModes" "1152x864,1152x864; 1152x864; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "30-80"
Option "SecondMonitorVertRefresh" "50-120"
Option "ConnectedMonitor" "CRT, CRT"
#other options I recommend:
Option "RenderAccel"
Option "HWcursor"
Option "CursorShadow"
Option "CursorShadowAlpha" "32"
Option "CursorShadowXOffset" "3"
Option "CursorShadowYOffset" "3"
#if you want Composite and GLX (they don't cooperate):
Option "AllowGLXWithComposite"
EndSection |