Nvidia drivers and FC2

Wayne Steenburg w.steenburg at myactv.net
Tue Jul 6 11:44:52 UTC 2004


<snip>
> 
> Anyone got this issue? What must i do to have X launching just once and 
> not trying every display it can?
> 

Try adding the four option statements to the device section of your
xorg.conf file:

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce FX (generic)"
       >Option "RenderAccel" "On"
       >Option "IgnoreDisplayDevices" "DFP,TV"
       >Option "ConnectedMonitor" "CRT"
       >Option "HWCursor" "On"
EndSection

This is asssuming you're using a CRT monitor. If that doesn't work, the
folks at http://www.nvnews.net/vbulletin/ could probably help.  Good
luck!

Wayne Steenburg





More information about the users mailing list