下面的方法适合在Ubuntu系统下禁用关闭笔记本盖时自动待机。其它类Ubuntu版本的可以参考:
该问题直接修改Login Manager的配置文件,首先打开终端并输入下面命令:
sudo vi /etc/systemd/logind.conf
主要是修改其HandleLidSwitch项,把它改成ignore值即可。
方法是把#HandleLidSwitch=suspend项改成HandleLidSwitch=ignore
修改完成后重新启动服务systemd-logind:sudo service systemd-logind restart
这样就可以达到目标了。