Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: power-management-guide.xml
Date: Thu, 14 May 2009 15:01:22
Message-Id: E1M4cQx-0007A4-Mh@stork.gentoo.org
1 nightmorph 09/05/14 15:01:19
2
3 Modified: power-management-guide.xml
4 Log:
5 Updated kernel info for bug 269808, thanks to fauli@g.o for the patch
6
7 Revision Changes Path
8 1.39 xml/htdocs/doc/en/power-management-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.39&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.39&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?r1=1.38&r2=1.39
13
14 Index: power-management-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v
17 retrieving revision 1.38
18 retrieving revision 1.39
19 diff -u -r1.38 -r1.39
20 --- power-management-guide.xml 28 Sep 2008 20:29:25 -0000 1.38
21 +++ power-management-guide.xml 14 May 2009 15:01:19 -0000 1.39
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.38 2008/09/28 20:29:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.39 2009/05/14 15:01:19 nightmorph Exp $ -->
27 <guide link="/doc/en/power-management-guide.xml">
28 <title>Power Management Guide</title>
29
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.41</version>
35 -<date>2008-09-28</date>
36 +<version>1.42</version>
37 +<date>2009-05-14</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -160,14 +160,12 @@
42 </p>
43
44 <pre caption="Minimum kernel setup for Power Management (Kernel 2.6)">
45 -Power Management Options ---&gt;
46 - [*] Power Management Support
47 +Power management and ACPI options ---&gt;
48 +[*] Power Management Support
49 [ ] Software Suspend
50
51 ACPI( Advanced Configuration and Power Interface ) Support ---&gt;
52 - [*] ACPI Support
53 - [ ] Sleep States
54 - [ ] /proc/acpi/sleep (deprecated)
55 + [ ] Deprecated /proc/acpi/ files
56 [*] AC Adapter
57 [*] Battery
58 &lt;M&gt; Button
59 @@ -1326,10 +1324,10 @@
60
61 <p>
62 There are two different implementations for S4. The original one is swsusp,
63 -then there is the newer tuxonice (former suspend2) with a nicer interface
64 +then there is the newer tuxonice (formerly suspend2) with a nicer interface
65 (including fbsplash support). A <uri
66 -link="http://tuxonice.net/features.html#compare"> feature comparison</uri> is
67 -available at the <uri link="http://www.tuxonice.net">tuxonice Homepage</uri>.
68 +link="http://tuxonice.net/features.html#compare">feature comparison</uri> is
69 +available at the <uri link="http://www.tuxonice.net">tuxonice homepage</uri>.
70 There used to be Suspend-to-Disk (pmdisk), a fork of swsusp, but it has been
71 merged back.
72 </p>
73 @@ -1337,7 +1335,7 @@
74 <p>
75 TuxOnIce is not included in the mainline kernel yet, therefore you either have
76 to patch your kernel sources with the patches provided by <uri
77 -link="http://tuxonice.net">tuxonice.net</uri> or use
78 +link="http://www.tuxonice.net">tuxonice.net</uri> or use
79 <c>sys-kernel/tuxonice-sources</c>.
80 </p>
81
82 @@ -1346,22 +1344,21 @@
83 </p>
84
85 <pre caption="Kernel configuration for the various suspend types">
86 -Power Management Options ---&gt;
87 +Power Management and ACPI options ---&gt;
88 <comment>(hibernate with swsusp)</comment>
89 - [*] Software Suspend
90 + [*] Hibernation (aka 'suspend to disk')
91 <comment>(replace /dev/SWAP with your swap partition)</comment>
92 (/dev/SWAP) Default resume partition
93
94 <comment>(hibernate with TuxOnIce)</comment>
95 Enhanced Hibernation (TuxOnIce)
96 - --- Image Storage (you need at least one writer)
97 - [*] File Writer
98 - [*] Swap Writer
99 + --- Image Storage (you need at least one allocator)
100 + [*] File Allocator
101 + [*] Swap Allocator
102 --- General Options
103 - [*] LZF image compression
104 - <comment>(replace /dev/SWAP with your swap partition)</comment>
105 - (swap:/dev/SWAP) Default resume device name
106 + [*] Compression support
107 [ ] Allow Keep Image Mode
108 + [*] Replace swsusp by default
109 </pre>
110
111 <p>
112 @@ -1420,13 +1417,13 @@
113 </pre>
114
115 <p>
116 -Now edit <path>/etc/hibernate/suspend2.conf</path>, enable the <c>TuxOnIce</c>
117 +Now edit <path>/etc/hibernate/tuxonice.conf</path>, enable the <c>TuxOnIce</c>
118 options you need. Do not enable the <c>fbsplash</c> options in
119 <c>common.conf</c> just yet.
120 </p>
121
122 <pre caption="Hibernating with TuxOnIce">
123 -# <i>nano -w /etc/hibernate/suspend2.conf</i>
124 +# <i>nano -w /etc/hibernate/tuxonice.conf</i>
125 <comment>(Make sure you have a backup of your data)</comment>
126 # <i>hibernate</i>
127 </pre>
128 @@ -1450,7 +1447,7 @@
129 </p>
130
131 <pre caption="Using the livecd-2005.1 theme during hibernation">
132 -# <i>ln -sfn /etc/splash/livecd-2005.1 /etc/splash/suspend2</i>
133 +# <i>ln -sfn /etc/splash/livecd-2005.1 /etc/splash/tuxonice</i>
134 </pre>
135
136 <p>