Comment 36 for bug 34043

Revision history for this message
James (james-ellis-gmail) wrote : Re: Nvidia binary driver requires Option "NvAGP" "1" for reliable suspend/resume.

This configuration allows Hibernate and Suspend to work for me on a Dell Inspiron 8600, Nvidia binary driver 9631 (nvidia-glx), Twinview enabled

xorg.conf
============
Section "Device"
    Identifier "NVIDIA Corporation NV28 [GeForce4 Ti 4200 Go AGP 8x]"
    Driver "nvidia"
    Option "NvAGP" "1"
EndSection

/etc/modprobe.d/blacklist
============
blacklist intel_agp
blacklist agpgart

And the acpi-support changes at this page
https://help.ubuntu.com/community/NvidiaLaptopBinaryDriverSuspend

HTH