| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.50 2011/09/30 15:07:46 cam Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.51 2012/03/28 23:20:12 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Power Management Guide</title> |
6 | <title>Power Management Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 19 | |
19 | |
| 20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 22 | <license/> |
22 | <license/> |
| 23 | |
23 | |
| 24 | <version>5</version> |
24 | <version>6</version> |
| 25 | <date>2011-09-22</date> |
25 | <date>2012-03-28</date> |
| 26 | |
26 | |
| 27 | <chapter> |
27 | <chapter> |
| 28 | <title>Introduction</title> |
28 | <title>Introduction</title> |
| 29 | <section> |
29 | <section> |
| 30 | <title>About this document...</title> |
30 | <title>About this document...</title> |
| … | |
… | |
| 86 | <c>gentoo-sources</c>, but if you want advanced hibernation support you might |
86 | <c>gentoo-sources</c>, but if you want advanced hibernation support you might |
| 87 | need <c>tuxonice-sources</c>. To enable proper power management features in the |
87 | need <c>tuxonice-sources</c>. To enable proper power management features in the |
| 88 | Linux kernel, enable at least the following settings: |
88 | Linux kernel, enable at least the following settings: |
| 89 | </p> |
89 | </p> |
| 90 | |
90 | |
| 91 | <pre caption="Minimum kernel setup for Power Management (Kernel 2.6)"> |
91 | <pre caption="Minimum kernel setup for Power Management"> |
| 92 | <![CDATA[ |
92 | <![CDATA[ |
| 93 | General setup ---> |
93 | General setup ---> |
| 94 | [*] Configure standard kernel features (expert users) ---> |
94 | [*] Configure standard kernel features (expert users) ---> |
| 95 | |
95 | |
| 96 | Power management and ACPI options ---> |
96 | Power management and ACPI options ---> |
|
|
97 | [*] Run-time PM core functionality |
| 97 | [*] ACPI (Advanced Configuration and Power Interface) Support ---> |
98 | [*] ACPI (Advanced Configuration and Power Interface) Support ---> |
| 98 | <*> AC Adapter |
99 | <*> AC Adapter |
| 99 | <*> Battery |
100 | <*> Battery |
| 100 | -*- Button |
101 | -*- Button |
| 101 | -*- Video |
102 | -*- Video |