| 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.5 2004/09/22 21:57:14 neysx Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.6 2004/10/06 07:13:31 swift Exp $ --> |
| 4 | <guide link="power-management-guide.xml"> |
4 | <guide link="power-management-guide.xml"> |
| 5 | <title>Power Management Guide</title> |
5 | <title>Power Management Guide</title> |
| 6 | |
6 | |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| 8 | <mail link="fragfred@gmx.de">Dennis Nienhüser</mail> |
8 | <mail link="fragfred@gmx.de">Dennis Nienhüser</mail> |
| … | |
… | |
| 15 | |
15 | |
| 16 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
16 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 17 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
17 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 18 | <license/> |
18 | <license/> |
| 19 | |
19 | |
| 20 | <version>1.15</version> |
20 | <version>1.16</version> |
| 21 | <date>August 29, 2004</date> |
21 | <date>October 06, 2004</date> |
| 22 | |
22 | |
| 23 | <chapter> |
23 | <chapter> |
| 24 | <title>Introduction</title> |
24 | <title>Introduction</title> |
| 25 | |
25 | |
| 26 | <section> |
26 | <section> |
| … | |
… | |
| 246 | <comment># runlevel to use in AC mode</comment> |
246 | <comment># runlevel to use in AC mode</comment> |
| 247 | RLVL_AC="default" |
247 | RLVL_AC="default" |
| 248 | <comment># runlevel to use in battery mode</comment> |
248 | <comment># runlevel to use in battery mode</comment> |
| 249 | RLVL_BATTERY="battery" |
249 | RLVL_BATTERY="battery" |
| 250 | |
250 | |
| 251 | <comment># file indicating the AC state</comment> |
251 | <comment># file indicating the AC state. Verify the filename before using</comment> |
| 252 | AC_STATE="/proc/acpi/ac_adapter/AC/state" |
252 | AC_STATE="/proc/acpi/ac_adapter/AC/state" |
| 253 | <comment># this string means running on AC</comment> |
253 | <comment># this string means running on AC</comment> |
| 254 | AC_ON="on-line" |
254 | AC_ON="on-line" |
| 255 | <comment># this string means running on batteries</comment> |
255 | <comment># this string means running on batteries</comment> |
| 256 | AC_OFF="off-line" |
256 | AC_OFF="off-line" |