21 lines
632 B
Plaintext
21 lines
632 B
Plaintext
|
# configuration file for auto-cpufreq
|
||
|
# located in /etc/auto-cpufreq.conf
|
||
|
|
||
|
# settings for when connected to a power source
|
||
|
[charger]
|
||
|
# see available governors by running: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
|
||
|
# preferred governor.
|
||
|
governor = performance
|
||
|
|
||
|
# turbo boost setting. possible values: always, auto, never
|
||
|
turbo = auto
|
||
|
|
||
|
#settings for when using battery power
|
||
|
[battery]
|
||
|
# see available governors by running: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
|
||
|
# preferred governor
|
||
|
governor = powersave
|
||
|
|
||
|
# turbo boost setting. possible values: always, auto, never
|
||
|
turbo = auto
|