[SOLVED] Suspend/sleep mode not working properly 20 May 2025, 20:59:13 I’ve installed Artix Linux (Plasma + Dinit), but suspend/sleep mode isn’t working properly. Here’s what happens:When the laptop enters sleep mode and I press a key to wake it, the system partially wakes up (LEDs turn on), but the screen remains frozen, and the PC becomes unresponsive. The only recovery option is a forced reboot. I’ve searched online but haven’t found a clear solution. My hardware is an Asus Zenbook 14 OLED (Intel Alder Lake CPU). Additional notes: - Hibernation works perfectly. - This issue doesn’t occur with other distros like Arch or Void. Is this a known problem? Any help would be appreciated! Quote Selected Last Edit: 22 May 2025, 20:29:59 by nous
Re: Suspend/sleep mode not working properly Reply #1 – 21 May 2025, 12:15:04 As a complement, I have the same issue with OpenRC, Runit and s6.Same issue also if I use another Desktop manager instead of Plasma.So the problem seems to come from a missing package or driver (as mentionned, no issues with Voidlinux or Cachyos).Any idea ?Thank you! Quote Selected
Re: Suspend/sleep mode not working properly Reply #2 – 21 May 2025, 15:31:48 Edit /etc/elogind/sleep.conf.d/10-elogind.conf:Code: [Select][Sleep]#AllowPowerOffInterrupts=no#AllowSuspendInterrupts=no#BroadcastPowerOffInterrupts=yes#BroadcastSuspendInterrupts=yes#HandleNvidiaSleep=no#HibernateByUsing=#SuspendByUsing=SuspendMode=s2idle deepDoes it help? Quote Selected 1 Likes
Re: Suspend/sleep mode not working properly Reply #3 – 21 May 2025, 16:55:05 Unfortunately not...As mentionned, the system wakes up when I press a key and can see LED turning on etc, but the screen remains frozen, as well as the PC. Quote Selected
Re: Suspend/sleep mode not working properly Reply #4 – 21 May 2025, 19:41:43 In the mentioned [sleep] section you might also try:MemorySleepMode=deepand/or:SuspendState=freezeartist Quote Selected
Re: Suspend/sleep mode not working properly Reply #5 – 21 May 2025, 22:04:48 @artoo, actually it is working! Thank you very much!! Quote Selected