Andy@Arch schriebscheint am Kernel zu liegen, mit dem LTS-Kernel funktioniert es wie gewohnt. Kann aber den Governor immer noch nicht ändern, er steht nach wie vor auf Powersave
versuchs mal so:
#als root, sudo reicht nicht
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
und so weit ich weiß, kannst du eh blos zwischen powersave und performace wählen
wenn dus immer haben willst, lass es systemd machen
#/etc/tmpfiles.d/govenor.conf
w /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor - - - - performance