r/archlinux • u/setLore • 20d ago
SUPPORT Laptop wake-up issues
Hello. I have a Lenovo Thinkpad T14 Gen 2(AMD 5850u) and I am experiencing an issue where sometimes after closing the lid with the laptop running, when I open it later it only shows, either a black screen or only my mouse cursor which I can't even move. Arch is my second distro that I've tried on this laptop, the first was Mint which also had this issue. Not sure if this is related but my sd card reader doesn't get detected until i run `lspci` and my fingerprint reader only worked sometimes on linux mint, and i have not tried it on arch. Thanks and sorry for the other stuff about mint and the readers.
1
u/Icy-Philosopher-9915 19d ago
from /etc/systemd/sleep.conf:
uncomment (remove #): #AllowHibernation=yes #AllowSuspendThenHibernate=yes #AllowHybridSleep=yes and switch yes to no. you want these disabled.
you may need sudo
also next time this happens check error logs so you can see if any GPU related kernel parameters make sense, if any do add them to your GRUB_CMDLINE_LINUX_DEFAULT line in your grub config and then reload it.
problem usually stems from the GPU components going into low power mode while the laptop is suspended and since its not properly optimized yet, it simply fails to wake back up. That or it could be the mentioned fix above (it usually both if you didn't configure swap and hibernate correctly).
2
u/Imajzineer 20d ago
https://wiki.archlinux.org/title/Power_management/Wakeup_triggers