【求救】电脑温度过高
Tofloor
poster avatar
aiass
deepin
2020-05-27 17:24
Author
笔记本电脑在运行时,温度过高,运行一会区域部分就会有些烫手了,运行一会就突然关机,重启后又会关机。要等到电脑温度下来后才能两次正常开机。

使用 psensor 软件 查看一下,CPU温度在90℃上下徘徊。最高温度达到100多摄氏度。
Reply Favorite View the author
All Replies
avatar
deepin-zx
deepin
2020-05-27 17:46
#1
可能是笔记本自主降频失效,可以试试这个方法:
解决方法:
sudo gedit /etc/default/grub
编辑grub文件,其中两行改为如下:
GRUB_CMDLINE_LINUX="splash quiet "
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"
保存退出后更新一下grub
sudo update-grub
然后,重启系统。
再用i7z查看,已经能够自动降频了。
Reply View the author
avatar
houyawei
deepin
2020-05-27 18:18
#2
Reply View the author
avatar
aiass
deepin
2020-05-28 03:47
#3
https://bbs.deepin.org/post/195115
可能是笔记本自主降频失效,可以试试这个方法:
解决方法:
sudo gedit /etc/default/grub

调好  了 。温度 还是没有 下来,运行一会 ,最高也是1000多。平时90~100度。
Reply View the author
avatar
aiass
deepin
2020-05-28 03:56
#4
aiass 发表于 2020-5-27 19:47
调好  了 。温度 还是没有 下来,运行一会 ,最高也是1000多。平时90~100度。 ...

是100多度,运行一会又突然关机了。
Reply View the author
avatar
走钢丝
deepin
2020-05-28 04:02
#5
https://bbs.deepin.org/post/195115
是100多度,运行一会又突然关机了。

还是用上面链接里 8 楼的方法吧。
修改内核参数,可能很多人改不对。或者忘了执行哪一步。
Reply View the author
avatar
血染轩辕
deepin
2020-05-28 04:19
#6
UOS个人版  同样CPU温度过高,电扇疯转,正等官方推补丁降温!!!
Reply View the author
avatar
leafgreen
deepin
2020-05-28 04:37
#7
安装tlp试试
Reply View the author
Comments
pillar_stone
2020-05-28 08:34
tlp是王道,全面节能,不仅仅调频
avatar
deepin-zx
deepin
2020-05-28 19:21
#8
安装一下tlp试试,默认配置能够将CPU进入powersave模式
Reply View the author