oscararg
2018-11-04 19:23 deepin
First, read this, then:
To see your CPU governor: cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
To change your CPU governor (it must be done for each core you have, it's an example for a 4 cores processor, if you have two, only use cpu0 and cpu1 commands): # echo governor-name-here > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
# echo governor-name-here > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
# echo governor-name-here > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
# echo governor-name-here > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
Install yacpi to see info sudo apt install yacpi, you can run it typing yacpi on terminal.
And, for laptops, I must recommend to you to install TLP, it automatically manages your power related things to save battery sudo apt install tlp tlp-rdw && sudo tlp start, and again, if you want to read some info about the app go there. Greetings!
To see your CPU governor: cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
To change your CPU governor (it must be done for each core you have, it's an example for a 4 cores processor, if you have two, only use cpu0 and cpu1 commands): # echo governor-name-here > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
# echo governor-name-here > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
# echo governor-name-here > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
# echo governor-name-here > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
Install yacpi to see info sudo apt install yacpi, you can run it typing yacpi on terminal.
And, for laptops, I must recommend to you to install TLP, it automatically manages your power related things to save battery sudo apt install tlp tlp-rdw && sudo tlp start, and again, if you want to read some info about the app go there. Greetings!
Reply Like 0 View the author
I have i5-2450m cpu. My laptop fan is very noise :/ I want to set cpu speed to max 1,8 ghz etc... I wish the solution was default in deepin.