风扇狂转,不会降频的解决方法。
Tofloor
poster avatar
o0******00@163.com
deepin
2020-04-17 09:44
Author
1、sudo dedit /etc/default/grub 。打开/etc/default/grub文件:
2、可能是第三行和第四行,也可能是第四和五行。改成下面这样
GRUB_CMDLINE_LINUX="splash quiet"
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"
保存。关闭文件。
3、sudo update-grub 。
4、重启电脑 。”

Reply Favorite View the author
All Replies
avatar
leonardo520
deepin
2020-04-17 10:48
#1
把风扇拆了就不转了
Reply View the author
avatar
终南
deepin
2020-04-17 15:45
#2
https://bbs.deepin.org/post/191869
把风扇拆了就不转了

Reply View the author
avatar
guoguoguo
deepin
2020-09-13 07:57
#3
这方法不支持amd卡吗?
Reply View the author
avatar
灵兮之
deepin
2020-09-13 17:28
#4
GRUB_CMDLINE_LINUX="splash quiet"
这个是屏幕显示启动项信息,降频跟这个有关系?
Reply View the author
avatar
199******27
deepin
2020-09-13 20:46
#5
请问下amd CPU可以用这种方法吗
Reply View the author
avatar
rekees2020
deepin
2020-09-13 21:08
#6
这样会阉割了睿频,折损性能
Reply View the author
avatar
rekees2020
deepin
2020-09-13 21:09
#7
更好的做法是用tlp调整CPU governor一直为powersave
Reply View the author
avatar
灵兮之
deepin
2020-09-13 21:46
#8
https://bbs.deepin.org/post/191869
更好的做法是用tlp调整CPU governor一直为powersave

这个跟系统里面那个节能模式有区别?
Reply View the author
avatar
haohu1193
deepin
2020-09-13 22:15
#9
这个方法这我的电脑上已经失效了...tlp也不行...
Reply View the author
avatar
rekees2020
deepin
2020-09-14 01:09
#10
https://bbs.deepin.org/post/191869
这个跟系统里面那个节能模式有区别?

CPU governor是CPU调节频率的模式,intel的驱动就只两种 -- performance和powersave, 按说都能动态变频,但是deepin默认装了laptop mode tools, 插电时会处在performance,CPU一直在高频状态运行
其实就用laptop mode tools应该也行,可tlp能达到类似效果,插电不插电都把CPU governor设置到powersave,这样CPU频率就不会一直在最高,不过我装了tlp就直接卸载了laptop mode tools
系统的省点模式感觉就是亮度之类比较表层的,应该解决不了CPU频率问题
Reply View the author
avatar
rekees2020
deepin
2020-09-14 01:17
#11
https://bbs.deepin.org/post/191869
这个方法这我的电脑上已经失效了...tlp也不行...

tlp默认设置可能不行,一大堆参数要改;我刚装deepin的时候,什么都不干,电脑经常发热,后来就是用tlp解决的,现在依然好用
Reply View the author
avatar
haohu1193
deepin
2020-09-14 01:20
#12
https://bbs.deepin.org/post/191869
tlp默认设置可能不行,一大堆参数要改;我刚装deepin的时候,什么都不干,电脑经常发热,后来就是用tlp解 ...

我的发热还好...就这样吧...电脑太老了...再一限制就跑不动了...
Reply View the author
avatar
灵兮之
deepin
2020-09-14 02:19
#13
https://bbs.deepin.org/post/191869
CPU governor是CPU调节频率的模式,intel的驱动就只两种 -- performance和powersave, 按说都能动态变频, ...

tlp是一个软件吗,在哪能下载,我装个试试,现在风扇就没有停歇过
Reply View the author
Comments
underflow
2020-09-14 02:45
sudo apt install tlp多半就可以
avatar
underflow
deepin
2020-09-14 02:47
#14
其实我当初就没法解决这个问题(15.11),上面的办法都用过了也不行……Ubuntu也有这个问题。
最后换Manjaro解决了,但不知道怎么做到的。
你的硬件型号是什么?或许不同的硬件,可以用不同的办法。
Reply View the author
avatar
underflow
deepin
2020-09-14 02:49
#15
这有一个帖子说不定能帮到你。
https://bbs.deepin.org/post/202001
Reply View the author