Impostare governor Frequenza CPU su portatili

Da lumacawiki.
Versione del 17 ago 2017 alle 00:50 di Award (discussione | contributi) (Creata pagina con "Install cpufrequtils: sudo apt-get install cpufrequtils Edit the following file (if it doesn't exist, create it): sudo nano /etc/default/cpufrequtils Add the line: GOV...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

Install cpufrequtils:

sudo apt-get install cpufrequtils

Edit the following file (if it doesn't exist, create it):

sudo nano /etc/default/cpufrequtils

Add the line:

GOVERNOR="performance"

Save and exit.

Now disable ondemand daemon (otherwise after you reboot the settings will be overwriten)

sudo update-rc.d ondemand disable

Check your settings with:

cpufreq-info

OR

sudo nano /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

Replace ondemand with performance. Repeat for every core (increase cpu0: cpu1, cpu2).