Nvidia in Dual head mode

Brian McGrew brian at visionpro.com
Tue Dec 12 21:41:17 UTC 2006


Hello all,

I'm using an nVidia card and the attach xorg.conf file works fine in FC6
runngin X in Xinerama mode.  I can't for the life of me figure out how toget
it out of xinermam and into an individual display mode???

-brian

Brian McGrew    { brian at visionpro.com || brian at doubledimension.com }
--
> YOU!!!  Off my planet!

------ Forwarded Message
From: root <root at localhost.localdomain>
Date: Tue, 12 Dec 2006 13:16:05 -0800
To: <brian at visionpro.com>

Section "Files"
 RgbPath  "/usr/X11R6/lib/X11/rgb"
 FontPath "unix/:7100"
EndSection

Section "Module"
 Load  "dbe"
 Load  "extmod"
 Load  "fbdevhw"
 Load  "glx"
 Load  "record"
 Load  "freetype"
 Load  "type1"
 Load  "dri"
EndSection

Section "InputDevice"
 Identifier "Keyboard0"
 Driver  "kbd"
 Option  "XkbModel"   "pc105"
 Option  "XkbLayout"   "us"
EndSection

Section "InputDevice"
 Identifier "Mouse0"
 Driver  "mouse"
 Option  "Protocol"   "auto"
 Option  "Device"   "/dev/input/mice"
 Option  "ZAxisMapping"   "4 5"
 Option  "Emulate3Buttons"  "no"
EndSection

Section "Monitor"
 Identifier "Monitor0"
 VendorName "Acer"
 ModelName "AL1715"
 HorizSync 24.0 - 80.0
 VertRefresh 49.0 - 75.0
 Option  "dpms"
EndSection

Section "Device"
 Identifier "Videocard0"
 Driver  "nvidia"
 VendorName "nVidia"
 BoardName "nVidia Corporation GeForce 7600GT"
 BusID  "PCI:1:0:0"
EndSection

Section "Device"
 Identifier "Videocard1"
 Driver  "nvidia"
 VendorName "nVidia"
 BoardName "nVidia Corporation GeForce 7600GT"
 BusID  "PCI:1:0:0"
    
 Option  "TwinView"
 Option  "NoTwinViewXineramaInfo" "true"
        Option  "SecondMonitorHorizSync" "24.0 - 80.0"
        Option  "SecondMonitorVertRefresh" "49.0 - 75.0"
        Option  "TwinViewOrientation"  "RightOf"
        Option  "MetaModes"   "1600x1200,1600x1200"
        Option  "ConnectedMonitor"  "crt,crt"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device  "Videocard0
 Monitor  "Monitor0"
 DefaultDepth 24

 SubSection "Display"
     Viewport 0 0
     Depth 24
     Modes "1280x1024"
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen1"
 Device  "Videocard1"
 Monitor  "Monitor0"
 DefaultDepth 24

 SubSection "Display"
     Viewport 0 0
     Depth 24
     Modes "1280x1024"
 EndSubSection
EndSection

Section "DRI"
 Group  0
 Mode  0666
EndSection

Section "ServerLayout"
 Identifier "BothTwinView"
 Screen  "Screen1"
 InputDevice "Mouse0"   "CorePointer"
 InputDevice "Keyboard0"   "CoreKeyboard"
EndSection

------ End of Forwarded Message




More information about the fedora-list mailing list