mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
350 B
Text
15 lines
350 B
Text
|
#configuration for cpufreq control
|
||
|
|
||
|
# valid governors:
|
||
|
# ondemand, performance, powersave,
|
||
|
# conservative, userspace
|
||
|
#governor="ondemand"
|
||
|
|
||
|
# limit frequency range (optional)
|
||
|
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
|
||
|
#min_freq="2.25GHz"
|
||
|
#max_freq="3GHz"
|
||
|
|
||
|
# use freq to set up the exact cpu frequency using it with userspace governor
|
||
|
#freq=
|