# config for acpi-power # LIGHT: backlight brightness # P: CPU P state. see /proc/acpi/processor/CPU?/limit # T: CPU T state (throttling). see /proc/acpi/processor/CPU?/throttling # CPU: online state of second core (0=off, 1=on) # GOV: CPU freq scaling governor. see /sys/devices/system/cpu/cpu?/cpufreq/scaling_available_governors # GOV_MIN/MAX: CPU freq frequencies. see /sys/devices/system/cpu/cpu?/cpufreq/scaling_available_frequencies # LID_SUSPEND: 1=suspend when lid closed # when on batteries BAT_LIGHT=155 BAT_P=0 BAT_T=2 BAT_CPU=0 BAT_GOV=ondemand BAT_GOV_MIN=1000000 BAT_GOV_MAX=1500000 # when on AC AC_LIGHT=240 AC_P=0 AC_T=0 AC_CPU=1 AC_GOV=performance AC_GOV_MIN=1000000 AC_GOV_MAX=2333000 # when lid closed LID_SUSPEND=1 LID_LIGHT=0 LID_P=0 LID_T=7 LID_CPU=0 LID_GOV=powersave LID_GOV_MIN=1000000 LID_GOV_MAX=1000000