User Tools

Site Tools


howtos:enable_hibernation_in_ubuntu_12.04
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


howtos:enable_hibernation_in_ubuntu_12.04 [02/12/2018 21:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +Before enabling hibernation, please try to test whether it works correctly by running pm-hibernate in a terminal. The system will try to hibernate. If you are able to start the system again then you are more or less safe to add an override.
  
 +To do so, start editing
 +
 +<code>
 +sudo nano /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
 +</code>
 +
 +Fill it with this
 +
 +<file>
 +[Re-enable hibernate by default]
 +Identity=unix-user:*
 +Action=org.freedesktop.upower.hibernate
 +ResultActive=yes
 +</file>
 +
 +Save by pressing Ctrl-O and exit nano by pressing Ctrl-X
 +
 +Restart and hibernation is back!
 +
 +
 +----
 +
 +Source: http://askubuntu.com/questions/94754/how-to-enable-hibernation-in-12-04
howtos/enable_hibernation_in_ubuntu_12.04.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1