First off, that's an XFree86 3.x config file.  That card
wasn't supported until about XFree86 4.1 or so.  Second, the
drivers that come with XFree86 don't support the dual-head
feature of the NVIDIA cards.  You'd have to run NVIDIA's
binary drivers to get that.


                        Mark.

On Thu, 28 Aug 2003 [EMAIL PROTECTED] wrote:

> Hi,
> 
> I have been reading through this mailing list, but still can't figure out 
> why my dual monitor set-up won't work. After bootup I only have one 
> monitor working. Any help is very much appreciated. I have two of the 
> same kind of monitor. I'm attaching my 
> /etc/X11/XF86Config file with some cuts I hope are not relevant to my 
> case.
> 
> Thanks in advance.
> 
> Balazs
> 
> Section "Files"
>     RgbPath   "/usr/X11R6/lib/X11/rgb"
>     FontPath   "unix/:7100"
> EndSection
> 
> Section "ServerFlags"
> EndSection
> 
> Section "Monitor"
>     Identifier  "Dell D1626HT_0"
>     VendorName  "Unknown"
>     ModelName   "Unknown"
>     HorizSync   31.0-107.0
>     VertRefresh 50.0-160.0
> ## Modeline definitions omited
> EndSection
> 
> Section "Monitor"
>     Identifier  "Dell D1626HT_1"
>     VendorName  "Unknown"
>     ModelName   "Unknown"
>     HorizSync   31.0-107.0
>     VertRefresh 50.0-160.0
> EndSection
> 
> Section "Device"
>     Identifier        "Generic VGA"
>     VendorName        "Unknown"
>     BoardName "Unknown"
>     Chipset   "generic"
> EndSection
> 
> Section "Device"
>     Identifier  "NVIDIA GeForce 2 GTS (generic)_0"
>     VendorName  "Unknown"
>     BoardName   "Unknown"
>     Screen 0
> EndSection
> 
> Section "Device"
>     Identifier  "NVIDIA GeForce 2 GTS (generic)_1"
>     VendorName  "Unknown"
>     BoardName   "Unknown"
>     Screen 1
> EndSection
> 
> Section "Screen"
>     Driver      "svga"
>     Device      "Generic VGA"
>     #Device      "NVIDIA GeForce 2 GTS (generic)"
>     Monitor     "Dell D1626HT_0"
>     Subsection "Display"
>         Depth       8
>         #Modes       (null)
>         ViewPort    0 0
>     EndSubsection
> EndSection
> 
> Section "Screen"
>     Driver      "vga16"
>     Device      "Generic VGA"
>     Monitor     "Dell D1626HT_0"
>     Subsection "Display"
>         Modes       "640x480" "800x600"
>         ViewPort    0 0
>     EndSubsection
> EndSection
> 
> Section "Screen"
>     Driver      "vga2"
>     Device      "Generic VGA"
>     Monitor     "Dell D1626HT_0"
>     Subsection "Display"
>         Modes       "640x480" "800x600"
>         ViewPort    0 0
>     EndSubsection
> EndSection
> 
> # The accelerated servers
> Section "Screen"
>     Identifier "Screen0"
>     Driver      "accel"
>     Device      "NVIDIA GeForce 2 GTS (generic)_0"
>     Monitor     "Dell D1626HT_0"
>     DefaultColorDepth   32
>     Subsection "Display"
>         Depth       24
>         Modes       "1280x1024"
>     EndSubsection
>     Subsection "Display"
>         Depth       32
>         Modes       "1280x1024"
>         ViewPort    0 0
>     EndSubsection
> EndSection
> 
> Section "Screen"
>     Identifier "Screen1"
>     Driver      "accel"
>     Device      "NVIDIA GeForce 2 GTS (generic)_1"
>     Monitor     "Dell D1626HT_1"
>     DefaultColorDepth   32
>     Subsection "Display"
>         Depth       24
>         Modes       "1280x1024"
>     EndSubsection
>     Subsection "Display"
>         Depth       32
>         Modes       "1280x1024"
>         ViewPort    0 0
>     EndSubsection
> EndSection
> 
> Section "ServerLayout"
>       Identifier "DualHead"
>       Screen 0 "Screen0" LeftOf "Screen1"
>       Screen 1 "Screen1"
>       #Option "Xinerama"
>       InputDevice "Mouse0" "CorePointer"
>       InputDevice "Keyboard0" "CoreKeyboard"
> EndSection 
> 
> 
> _______________________________________________
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86
> 

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to