Nvidia in Dual head mode

Lonni J Friedman netllama at gmail.com
Tue Dec 12 22:00:20 UTC 2006


mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
nvidia-xconfig -a --separate-x-screens

On 12/12/06, Brian McGrew <brian at visionpro.com> wrote:
> I want two separate X screens, display :0.0 and :0.1 with two monitors on a
> single card.  The below config is what I'm using now and getting the one
> huge desktop.
>
>
> On 12/12/06 1:43 PM, "Lonni J Friedman" <netllama at gmail.com> wrote:
>
> > You're using Twinview not Xinerama.  Are you asking how to run with
> > separate X screens, or just to use a single display?
> >
> > On 12/12/06, Brian McGrew <brian at visionpro.com> wrote:
> >> 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

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman                                    netllama at gmail.com
LlamaLand                       http://netllama.linux-sxs.org




More information about the fedora-list mailing list