You are not logged in.
Hello,
I'm new to Arch Linux (and Linux in general) as I just installed it on my machine earlier today by following the general installation guide and this other one to setup full disk encryption with TPM https://wiki.archlinux.org/title/Dm-cry … ecure_Boot.
I managed to get everything working and I installed KDE Plasma as my DE. The only issue I'm having with it is the sleep feature, if I use systemctl suspend or click directly on sleep in the start menu I get the correct behavior and I'm able to wake up the system by clicking on any key. But if the system goes to sleep on its on after a set amount of type or when I click on the power button after configuring it to put the computer to sleep it seems to fail. The screen goes to black (though sometime it can also freeze on a still frame of the lock screen) but the computer stays active, the power led is not blinking as it should, the fans are still running normally and the rgb component are still lit up. When this happens the computer is completely frozen and I have to hard reboot it.
As I'm a noob regarding Linux I'm not sure where to start to debug this behavior and I couldn't find an answer that worked for me online.
Any help would be appreciated.
Best regards,
Thomas
Last edited by TLGA (2025-10-30 08:47:32)
Offline
* use systemctl suspend or click directly on sleep in the start menu I get the correct behavior
* sleep on its on after a set amount of type or when I click on the power button … it seems to fail
* screen goes to black (though sometime it can also freeze on a still frame of the lock screen) but the computer stays active
There're sleep issues w/ KDE 6.5 OTR, see https://bbs.archlinux.org/viewtopic.php … 6#p2270076 but the trigger-split seems weird and the symptoms don't fit.
Please post the system journal after a supposedly successful sleep cycle,
sudo journalctl -b | curl -F 'file=@-' 0x0.st(you get a link you can just share)
Offline
Here is the system journal after a sleep cycle triggered from the button in the Application Launcher
https://0x0.st/K_2c.txt
Offline
https://bbs.archlinux.org/viewtopic.php?id=309850 showed up and looks like a similar problem.
You're also getting
Oct 29 09:44:37 arch-pc dbus-broker[978]: A security policy denied :1.29 to send method call /org/freedesktop/login1/seat/seat0:org.freedesktop.login1.Seat.Inhibit to org.freedesktop.login1.
Oct 29 09:44:37 arch-pc kwin_wayland[1373]: Failed to delay sleep: Sender is not authorized to send messagebut the sleep succeeds, so that's probably a red herring.
An additional element here is the hybrid GPU (2xAMD) setup w/ no outputs attached
Oct 29 09:45:02 arch-pc kernel: amdgpu 0000:7b:00.0: [drm] Cannot find any crtc or sizesto the APU - can you disable that in the UEFI?
Offline
Disabled the processor's GPU in UEFI and the issue still occurs like before : /
Offline
Offline
I also have the same issue on Plasma 6.5.1 / Linux 6.12.56-1-lts
* use systemctl suspend or click directly on sleep in the start menu I get the correct behavior
* sleep on its on after a set amount of type or when I click on the power button … it seems to fail
* screen goes to black (though sometime it can also freeze on a still frame of the lock screen) but the computer stays active
Offline
As mentioned by Seth this is probably a KDE bug related to the kernel. For now
# chmod -x /usr/lib/kf6/kauth/wakeupsourcehelperfollowed by a reboot will fix it.
Offline
As mentioned by Seth this is probably a KDE bug related to the kernel. For now
# chmod -x /usr/lib/kf6/kauth/wakeupsourcehelperfollowed by a reboot will fix it.
Thank you very much
Cheers
Offline
As mentioned by Seth this is probably a KDE bug related to the kernel. For now
# chmod -x /usr/lib/kf6/kauth/wakeupsourcehelperfollowed by a reboot will fix it.
Works for me.
Thank you for the help everyone
Offline