Lines Matching refs:battery

1 How to conserve battery power using laptop-mode
12 to conserve battery power on laptops. It has been reported to cause significant
33 laptop mode will automatically be started when you're on battery. For
54 scripts automatically turn off laptop mode when the battery almost runs out,
55 so that you won't lose any data at the end of your battery life.
106 needs to spin up, and to increase battery life even more. The output of
125 amount of work if your battery fails while you're in laptop mode.
130 battery power is less than this value. Default is 10 minutes.
191 When on battery, what is the maximum CPU speed that the system should use? Legal
199 * Bartek Kania reports getting up to 50 minutes of extra battery life (on top
208 of colours that my display uses it consumes less battery power. I've seen
227 Configuration file for control and ACPI battery scripts
239 # amount of work if your battery fails you while in laptop mode.
242 # Automatically disable laptop mode when the number of minutes of battery
288 # Should the maximum CPU frequency be adjusted down while on battery?
293 # When on battery what is the maximum CPU speed that the system should
301 # Default is 2 hours on AC (AC_HD=244) and 20 seconds for battery (BATT_HD=4).
354 # amount of work if your battery fails you while in laptop mode.
701 automatically disables laptop mode when the battery is low was
710 -----------------/etc/acpi/events/battery BEGIN---------------------------------
711 event=battery.*
712 action=/etc/acpi/actions/battery.sh %e
713 ----------------/etc/acpi/events/battery END------------------------------------
736 ---------------------------/etc/acpi/actions/battery.sh BEGIN-------------------
739 # Automatically disable laptop mode when the battery almost runs out.
741 BATT_INFO=/proc/acpi/battery/$2/state
771battery interface $BATT_INFO is missing. This may lead to loss of data when the battery runs out. …
775 ---------------------------/etc/acpi/actions/battery.sh END--------------------