Glam Prestige Journal

Bright entertainment trends with youth appeal.

When I close my laptop lid, I want that the laptop suspends.
I already set the power settings to "suspend" as shown in the linked picture (language is set to german).
But instead of going into suspend mode, the desktop switches to the external monitor.
How can I prevent that?

Power settings

1 Answer

If not already installed, install the dconf-editor, you can find it in the software center or in the terminal:

sudo apt-get install dconf-editor

Open it and navigate to:

org >> gnome >> settings-daemon >> plugins >> power

Activate the following checkbox and exit dconf-editor:

lid-close-suspend-with-external-monitor


Update: If the above instructions don't show the desired effect, open the following file:

gksudo gedit /etc/systemd/logind.conf

Uncomment (remove the # in) the following line and set it to 'suspend' instead of 'ignore':

HandleLidSwitchDocked=suspend

Save, Exit and Reboot

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy