cross-posted from: https://lemmy.world/post/1114285

For quite some time now, KDE has intermittently been unable to go to sleep. It will either go to a black screen with the cursor still showing, and the computer running, or it will show a half frozen sddm looking screen with the computer still running. The computer, in both cases, will be wholly unresponsive, and the only way to get out of it is to forcefully shutdown the PC by, for example, holding the power button.

Has anyone else been having this issue?

  • OS: Arch Linux (kernel v6.4.1-arch2-1)
  • DE: KDE Plasma v5.27.6, Wayland
  • CPU: Intel Core i5-4690k
  • GPU: AMD Radeon RX-6600
  • MartinR@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    In the cases with the cursor still showing (and maybe even in the cases with the half-frozen sddm screen (it’s actually probably going to be a lockscreen, not sddm)): Can you still switch to a TTY (e.g. CTRL+Alt+F2 or F3)? If so, you could try to run export DISPLAY=:0; killall plasmashell; sleep 5; plasmashell --replace and see if this resolves the issue?