The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 3,036     Votes:  3 
Tags: 18.04   power-management   cpu   overheating   tlp  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/1069961
Title: Power Management governor changes alone from powersave to performance
ID: /2018/08/29/Power-Management-governor-changes-alone-from-powersave-to-performance
Created: August 29, 2018
Upload: April 28, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Force to powersave speed governor

You are using sudo tlp stat -p to find out when the speed governor is set at performance mode. When this happens reset it to powersave with this command:

$ echo "powersave" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
powersave

Run tlp statistics again and ensure minimum frequency is normalized and no longer set at maximum frequency.

Keep running tlp to find out how often the governor is being reset to performance mode.

Keep searching for the program that is reseting the speed governor.

As a last resort you could:

  1. Setup a sleeping procedure to reset to powersave every x seconds.
  2. Setup a procedure that monitors the speed governor every second and reset it when it changes.
⇧ Awesome WM - How do you set a hotkey to lock your system? Music voice inaudible in Ubuntu 16.04  ⇩