cpupower governor doesn't stay on desired setting [Solved]
Hey guys, I'm trying to make my CPU governor remain on "performance" but it keeps switching back to ondemand or schedutil after every reboot, if I have cpupower enabled it'll keep switching back to ondemand, if I disable it it'll keep switching back to schedutil, no matter how many times I change the settings to performance, they end up back on one of these two settings, ondemand if cpupower is on, schedutil if cpupower is off.
How can I make it remain on performance? This is driving me nuts.
I issue this command but it doesn't make a difference once I reboot... I can't see the startup screen for long but it looks like cpupower is setting itself to ondemand on startup... I want it on performance! I'm using the linux-ck kernel.
sudo cpupower frequency-set -g performance
For some reason when I do
sudo rc-service cpupower start
it will do this:
* Running cpupower -c all frequency-set --governor ondemand ... [ ok ]
I don't want it to do that! I want it to go to performance!
Well, I thought I wouldn't be able to figure this out by myself but apparently I have... at least I think I have.
sudo nano /etc/conf.d/cpupower
START_OPTS="--governor performance"
This has solved it.