Am 24/06/2023 um 17:27 schrieb Will Godfrey:
I've been gifted an ASUS Republic of Gamers (ROG) G750JX laptop but am having a
problem with it. It seem to ignore:
sudo /usr/bin/cpufreq-set -r -g performance
and instead always runs in ondemand mode.
It has a base speed of supposedly 2.4G, but actually runs at 2.3 or less and
very occasionally hits' 3.4G, just *after* Xruns.
I remember to have hade difficulties using cpufreq-set on my Asus Zenbook. I'm using
now cpupower
with flag frequency-set what works well. E.g.:
sudo cpupower frequency-set -d 500MHz -u 3000MHz
to tune lower and upper frequencies being used by govenor or
sudo cpupower frequency-set -d 3000MHz -u 3000MHz
to clamp the frequency to 3000 MHz. Might work for you as well?!
Gerhard