建议增加电源性能模式管理
Tofloor
poster avatar
与风长舞的叶
deepin
2018-06-12 20:04
Author
我的是笔记本,经常要带去图书馆学习,可是突然我的笔记本风扇声音猛增,希望增加性能管理。比如增加电池模式,或者增加cpu频率限制的功能。
Reply Favorite View the author
All Replies
avatar
nhnhwsnh
deepin
2018-06-12 20:19
#1
tlp了解一下呗
Reply View the author
avatar
187******09
deepin
2018-06-12 20:27
#2
本帖最后由 i1516 于 2018-6-12 12:30 编辑

不建议使用tlp,会严重影响蓝牙和无线,可以试试linux-cpupower
Reply View the author
avatar
177******80
deepin
2018-06-12 20:40
#3
调整电源cpu频率这个话题,如果说安装tlp的话,一般会有人出来阻止,但是呢他们也没看你说的场景,其次,他们的电脑和你又不一样。
如果你只是拿去图书馆看看书,看看office文档的话,安装个tlp降低一下CPU的功率是没问题的。我记得如果只是看看pdf,甚至手动关闭wifi,我的老笔记本最多能用4小时15分的时间,毕竟tlp的电池模式把CPU的频率调到了最低。如果你开wifi,聊QQ,还开大型IDE写代码,就另说了,能不能扛下2小时都难说。
Reply View the author
avatar
justforlxz
deepin
2018-06-12 21:15
#4
如果只是想降低cpu的功率,可以试一下cpupower,设置成powersave
Reply View the author
avatar
与风长舞的叶
deepin
2018-06-12 21:51
#5
https://bbs.deepin.org/post/158029
不建议使用tlp,会严重影响蓝牙和无线,可以试试linux-cpupower

怎么操作?
Reply View the author
avatar
与风长舞的叶
deepin
2018-06-12 21:56
#6

这个我听过,可是我不知道怎么安装
Reply View the author
avatar
allyourtube
deepin
2018-06-12 22:44
#7
我现在小米笔记本 nbfc+powersave,现在风扇一点都不想了,话说是不是被我搞坏了==
Reply View the author
avatar
187******09
deepin
2018-06-12 23:04
#8
  1. sudo apt install linux-cpupower
Copy the Code
Reply View the author
avatar
与风长舞的叶
deepin
2018-06-12 23:09
#9
https://bbs.deepin.org/post/158029
我现在小米笔记本 nbfc+powersave,现在风扇一点都不想了,话说是不是被我搞坏了== ...

你看看在windows下响不响呗
Reply View the author
avatar
与风长舞的叶
deepin
2018-06-12 23:13
#10
Reply View the author
avatar
allyourtube
deepin
2018-06-12 23:48
#11
https://bbs.deepin.org/post/158029
你看看在windows下响不响呗

window会响
Reply View the author
avatar
与风长舞的叶
deepin
2018-06-12 23:49
#12

我已经执行了这个代码,然后怎么操作?
Reply View the author
avatar
187******09
deepin
2018-06-13 00:07
#13
https://bbs.deepin.org/post/158029
我已经执行了这个代码,然后怎么操作?

https://bbs.deepin.org/post/148928
我也是参照这个,但我是睿频,你是限制频率,具体你自己看一下我也不清楚
Reply View the author
avatar
与风长舞的叶
deepin
2018-06-13 17:01
#14
https://bbs.deepin.org/post/158029
如果只是想降低cpu的功率,可以试一下cpupower,设置成powersave

我已经安装了cpupower,怎么设置cpu模式
Reply View the author
avatar
justforlxz
deepin
2018-06-13 18:02
#15
https://bbs.deepin.org/post/158029
我已经安装了cpupower,怎么设置cpu模式

sudo cpupower frequency-info  查看当前模式

sudo cpupower frequency-set -g powersave 设置powersave
Reply View the author