Difference between revisions of "Laptop-mode-tools"

From ThinkWiki
Jump to: navigation, search
(Packages)
(Packages)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
laptop-mode-tools is the userland component of "laptop mode", the Linux kernel mode that allows you to spin down your hard drives for longer periods of time. This package takes care of configuration and activation of laptop-mode, automatically remounting your filesystems with the appropriate options, and modifying the idle timeouts for your hard drives. Laptop mode tools integrate with power management daemons such as acpid, apmd and pbbuttonsd, so that laptop mode is started automatically when your laptop is running on batteries.
+
laptop-mode-tools is the userland component of [[Laptop-mode|laptop mode]], the Linux kernel mode that allows you to spin down your hard drives for longer periods of time. This package takes care of configuration and activation of laptop-mode, automatically remounting your filesystems with the appropriate options, and modifying the idle timeouts for your hard drives. Laptop mode tools integrate with power management daemons such as acpid, apmd and pbbuttonsd, so that laptop mode is started automatically when your laptop is running on batteries.
  
 
=== Project Homepage / Availability ===
 
=== Project Homepage / Availability ===
http://www.xs4all.nl/~bsamwel/laptop_mode/tools/
+
http://www.samwel.tk/laptop_mode/
  
 
=== Status ===
 
=== Status ===
Line 9: Line 9:
  
 
=== Packages ===
 
=== Packages ===
* {{Debian}} packages are available: http://www.xs4all.nl/~bsamwel/laptop_mode/tools/ . These packages are well-maintained, so you might just want to {{cmdroot|apt-get install laptop-mode-tools}}
+
* {{Debian}} packages are available: http://packages.debian.org/laptop-mode-tools . These packages are well-maintained, so you might just want to {{cmdroot|apt-get install laptop-mode-tools}} or  {{cmdroot|aptitude install laptop-mode-tools}}
 
* {{Fedora|Fedora Core}} 4 packages are available in the [http://dries.ulyssis.org/rpm/ Dries RPM repository].
 
* {{Fedora|Fedora Core}} 4 packages are available in the [http://dries.ulyssis.org/rpm/ Dries RPM repository].
 +
* {{OpenSUSE}} packages are available: http://software.opensuse.org/search?q=laptop-mode-tools&baseproject=ALL&lang=de&include_home=true&exclude_debug=true (latest version only provided by home projects, openSUSE 11.4 ships and old version of laptop-mode-tools).
  
 
=== Documentation ===
 
=== Documentation ===
* The [http://www.xs4all.nl/~bsamwel/laptop_mode/tools/ Project Home Page] holds installation instructions.
+
* The [http://www.samwel.tk/laptop_mode/ Project Home Page] holds installation instructions.
* There is a [http://www.xs4all.nl/~bsamwel/laptop_mode/tools/faq.html FAQ].
+
* There is a [http://www.samwel.tk/laptop_mode/faq FAQ].
 
* Read /lib/modules/`uname -r`/source/Documentation/laptop-mode.txt on your system.
 
* Read /lib/modules/`uname -r`/source/Documentation/laptop-mode.txt on your system.
 +
* The configuration file (/etc/laptop-mode/laptop-mode.conf) is well-commented, and a verbose manual page is available for it as well.
  
 
<!--
 
<!--

Latest revision as of 11:42, 27 April 2011

laptop-mode-tools is the userland component of laptop mode, the Linux kernel mode that allows you to spin down your hard drives for longer periods of time. This package takes care of configuration and activation of laptop-mode, automatically remounting your filesystems with the appropriate options, and modifying the idle timeouts for your hard drives. Laptop mode tools integrate with power management daemons such as acpid, apmd and pbbuttonsd, so that laptop mode is started automatically when your laptop is running on batteries.

Project Homepage / Availability

http://www.samwel.tk/laptop_mode/

Status

  • stable, active

Packages

Documentation

  • The Project Home Page holds installation instructions.
  • There is a FAQ.
  • Read /lib/modules/`uname -r`/source/Documentation/laptop-mode.txt on your system.
  • The configuration file (/etc/laptop-mode/laptop-mode.conf) is well-commented, and a verbose manual page is available for it as well.