source: kernel-config/general/sysutils/power-profiles-daemon.toml@ 16d42f6

12.1 12.2 gimp3 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 16d42f6 was 16d42f6, checked in by Rahul Chandra <rahul@…>, 8 months ago

Add power-profiles-daemon

  • Property mode set to 100644
File size: 331 bytes
RevLine 
[16d42f6]1# To have cpu support you need to have this
2CPU_FREQ = { value = '*', forced = true }
3CPU_FREQ_GOV_PERFORMANCE = '*'
4CPU_FREQ_GOV_POWERSAVE = '*'
5# For some reason if you select any sort of frequency scaling, intel pstate is forced on
6X86_INTEL_PSTATE = { value = '*', forced = true }
7X86_AMD_PSTATE = '*'
8X86_AMD_PSTATE_UT = '*M'
Note: See TracBrowser for help on using the repository browser.