I had some issues setting up the Nvidia 6200 xorg.conf with Twinview since I went from 7.10 Gutsy Gibbon to 9.04 Jaunty Jackalope alpha 6. My previous video card lost a fan over the weekend while I was gone, and overheated. I purchased the Nvidia 6200 AGP card cause I thought I would have not issues setup up my xorg.conf twinview. I remember when I installed 7.10 Gutsy Gibbon on my work desktop, and I had no issues once I installed the Nvidia drivers using apt-get install nvidia-kernel-common. Going into this install I thought it was going to be a breeze to configure the Nvidia 6200 xorg twinview. I was wrong, and am just putting up my xorg.conf, and creating a place for you all to ask some questions about my Nvidia 6200 xorg.conf Twinview setup. I love Nvidia, xorg, and twinview, and I know you will also. So good luck configuring your twin monitors with your Nvidia 6200. Below is my /etc/X11/xorg.conf please feel free to take what you like, and bitch about what I did wrong.
$ cat /etc/X11/xorg.conf
Section “Monitor”
Identifier “Monitor0″
VendorName “Unknown”
ModelName “Samsung SyncMaster”
HorizSync 30.0 – 81.0
VertRefresh 56.0 – 75.0
Option “DPMS”
# HorizSync source: edid, VertRefresh source: edid
EndSection
Section “Screen”
Identifier “Screen0″
Device “Device0″
Monitor “Monitor0″
Option “TwinView” “1″
Option “TwinViewXineramaInfoOrder” “CRT-0″
Option “metamodes” “CRT-0: 1280×1024 +0+0, CRT-1: nvidia-auto-select +1280+0; CRT-0: 1280×1024 +0+0, CRT-1: 1280×1024 +1280+0; CRT-0: 1024×768 +0+0, CRT-1: 1024×768 +1024+0; CRT-0: 1024×768 +0+0, CRT-1: NULL”
DefaultDepth 24
SubSection “Display”
Depth 24
EndSubSection
EndSection
Section “Module”
Load “dbe”
Load “extmod”
Load “type1″
Load “freetype”
Load “glx”
EndSection
Section “InputDevice”
Identifier “Mouse0″
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/psaux”
Option “Emulate3Buttons” “no”
Option “ZAxisMapping” “4 5″
EndSection
Section “InputDevice”
Identifier “Keyboard0″
Driver “kbd”
# generated from default
EndSection
Section “ServerLayout”
Identifier “Layout0″
Screen 0 “Screen0″ 0 0
InputDevice “Keyboard0″ “CoreKeyboard”
InputDevice “Mouse0″ “CorePointer”
EndSection
Section “Device”
Identifier “Device0″
VendorName “NVIDIA Corporation”
BoardName “GeForce 6200″
Driver “nvidia”
Option “NoLogo” “True”
EndSection
Section “ServerFlags”
Option “Xinerama” “0″
EndSection
#1 by jacovt at May 4th, 2009
Thanks a lot.