在本文之后,我试图改变笔记本电脑的盖子关闭行为:http://tipsonubuntu.com/2018/04/28/change-lid-close-action-ubuntu-18-04-lts/
当我跑的时候:
systemctl restart systemd-logind.service我的系统会结冰并被卡住。
我在这里做错什么了?有更简单的解决办法吗?
发布于 2018-07-17 22:55:02
重新启动systemd-logind不利于您的图形化会话(S)。我本以为会话会崩溃并注销,但这也不是他们的意思。我不知道他们在做什么。我建议重新启动而不是运行重新启动命令。
如果您将其设置为hibernate,请确保您也测试了hibernation,例如通过运行以下命令:
systemctl hibernatehttps://askubuntu.com/questions/1057028
复制相似问题