If you have a laptop and are experiencing a Blank Screen when you
install the Nvidia drivers. Try the following:

If you have laptop try the following change your xorg.conf

Add the following lines to the "Device" section:

Option "UseDisplayDevice" "DFP"
Option "AddARGBGLXVisuals" "true"

it should look something like this:

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
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.

Many thanks to magnuseh @ NVNews.net forums for this trick.
(http://www.nvnews.net/vbulletin/showthread.php?t=122152)

-- 
[Intrepid] nvidia_drv.so: undefined symbol: AllocateScreenPrivateIndex
https://bugs.launchpad.net/bugs/251107
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to