Impostare governor Frequenza CPU su portatili: differenze tra le versioni

Da lumacawiki.
(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...")
 
Nessun oggetto della modifica
 
Riga 26: Riga 26:


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

Versione attuale delle 00:00, 9 nov 2017

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).