笔记本风扇的静默问题,风扇转的好吵
Tofloor
poster avatar
berniefeng
deepin
2019-03-22 19:46
Author
神舟T97的笔记本,CPU:i7 7700 内存:16G 独显:1070 max-q
问题描述:
装上deepin,切换显卡模式为双显卡模式,然后风扇就一直高速转,声音比较大,在win系统下,我不知道是不是因为有控制中心的原因,可以保持静默运行,基本听不到声音,我办公的地方比较安静,这个风扇声音整个办公室都能听见,求大神帮忙解决
Reply Favorite View the author
All Replies
avatar
greedyhao
deepin
2019-03-22 20:41
#1
可能是cpu一直都是最高频率运行吧,你看看你的intel_pstate打开了没有

终端执行:

sudo gedit /etc/default/grub
找到

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
修改成:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_pstate=enable"
保存后,终端执行:

sudo update-grub
Reply View the author
avatar
berniefeng
deepin
2019-03-22 21:13
#2
https://bbs.deepin.org/post/175839
可能是cpu一直都是最高频率运行吧,你看看你的intel_pstate打开了没有

终端执行:

谢谢大佬,上班时间怕弄坏了,今晚回去,试试
Reply View the author