如何使用控制台/bash 禁用不活动时的自动屏幕锁定?我的系统:Ubuntu 18.04LTS(VirtualBox)
给出的命令这里不工作。
答案1
下面这篇文章中有电源选项和屏幕调整。我引用了文章中的回答部分
在 /etc/systemd/logind.conf 中,我编辑了以下行
HandlePowerKey=关机…
HandleLidSwitch=休眠
到
HandlePowerKey=忽略...
HandleLidSwitch=忽略
然后重新启动系统。
https://askubuntu.com/questions/719782/change-power-options-for-ubuntu-server-via-terminal