This page redirects to page "BinaryDriverHowto/Nvidia#Suspend.2BAC8-Hibernation"

Clear message

Tag/tag.png

Candidate for Deletion
This article may not be appropriate for this wiki, and may be deleted. More info...

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.

CategoryLaptop

NvidiaLaptopBinaryDriverSuspend (last edited 2011-09-10 12:24:08 by nyrk)