Am Donnerstag, den 07.06.2018, 19:36 +0200 schrieb Ralf Mardorf:
You could use command line without a tool.
Set the governor to performance by running
echo performance | sudo tee
/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Check the status by running
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Disable performance mode by either running
echo powersave | sudo tee
/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
when on an Intel CPU or by running
echo ondemand | sudo tee
/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
if your CPU should be an AMD.
That's the old way you did it, but you can't do that with debian and
ubuntu, nowadays.
I used "cpufreq-set" but it comes a bit unhandy 'cause you must use one
order for every cpu. I have 4.
Greets!
Mitsch