Abstract: Some tweaks to avoid black screen after resume from hibernation with old nVidia MX440 graphic card and Intel motherboard.
First edit the setting for pm-utils in /etc/pm/config.d/config
(you can name this file whatever you like).
HIBERNATE_MODE="shutdown"
S2RAM_OPTS="-f"
DISPLAY_QUIRK_VBE_POST=false
Then I edit /etc/modprobe.d/modprobe.conf
(the modprobe.conf is here for Arch Linux, but may lies in different place in other distros):
blacklist intel_agp
Then reboot the computer, and try hibernate again, everything goes well :)
No comments:
Post a Comment