Ubuntu 18.04:盖子关闭时屏幕不会关闭或暂停

Ubuntu 18.04:盖子关闭时屏幕不会关闭或暂停

希望你一切都好!我的笔记本电脑(运行 Ubuntu 18.04 的 Dell XPS 13 9370)一直存在问题,当盖子合上时,屏幕不会关闭,系统也不会挂起。我的笔记本电脑在背包里放了很长时间,这个问题会导致笔记本电脑很快变得非常热。我尝试使用 解决方案systemd,我将从下面粘贴完整的文件systemd/logind.conf。但是,这对我来说仍然不起作用。有人有什么想法吗?

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See logind.conf(5) for details.

[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
HandleSuspendKey=suspend
HandleHibernateKey=suspend
HandleLidSwitch=suspend
HandleLidSwitchDocked=suspend
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=yes
#InhibitorsMax=8192
#SessionsMax=8192
#UserTasksMax=33%

答案1

您可以通过进入菜单 > 设置来更简单地解决这个问题

在此处输入图片描述

然后选择电源

在此处输入图片描述

然后自动暂停并设置您想要的值。

相关内容