3

I try to change governor from "ondemand" to "powersave" like wiki says ( https://wiki.archlinux.org/index.php/CPU_Frequency_Scaling#Scaling_governors ), but everyway I want to change it, Arch always boot with "ondemand"

sudo cpupower frequency-set -g powersave

by the way this works

wpazio
  • 165

2 Answers2

4

The cpupower.service unit provided with Archlinux reads its settings from /etc/default/cpupower.

Either uncomment the governor setting, or add a new line so that governor='powersave'.

-2

Just add the command to /etc/rc.local, minus the 'sudo'.

https://wiki.archlinux.org/index.php/Initscripts#.2Fetc.2Frc.local

Rob Bos
  • 4,380