You are not logged in.
I'm trying to make cpupower set default governor to ondemand instead of powersave
I changed the /etc/default/cpupower file to be like that:
# Define CPUs governor
# valid governors: ondemand, performance, powersave, conservative, userspace.
governor='ondemand'and run
sudo systemctl enable cpupowerWhen I try to run
sudo systemctl start cpupowerit works perfectly, but cpu governor is still always set to powersave after reboot.
How can I solve this?
Last edited by neocat (2023-07-20 15:15:36)
Offline
1. post 'systemctl status cpupower'
2. https://forum.endeavouros.com/t/cpupowe … boot/28207
check if you have any other power managment daemons running.
Last edited by jl2 (2023-07-20 06:07:15)
Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...
Offline
I had cpupower-gui-helper.service and cpupower.service enabled at the same time.
Disabling cpupower-gui-helper.service solved the problem.
Offline