Comment 3 for bug 226547

Revision history for this message
Solitaire (bill-s0l) wrote :

@ jtclicker

Do you have a desktop or Laptop?
If you have laptop try the following change your xorg.conf

Change the following section:

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

to

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "UseDisplayDevice" "DFP"
Option "AddARGBGLXVisuals" "true"
EndSection

First additional line forces the Drivers to display on the laptop screen instead of a CRT.
Second line fixes the "white screen" issue people are seeing with these drivers.

Then reboot. it should work now.