chenjunyu19
deepin
2018-09-22 03:29 这个没办法的,默认就是这样。不过你倒可以借助 cpupower 来在系统启动时自动应用你的配置,具体操作就是编辑配置文件 /etc/default/cpupower 然后将 cpupower.service 设为开机自启即可。
Reply Like 0 View the author
https://bbs.deepin.org/post/169144
这个没办法的,默认就是这样。不过你倒可以借助 cpupower 来在系统启动时自动应用你的配置,具体操作就是编 ...
Popular Ranking
ChangePopular Events
More
开始我用的是:
sudo -s
echo "powersave" > "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor";
这个方法改的,重启后恢复,我以为是我修改的方法不对,后来就改用:
sudo cpupower frequency-set -g powersave
这个方法改,结果重启还是性能模式。
所以想请问有什么办法能够改成永久的省电模式(powersave)!