How do I hibernate my computer?
When the computer hibernates, all of your applications and
documents are stored and the computer completely switches off so it does not
use any power, but the applications and documents will still be open when you
switch on the computer again.
Unfortunately, hibernate doesn't work in many cases with Ubuntu, which can cause
you to lose data if you expect your documents and applications to re-open when
you switch your computer back on. Therefore, hibernate is disabled by default in
Ubuntu 12.04.
Test if hibernate works
Always save your work before hibernating
You should save all of your work before hibernating the computer, just in
case something goes wrong and your open applications and documents cannot be
recovered when you switch on the computer again.
You can use the command line to test if hibernate works on your computer.
- Open the Terminal by pressing Ctrl+Alt+t or by searching for terminal in the dash.
-
Type sudo pm-hibernate into the terminal and press Enter.Enter your password when prompted.
-
After you computer turns off, switch it back on. Did your open applications re-open?If hibernate doesn't work, check if your swap partition is at least as large as your available RAM.
Enable hibernate
If the hibernate test works, you can continue to use the sudo pm-hibernate
command when you want to hibernate.
You can also enable the hibernate option in the menus. To do that, use your favorite text
editor to create /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla.
Add the following to the file and save:
[Re-enable hibernate by default]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
No comments:
Post a Comment