I want to set processors performance.
Tofloor
poster avatar
drgeyikreoman
deepin
2018-11-04 14:56
Author
Like this:


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.


Reply Favorite View the author
All Replies
oscararg
deepin
2018-11-04 19:23
#1
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!
Reply View the author
drgeyikreoman
deepin
2018-11-10 12:37
#2
I tried, but I couldn't. Yacpi is not working. I installed tlp and change its value but didn't work...
Reply View the author
abc
deepin
2018-11-10 13:44
#3
本帖最后由 cg281312960 于 2018-11-10 07:45 编辑

This is a very good idea. Design an window for managing power. @aida
Reply View the author
aida
deepin
2018-11-12 17:26
#4
sudo apt install tlp
Reply View the author
drgeyikreoman
deepin
2018-11-15 06:40
#5
TLP is not working for i5 2450m.

You can integrate something like this:


I think that very imported for many users.
Reply View the author
drgeyikreoman
deepin
2018-11-15 06:52
#6
Just watching video on youtube:

Core speed is too much.

Reply View the author
shalanzhong
deepin
2018-11-15 07:37
#7
i will share my script tomorrow,maybe it works well on surface pro3
Reply View the author
drgeyikreoman
deepin
2018-11-18 04:05
#8
The problem goes on...
Reply View the author