Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: RelaxDMJ on 20 May 2025, 20:59:13

Title: [SOLVED] Suspend/sleep mode not working properly
Post by: RelaxDMJ on 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! 
Title: Re: Suspend/sleep mode not working properly
Post by: RelaxDMJ on 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!
Title: Re: Suspend/sleep mode not working properly
Post by: artoo on 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 deep

Does it help?
Title: Re: Suspend/sleep mode not working properly
Post by: RelaxDMJ on 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.
Title: Re: Suspend/sleep mode not working properly
Post by: Artist on 21 May 2025, 19:41:43
In the mentioned [sleep] section you might also try:
MemorySleepMode=deep
and/or:
SuspendState=freeze

artist
Title: Re: Suspend/sleep mode not working properly
Post by: RelaxDMJ on 21 May 2025, 22:04:48
@artoo, actually it is working!
Thank you very much!!