Screen won't unlock on the first attempt 29 March 2021, 08:45:17 I use xfce version of Artix Linux. when I try to unlock the screen( I usually move the mouse) the screen lights up, shows the lightdm login screen and then immediately turns off again and it doesn't go to the lightdm greeter where I sign in again. I have to move the mouse again to actually go to the lightdm greeter. I also noticed that the greeter's layout and background image from the first attempt is different from the second.Is anyone aware of this issue and any possible fix for this.? Quote Selected
Re: Screen won't unlock on the first attempt Reply #1 – 29 March 2021, 09:53:48 Look at /etc/elogind/logind.conf and comment the following lines like this...Code: [Select]#HandleLidSwitch=suspend#HandleLidSwitchExternalPower=suspend Quote Selected
Re: Screen won't unlock on the first attempt Reply #2 – 29 March 2021, 11:30:56 Those lines are already in that file like that Quote Selected
Re: Screen won't unlock on the first attempt Reply #3 – 30 March 2021, 04:10:16 Quote from: tendai – on 29 March 2021, 08:45:17Is anyone aware of this issue and any possible fix for this.?Hello,I don't have the solution for lightdm, but you can try sddm :sudo pacman -S sddm-openrcsudo rc-update add sddm default And if all goes well : sudo pacman -Rsu lightdm Quote Selected
Re: Screen won't unlock on the first attempt Reply #4 – 31 March 2021, 11:17:35 Quote from: tendai – on 29 March 2021, 08:45:17Is anyone aware of this issue and any possible fix for this.?Is lightdm-locker installed? It sometimes interferes with the DE's screensaver/locker. Quote Selected
Re: Screen won't unlock on the first attempt Reply #5 – 31 March 2021, 12:07:32 Quote from: nous – on 31 March 2021, 11:17:35Is lightdm-locker installed? It sometimes interferes with the DE's screensaver/locker.aka light-locker ? Quote Selected
Re: Screen won't unlock on the first attempt Reply #6 – 01 April 2021, 10:29:08 Yup, that one. Quote Selected
Re: Screen won't unlock on the first attempt Reply #7 – 01 April 2021, 11:46:02 Quote from: nous – on 01 April 2021, 10:29:08Yup, that one. Quote Selected