Hello everyone!
After a fresh install of Fedora 34 I’ve noticed that my CPU is not boosting or lowering frequency at all, no matter what I do. With 33, I know that it used boost over 4 GHz, but I’m not seeing that now. Any ideas what could be causing this?
what does cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
say? (may have to run as root)
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
schedutil
performance
performance
schedutil
schedutil
schedutil
performance
performance
performance
schedutil
performance
performance
for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "performance" > $file; done
2 Likes
Followed the instructions, but nothing has changed so far:
for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "performance" > $file; done
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
performance
performance
performance
performance
performance
performance
performance
performance
performance
performance
performance
performance
Ok, I’ve figured it out. It was my messy BIOS settings. Updated the BIOS, loaded defaults and enabled features I need (virtualization).
2 Likes