mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:17:14 +08:00
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
#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=
|