手动切换CPU频率模式,让系统睡眠/休眠
切换CPU频率模式
这个一般没什么用,系统会自动切换的
需要用到的包:cpupower
切换到性能模式:
sudo cpupower frequency-set -g performance
切换到省电模式:
sudo cpupower frequency-set -g powersave
查看当前频率信息:
sudo cpupower frequency-info
手动切换睡眠/休眠
这个有用,值得设个快捷键
- 让系统睡眠(Suspend to RAM)(笔记本合盖默认睡眠)
sudo systemctl suspend
- 让系统休眠(Hibernate)
sudo systemctl hibernate
但我的电脑休眠后按电源键是重新开机,即始修改了/etc/systemd/sleep.conf
也没用