Hello everyone,
I’m new to Linux and don’t know much about system configuration. I’m experiencing performance issues with my CPU while gaming (I haven’t tested other tasks yet).
It seems like my CPU is becoming a bottleneck in all the games I play (based on CPU usage I observed in Steam). This causes significant lag and frame drops. The same games run much smoother and with higher FPS on Windows.
I went to the power settings and set the power plan to “Performance,” but there was no change in performance.
So I checked using the command: cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor and noticed that even though I set it to Performance, the CPU is still on “powersave.”
After that, I used this command:
sudo cpupower frequency-set -g performance
But performance still didn’t change.
Even though cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor shows “performance,” I feel like it’s not making any difference.
After restarting, it goes back to “powersave” again.
I disabled the power-profiles-daemon service:
sudo systemctl disable --now power-profiles-daemon
echo 'performance' | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
But it still activates.
I couldn’t find a suitable tool in Linux to display CPU power consumption to compare with Windows.
(I should mention that in the OCCT benchmark, it doesn’t seem like the processor has any performance issues, and changing from powersave to performance doesn’t make any difference in the score.)
P.S. Please excuse any language mistakes as English is not my native language. I would appreciate any guidance on improving my post.