nightmorph 06/12/17 03:42:50 Modified: power-management-guide.xml Log: updated power management guide for bug 158290
Revision Changes Path 1.23 xml/htdocs/doc/en/power-management-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.23&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?r1=1.22&r2=1.23 Index: power-management-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- power-management-guide.xml 23 Oct 2006 03:40:54 -0000 1.22 +++ power-management-guide.xml 17 Dec 2006 03:42:50 -0000 1.23 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.22 2006/10/23 03:40:54 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.23 2006/12/17 03:42:50 nightmorph Exp $ --> <guide link="/doc/en/power-management-guide.xml"> <title>Power Management Guide</title> @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.29</version> -<date>2006-10-22</date> +<version>1.30</version> +<date>2006-12-16</date> <chapter> <title>Introduction</title> @@ -857,7 +857,7 @@ battery mode and place it in your <c>battery</c> runlevel. The following script should work on most IBM Thinkpads and Toshiba laptops. You've got to enable the appropriate option in your kernel (IBM Thinkpads only). For Toshiba laptops, -install <c>app-laptop/acpitool</c> and skip configuration of <c>ibm_acpi</c> as +install <c>sys-power/acpitool</c> and skip configuration of <c>ibm_acpi</c> as described below. </p> @@ -891,7 +891,7 @@ <comment># See /proc/acpi/ibm/brightness for available values</comment> <comment># Please read /usr/src/linux/Documentation/ibm-acpi.txt</comment> -<comment># brigthness level in ac mode. Default is 7.</comment> +<comment># brightness level in ac mode. Default is 7.</comment> BRIGHTNESS_AC=7 <comment># brightness level in battery mode. Default is 4.</comment> @@ -922,7 +922,7 @@ else ewarn "Setting LCD brightness is not supported." ewarn "For IBM Thinkpads, check that ibm_acpi is loaded into the kernel" - ewarn "For Toshiba laptops, you've got to install app-laptop/acpitool" + ewarn "For Toshiba laptops, you've got to install sys-power/acpitool" fi } -- [email protected] mailing list
