From: David Brownell <david-b@pacbell.net>
To: linux-pm@lists.linux-foundation.org,
Andrew Morton <akpm@linux-foundation.org>
Cc: Pavel Machek <pavel@ucw.cz>
Subject: [patch 2.6.21-rc7] kconfig mentioneds 'hibernation' not just swsusp
Date: Sat, 21 Apr 2007 20:02:59 -0700 [thread overview]
Message-ID: <200704212002.59554.david-b@pacbell.net> (raw)
Clarify that "software suspend" is what's called "hibernation" in most
user interfaces, shrinking a terminology gap. (Examples include Gnome
and MS-Windows.)
Also provide a more succinct description of what it does, so you won't
have to read the whole novel in Kconfig; and highlights just why the
lack of BIOS requirements for swsusp are a big deal.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
kernel/power/Kconfig | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
--- g26.orig/kernel/power/Kconfig 2007-04-21 10:07:18.000000000 -0700
+++ g26/kernel/power/Kconfig 2007-04-21 10:23:24.000000000 -0700
@@ -78,17 +78,22 @@ config PM_SYSFS_DEPRECATED
are likely to be bus or driver specific.
config SOFTWARE_SUSPEND
- bool "Software Suspend"
+ bool "Software Suspend (Hibernation)"
depends on PM && SWAP && ((X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP))
---help---
- Enable the suspend to disk (STD) functionality.
+ Enable the suspend to disk (STD) functionality, which is usually
+ called "hibernation" in user interfaces. STD checkpoints the
+ system and powers it off; and restores that checkpoint on reboot.
You can suspend your machine with 'echo disk > /sys/power/state'.
Alternatively, you can use the additional userland tools available
from <http://suspend.sf.net>.
In principle it does not require ACPI or APM, although for example
- ACPI will be used if available.
+ ACPI will be used for the final steps when it is available. One
+ of the reasons to use software suspend is that the firmware hooks
+ for suspend states like suspend-to-RAM (STR) often don't work very
+ well with Linux.
It creates an image which is saved in your active swap. Upon the next
boot, pass the 'resume=/dev/swappartition' argument to the kernel to
next reply other threads:[~2007-04-22 3:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-22 3:02 David Brownell [this message]
2007-04-22 3:21 ` [patch 2.6.21-rc7] kconfig mentioneds 'hibernation' not just swsusp Len Brown
2007-04-22 3:50 ` [patch 2.6.21-rc7] kconfig mentions " David Brownell
2007-04-22 9:34 ` [patch 2.6.21-rc7] kconfig mentioneds " Rafael J. Wysocki
2007-04-22 14:58 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200704212002.59554.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=akpm@linux-foundation.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=pavel@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.