How to enable hibernate on Ubuntu 13.10?
Posted
by
mjwittering
on Ask Ubuntu
See other posts from Ask Ubuntu
or by mjwittering
Published on 2013-10-21T12:20:42Z
Indexed on
2013/10/24
10:12 UTC
Read the original article
Hit count: 236
Something I usually do after installing Ubuntu is reactivate the hibernation function. I find it quite useful to function for the more energy concious.
Typically, I'd complete the instructions in this tutorial for Ubuntu 12.04 and I'd be back in business. However, it does seem to work any more. Any suggestions?
http://www.howtogeek.com/113923/how-to-re-enable-hibernate-in-ubuntu-12.04/
sudo gedit /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
[Enable Hibernate]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
© Ask Ubuntu or respective owner