I've installed Ubuntu 22.04.3 LTS and configured all my environments, but when I was about to close my laptop lid, I encountered an issue. Instead of suspending, the external monitor continues to operate.
First, I attempted to install gnome-tweaks
, but unfortunately, it doesn't seem to resolve the problem: the relative option was already enabled, yet the issue persists. Next, I tried modifying the /etc/systemd/logind.conf
file. Specifically, I commented out the following lines:
HandleLidSwitch=suspend
HandleLidSwitchExternalPower=suspend
HandleLidSwitchDocked=suspend
After running systemctl restart systemd-logind.service
, I still couldn't suspend my external monitor.
What other steps can I take to address this issue?
Thanks in advance.
On Battery power
andWhen Plugged in
for When the lid is closed.... set to Suspend? – Terrance Oct 04 '23 at 23:15#
. I removed it from the line I reported. But, as previously, when I close the lid the system doesnt suspend, in fact the external monitor keeps working. – ma4stro Oct 05 '23 at 20:11