[Feelings & Sharing] 使用了intel_pstate=enable的powersave模式,电脑温度降低非常多
Tofloor
poster avatar
widon1104
deepin
2021-07-02 06:23
Author

我用的intel 8350U,迷你主机无风扇机壳散热的这种,到了夏天电脑金属机壳非常烫只是从未死机,今天突发奇想试了一下intel的intel_pstate功能来管理cpu频率,

使用命令:sudo cpupower frequency-set -g powersave 设置成powersave模式,然后继续使用,不一会儿机壳温度就降下来了,手摸上去也不感觉烫手只是温温热,

要知道今天是成都的7月1日,我的房间也没有开空调,所以这个功能降温效果明显,虽然说感觉系统慢了那么一点点,但是感觉还是划得来的,后悔没有早点使用这个技术

顺便托槽2点

1)linux默认的cpu管理代码把cpu弄的太累了,cpu总是跑最高频率导致温度非常高,我觉得linux主线以后应该优化一下这块,性能和能耗应该兼得才行

2)本身设置-》电源管理-》通用里面有节能模式,也确实能够降低频率,但是使用节能模式必须要降低屏幕亮度,这是deepin众多垃圾设计之一,我在多个地方反馈过,至今未改

Reply Favorite View the author
All Replies
duanyao
deepin
2021-07-02 09:20
#1

有 cpupower-gui ,不用sudo也可以。

https://github.com/vagnum08/cpupower-gui

Reply View the author
widon1104
deepin
2021-07-02 17:20
#2
duanyao

有 cpupower-gui ,不用sudo也可以。

https://github.com/vagnum08/cpupower-gui

1)github打不开,要翻墙才行,可以考虑在gitee建立镜像

2)这个软件如果做得好可以申请上架应用商店,这样大家下载安装才方便,而且我估计很多人都不知道有这样一款软件

Reply View the author
duanyao
deepin
2021-07-02 18:50
#3
widon1104

1)github打不开,要翻墙才行,可以考虑在gitee建立镜像

2)这个软件如果做得好可以申请上架应用商店,这样大家下载安装才方便,而且我估计很多人都不知道有这样一款软件

debian sid 仓库也有二进制版本,虽然不是最新的:

https://debian.pkgs.org/sid/debian-main-arm64/cpupower-gui_0.7.2-2_arm64.deb.html

你可以下载 deb 试试,应该能装上:

ftp.br.debian.org/debian/pool/main/c/cpupower-gui/cpupower-gui_0.7.2-2_arm64.deb

 

源码在 gitlab 上也有镜像,应该不用翻墙:

https://gitlab.com/vagnum08/cpupower-gui

Reply View the author
widon1104
deepin
2021-07-02 19:07
#4
duanyao

debian sid 仓库也有二进制版本,虽然不是最新的:

https://debian.pkgs.org/sid/debian-main-arm64/cpupower-gui_0.7.2-2_arm64.deb.html

你可以下载 deb 试试,应该能装上:

ftp.br.debian.org/debian/pool/main/c/cpupower-gui/cpupower-gui_0.7.2-2_arm64.deb

 

源码在 gitlab 上也有镜像,应该不用翻墙:

https://gitlab.com/vagnum08/cpupower-gui

好的,谢谢

Reply View the author
widon1104
deepin
2021-07-03 05:36
#5
duanyao

debian sid 仓库也有二进制版本,虽然不是最新的:

https://debian.pkgs.org/sid/debian-main-arm64/cpupower-gui_0.7.2-2_arm64.deb.html

你可以下载 deb 试试,应该能装上:

ftp.br.debian.org/debian/pool/main/c/cpupower-gui/cpupower-gui_0.7.2-2_arm64.deb

 

源码在 gitlab 上也有镜像,应该不用翻墙:

https://gitlab.com/vagnum08/cpupower-gui

我安装了这款软件,使用这款软件可以设置cpu模式,但是我设置cpu模式为powersave以后,重启,

➜  ~ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance

模式又变成了performance了,配置没有保存

Reply View the author
jiutian123
deepin
2022-06-27 03:21
#6

Intel Core i7 (Nehalem) 的电源管理功能是怎么开启的?

Reply View the author