When I boot my laptop my power policy is pretty normal:
~> cpupower frequency-info
analyzing CPU 4:
driver: intel_pstate
CPUs which run at the same hardware frequency: 4
CPUs which need to have their frequency coordinated by software: 4
energy performance preference: balance_power
hardware limits: 400 MHz - 3.70 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 400 MHz and 3.70 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: 1.90 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
However for some unknown reasons, usually after several hours after boot, the policy might be capped to 400MHz to 400MHz. Notice how the performance preference did not change:
analyzing CPU 6:
driver: intel_pstate
CPUs which run at the same hardware frequency: 6
CPUs which need to have their frequency coordinated by software: 6
energy performance preference: balance_power
hardware limits: 400 MHz - 3.70 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 400 MHz and 400 MHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: 400 MHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
Which renders my laptop pretty sluggish. I’ve never tweaked tuned
except happily dragging the “Power Profile” slider in KDE Energy Widget nor did I install any more power-related packages. How can I stop this?