For purposes of helping others on this board here is my working xorg.conf file with twinview enabled across both screens.
Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Mon May 15 14:17:32 PDT 2006
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "twinview"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Clone" "off"
Option "Xinerama" "off"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "gb"
Option "XkbModel" "cymotionlinux"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Name" "ImExPS/2 Generic Explorer Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "VIEWSONIC"
ModelName "LCD Panel 1600x1200"
DisplaySize 406 305
HorizSync 30.0 - 82.0
VertRefresh 60.0 - 75.0
Option "CalcAlgorithm" "CheckDesktopGeometry"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVidia"
BoardName "GeForce 6800 GT"
BusID "AGP:1:0:0"
Screen 0
Option "NoLogo" "true"
Option "TwinView"
Option "MetaModes" "1600x1200"
Option "TwinViewOrientation" "LeftOf"
Option "SecondMonitorHorizSync" "30-82"
Option "SecondMonitorVertRefresh" "60-75"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "Rotate" "off"
Option "CursorShadow"
Option "CursorShadowAlpha" "32"
Option "CursorShadowXOffset" "3"
Option "CursorShadowYOffset" "3"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
#Modes "2880x1200" "1600x1200" "1280x1024"
Modes "1600x1200"
EndSubSection
EndSection
|