我的笔记本电脑上安装了 Pop_OS 21.04。有时,即使笔记本电脑可以运行几个小时,电量也会突然下降到 0%。问题是电源管理器会触发睡眠,即使我使用 dconf 在 gnome-power-manager 设置中更改了其配置:
/org/gnome/settings-daemon/plugins/power/
变化是:
percentage-action/percentage-critical
设置为-1
critical-battery-action
设置为无
use-time-for-policy
设置为假
知道为什么 gnome 电源管理器忽略这些设置吗?
答案1
您可以通过完全停止 upower 来避免关键操作:
sudo systemctl stop upower && sudo systemctl mask --runtime upower
除非您了解超越电源管理所涉及的风险,否则请勿这样做。