You are not logged in.

#1 2014-03-05 21:53:12

kleim
Member
From: Lyon, France
Registered: 2011-12-14
Posts: 12

[Solved] Laptop locked to sleep mode at login screen

I create this topic in case somebody runs in the same issue...

I could not go past the Slim login screen since last SystemD update (208-11 -> 210-2) because my laptop (a M116 SU2300) goes to sleep mode as soon as the login screen appears. I can wake it up but it goes back to sleep mode after 2 seconds every time.

(Temporary) Solution: Boot with an Archlinux LiveCD/USB, mount and chroot your root partition and then downgrade systemd and systemd-sysvcompat from your local cache.

pacman -U /var/cache/pacman/pkg/systemd-208-11-x86_64.pkg.tar.xz /var/cache/pacman/pkg/systemd-sysvcompat-208-11-x86_64.pkg.tar.xz

Last edited by kleim (2014-03-05 21:55:57)

Offline

#2 2014-03-06 16:20:46

Palmately
Member
Registered: 2013-04-27
Posts: 1

Re: [Solved] Laptop locked to sleep mode at login screen

Hello,

Another fix that might work for your laptop (worked for Thinkpad T510):

Add the following to /etc/systemd/login.d
LidSwitchIgnoreInhibited=no
HandleLidSwitch=ignore

I got that solution from a Google search, but still had the same problem so I did the following as well:
Add the following to /etc/systemd/journald.conf /etc/systemd/system.conf /etc/systemd/user.conf:
HandleLidSwitch=ignore

After doing so, no problems rebooting. :-)

Offline

Board footer

Powered by FluxBB