Governor always back to schedutil

I’m trying to set the CPU governor to performance in KDE, the problem is that it never survives reboots. always back to schedutil after i reboot

terminal :

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
schedutil
schedutil
schedutil
schedutil

edit (as root) /etc/tlp.conf

sudo nano /etc/tlp.conf

or

sudo your favorite text editor /etc/tlp.conf

save and reboot

check by running:

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
2 Likes

Additionally to what @jrichard326 said, have look at this page: Processor — TLP 1.4 documentation

1 Like

Thanks alot bro

CPU_SCALING_GOVERNOR_ON_AC=powersave
CPU_SCALING_GOVERNOR_ON_BAT=powersave

i changed lines to performance & its worked

thanks bro you helped me too
i found

CPU_SCALING_GOVERNOR_ON_AC=powersave
CPU_SCALING_GOVERNOR_ON_BAT=powersave

& change them to performance

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.