[Seek Help] Deepin 的 电源管理->性能模式切换 有实际作用吗?
Tofloor
poster avatar
剥壳白煮蛋
deepin
2021-02-23 23:01
Author

如题。

 

无论我怎么切换性能模式,甚至手动改 `/sys/class/drm/card0/device/power_dpm_state` ,将内容替换成 powersave ,都会自动变成 performance ,或许 Deepin 的电源配置文件不是这个?

啥也没干风扇就一直吹,不插电的时候如果不待机,只是熄灭屏幕,风扇依然不停,实际不足四个半小时,就自动关机了。

连续正常使用的话,续航也不比Windows10的时候强多少,按道理 Linux 应该比前者优秀一些的。

 

参考 https://wiki.deepin.org/wiki/%E7%94%B5%E6%BA%90%E7%AE%A1%E7%90%86

 

 

Reply Favorite View the author
All Replies
doodo
deepin
2021-02-23 23:57
#1
It has been deleted!
剥壳白煮蛋
deepin
2021-02-24 00:51
#2
doodo It has been deleted!

好,我的是惠普,试试。

Reply View the author
剥壳白煮蛋
deepin
2021-02-24 01:05
#3
doodo It has been deleted!

老哥你的文档详尽得有点吓人,不如完完整整地放博客?更方便别人遇到问题之后在搜索引擎进行搜阅。

Reply View the author
doodo
deepin
2021-02-24 02:04
#4
It has been deleted!
bxkdhao
deepin
2021-02-24 04:06
#5

https://bbs.deepin.org/zh/post/193489

 

Reply View the author
剥壳白煮蛋
deepin
2021-02-24 04:54
#6
doodo It has been deleted!

hexo 不是使用很简单吗?源码放 Github,生成的 page 就放 vercel,国内速度快,暂时也没发现有什么不稳定的。

Reply View the author
剥壳白煮蛋
deepin
2021-02-24 05:08
#7
bxkdhao

https://bbs.deepin.org/zh/post/193489

 

改 cpu 调度确实可以,找了两条命令写进 .zshrc 

alias cpu-powersave='echo powersave | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor'

alias cpu-performance='echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor'

 

随时使用 cpu-powersave 或者 cpu-performance 切换就行。

 

但是对风扇狂转的缓解效果好像还是不太够。

Reply View the author