Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Cc: "Canek Peláez Valdés" <caneko@×××××.com>
Subject: Re: [gentoo-user] Re: Suspend to {RAM,Disk]
Date: Fri, 18 May 2012 22:39:37
Message-Id: 1353077.oNBOd7Ihih@localhost
In Reply to: Re: [gentoo-user] Re: Suspend to {RAM,Disk] by "Canek Peláez Valdés"
1 Am Freitag, 18. Mai 2012, 17:26:10 schrieb Canek Peláez Valdés:
2 > On Fri, May 18, 2012 at 5:09 PM, Volker Armin Hemmann
3 >
4 > <volkerarmin@××××××××××.com> wrote:
5 > > Am Freitag, 18. Mai 2012, 22:42:59 schrieb Ignas Anikevicius:
6 > >> On 18/05/12 20:59, Alex Schuster wrote:
7 > >> > Suspend to ram (using the hibernate-ram command from
8 > >> > sys-power/hibernate-script) seems to work better.
9 > >>
10 > >> What about pm-utils? Does it work better or worse than hibernate-script.
11 > >> I had 0 problems with it during entire usage of linux, whereas with the
12 > >> hibernate script package I had some issues...
13 > >>
14 > >> And yes, I am usually suspending to ram, but I was just thinking about
15 > >> possibilities to make my computer boot faster in the cases I really need
16 > >> to do a restart. :)
17 > >>
18 > >> Cheers,
19 > >> Ignas
20 > >
21 > > I just do echo mem > ... or click on the 'Ruhezustand' button in KDE.
22 > > Results in the same. Well working suspend-to-ram. With fglrx. X running
23 > > etc pp.
24 > With upower to suspend-to-ram you can just:
25 >
26 > dbus-send --system --print-reply --dest="org.freedesktop.UPower"
27 > /org/freedesktop/UPower org.freedesktop.UPower.Suspend
28 >
29
30 which is way harder to type and memorize than:
31 echo mem > /sys/power/state
32
33 > or use the "Suspend" option in GNOME 3 (GNOME uses upower). That I
34 > already knew. What I didn't knew was that
35 >
36 > dbus-send --system --print-reply --dest="org.freedesktop.UPower"
37 > /org/freedesktop/UPower org.freedesktop.UPower.Hibernate
38 >
39 > works as well for suspend-to-disk. I hadn't hibernated my laptop in
40 > ages, it's good to know it still works. I use systemd+> dracut, which I
41 > suppose it matters for the hibernate option.
42
43 no, not really...
44 .
45 --
46 #163933

Replies

Subject Author
Re: [gentoo-user] Re: Suspend to {RAM,Disk] "Canek Peláez Valdés" <caneko@×××××.com>