7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 14.04 LTS (Trusty Tahr)でハイバーネートを有効にする方法

Last updated at Posted at 2014-04-27

Ubuntu 14.04 LTS (Trusty Tahr)でハイバーネートを有効にする方法

Ubuntu 13.10から14.04にアップグレードしたら、ハイバーネートが使えなくなっていたので、調査。

方法

まずエディタで以下のファイルを新しく作成・編集する。

$ sudo vim /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla

以下のように入力して保存。

Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes

[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate
ResultActive=yes

再起動すれば、右上メニューでサスペンド、シャットダウンの間にハイバーネートが追加される。

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?