|
Candidate for Deletion |
background :
If you use a old NVIDIA driver you will find that bug https://launchpad.net/bugs/34043 affects you. This guide offers merely a workaround since the drivers are closed Source.
enabling TwinView breaks suspend-to-ram (reported to work with drivers 96XX), if you know better please delete this note and write how you did it ~ Bernstein
Work around for Ubuntu 9:04 to 10:04:
- First open a Terminal .
open you xorg-conf like so
sudo gedit /etc/X11/xorg.conf
add an "Option "NvAGP" "1" line in the "Section "Device" .please note only add the option line .The rest is to show you :
Section "Device" Identifier "my id" Driver "my dr" VendorName "my vendor " BoardName "my board name " Option "NvAGP" "1" EndSection
- blacklist the intel_agp module from being loaded by the kernel. This is done by editing /etc/modprobe.d/blacklist.conf and adding the following line:
blacklist intel_agp
Type
sudo reboot
to Restart your pc.