Enables the ability to swap between kernel governors for the CPU useful for laptops.
- Balanced: Mode controlled by the schedutil governor. Frequency changes dynamically and in a smart way.
- Performance: Run the CPU at the maximum frequency.
- Powersave: Run the CPU at the minimum frequency.
cpupower
.pkexec
, which is frompolkit
.
Tested on Gnome 3.38.1
If you would like to define a governor on boot, check cpupower
manual. Normally, it consists of two steps:
- Edit
/etc/default/cpupower
accordingly. - Enable the service
systemctl enable cpupower.service
.