I’m new to EndeavourOS and running KDE Plasma. I’m facing a recurring issue where the system freezes after locking the screen — I can’t log back in and have to reboot every time.
I was using Wayland, switched to X11, but the problem still happens. I have *hybrid graphics (Intel + NVIDIA GTX 1650 with proprietary drivers)
Anyone else experienced this? Any suggestions to fix or debug it?
Can I just clarify first, the issue isn’t when you login to Plasma, but rather after you’ve already logged in and you have then locked the session, and then tried to unlock it?
This command will retrieve your previous session’s boot log. This is only really helpful, if your previous session crashed as you’ve described. There are ways to adjust this command to make it look to older sessions, so let me know if that’s required.
The eos-sendlog part will send the output to a pastebin host, and provide you with a link that you can share here, so we can look at the log.
journalctl -k -b -1 | eos-sendlog
Can you also describe exactly what happens after you lock the screen? Are you away for a while (does your system sleep/hibernate)? Is the unlock screen interactive at all?
Sure it doesn’t immediately happens but if I am away for a while let’s say 5 mins and when I am back my screen freezes everytime and I need to reboot to get the login screen back.
Given this has hybrid graphics, in the interest in isolating the potential issue, are you able to disable the Nvidia GPU in the BIOS, for testing purposes?
I wanted to also mention, BIOS updates are available for your motherboard, but I’m not sure how you’d go about applying those without Windows on a HP laptop. Maybe another HP laptop user in the forum can chime in there.
Thanks a lot for the reply! I’ll check the BIOS settings and see if I can disable the Nvidia GPU for testing.
If anyone else has faced a similar issue on an HP laptop or knows how to apply BIOS updates without Windows, I’d really appreciate the help.
Also one more key thing I noticed that if the system gets automatically locked after some time I am not facing this issue.
But If I manually lock the screen let’s say by pressing (Windows + L) then after some time the same freezing happens which causes me to reboot the system
@manuel I check and I do not have a GPU switching tool like optimus-manager or nvidia-prime installed — I guess I am just using the NVIDIA GPU directly via these packages:
To use nvidia-open instead of nvidia, run the following commands:
sudo pacman -R nvidia
sudo pacman -Syu nvidia-open # does system update too
Alternatively you can use nvidia-inst to manage the Nvidia driver packages.
Test mode example:
nvidia-inst --test --no-dkms
This “dry run” operation shows what nvidia-instwould do.
Note that if you are gaming, add option --32 to it (and enable [multilib] repo in pacman.conf).
If you are happy with the test mode result, run the same command again without
option --test.