Fixing hibernation (suspend to disk) in Ubuntu 8.04 Hardy Heron for a Dell d800 using nvidia proprietary drivers.

Following a tip I found on on blog.paulbetts.org, I was able to get my Dell D800 with nVidia Quadro FX Go1000 to hibernate and resume correctly.

The tip is reproduced below:
In the Device section:
Section "Device"
...
Driver "nvidia"
...

Option "NvAGP" "1"
...
EndSection

Then I included in /etc/modprobe.d/blacklist the following line:
blacklist intel_agp.
HIBERNATE_MODE=platform
After a reboot, hibernation now works like it should.

Comments

Popular posts from this blog

Save kerberos password in keychain for use with kinit on MacOS (was OS X) for use with network drives

Samba in Debian 13 with WS-Discovery working properly in Windows 11 without compromising security

Convert WebVTT file to SRT format (VTT to SRT)