#REDIRECT BinaryDriverHowto/Nvidia#Suspend.2BAC8-Hibernation <<Include(Tag/Deletion)>> ## ARTICLE HAS BEEN MOVED AND MERGED WITH BinaryDriverHowto/Nvidia ## PLEASE CONTINUE THERE '''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 ~ [[https://wiki.ubuntu.com/Bernstein|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. CategoryLaptop