<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