1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
# Configuration file for /etc/apm/event.d/longrun
#
# This sets up longrun handling of APM and ACPI events.
# If this variable is set to 1, APM and ACPI events will trigger
# a change in longrun settings.
#LONGRUN_ENABLE="1"
# Performance mode
#
# Used to set the longrun performance window when running on
# AC power.
#
# Use "longrun -l" to check the available performance levels
PERFORMANCE="0 100"
# Economy mode
#
# Used to set the longrun performance window when running on
# battery.
#
# Use "longrun -l" to check the available performance levels
ECONOMY="0 70"
# Low battery mode
#
# Used to set the longrun performance window when the system
# battery is running out.
#
# Use "longrun -l" to check the available performance levels
LOW_BATTERY="0 0"
# Under which battery charge do we consider the battery charge
# being low (you also need to update /etc/default/apmd). Not available for
# ACPI, which defines its own low battery threshold internally.
#BATTERY_THRESHOLD="10"
# Debug mode
#
# If you set DEBUG to "1", longrun change will be logged to syslog.
#DEBUG="1"
|