性能模式(performance)切换到省电模式(powersave)重启后又恢复
Tofloor
poster avatar
S4mW0ng
deepin
2018-09-22 02:47
Author
性能模式(performance)切换到省电模式(powersave)重启后又恢复到了性能模式

开始我用的是:

sudo -s
echo "powersave" > "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor";

这个方法改的,重启后恢复,我以为是我修改的方法不对,后来就改用:

sudo cpupower frequency-set -g powersave


这个方法改,结果重启还是性能模式。

所以想请问有什么办法能够改成永久的省电模式(powersave)!
Reply Favorite View the author
All Replies
avatar
chenjunyu19
deepin
2018-09-22 03:29
#1
这个没办法的,默认就是这样。不过你倒可以借助 cpupower 来在系统启动时自动应用你的配置,具体操作就是编辑配置文件 /etc/default/cpupower 然后将 cpupower.service 设为开机自启即可。
Reply View the author
avatar
S4mW0ng
deepin
2018-09-22 03:54
#2
https://bbs.deepin.org/post/169144
这个没办法的,默认就是这样。不过你倒可以借助 cpupower 来在系统启动时自动应用你的配置,具体操作就是编 ...

好的谢谢,目前也只能这样了
Reply View the author