glfs/kernel-config/general/sysutils/power-profiles-daemon.toml
2024-01-27 20:34:54 -05:00

9 lines
331 B
TOML

# To have cpu support you need to have this
CPU_FREQ = { value = '*', forced = true }
CPU_FREQ_GOV_PERFORMANCE = '*'
CPU_FREQ_GOV_POWERSAVE = '*'
# For some reason if you select any sort of frequency scaling, intel pstate is forced on
X86_INTEL_PSTATE = { value = '*', forced = true }
X86_AMD_PSTATE = '*'
X86_AMD_PSTATE_UT = '*M'