Linux Power Management: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Linux 7 Power Management to Linux Power Management without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | |||
* http://www.thinkwiki.org/wiki/Thinkpad-acpi | |||
* https://www.kernel.org/doc/Documentation/laptops/thinkpad-acpi.txt | |||
* http://www.thinkwiki.org/wiki/How_to_make_ACPI_work | |||
* http://www.brighthub.com/computing/linux/articles/13876.aspx | |||
* http://acpi.sourceforge.net/ | |||
* http://ibm-acpi.sourceforge.net/ | |||
=Internal= | =Internal= | ||
Line 6: | Line 15: | ||
=Overview= | =Overview= | ||
Power management is especially important on laptops - we don't want the system to go to sleep because we close the lid. | Power management is especially important on laptops - we don't want the system to go to sleep because we close the lid. | ||
=Subjects= | =Subjects= | ||
* [[systemd-logind]] (includes configuration to prevent the computer to go to sleep when the lid is closed). | * [[systemd-logind]] (includes configuration to prevent the computer to go to sleep when the lid is closed). |
Revision as of 04:09, 5 June 2018
External
- http://www.thinkwiki.org/wiki/Thinkpad-acpi
- https://www.kernel.org/doc/Documentation/laptops/thinkpad-acpi.txt
- http://www.thinkwiki.org/wiki/How_to_make_ACPI_work
- http://www.brighthub.com/computing/linux/articles/13876.aspx
- http://acpi.sourceforge.net/
- http://ibm-acpi.sourceforge.net/
Internal
Overview
Power management is especially important on laptops - we don't want the system to go to sleep because we close the lid.
Subjects
- systemd-logind (includes configuration to prevent the computer to go to sleep when the lid is closed).