I dont know if this is pretty common? I reported a bug about this an eternity ago on Fedora, but it is still happening.
I am also not sure what project is responsible, mesa?
Whenever I sleep my Fedora KDE Laptop, close the lid, open it and it turns on but no input works.
Sometimes my entire screen is corrupted too, like this and often only a hard shutdown fixes it, sometimes it reacts by itself.
Do you know something similar? Where should I report it and how can I circumvent this by now, disable S3 sleep?
So to check what suspend states your laptop supports run cat /sys/power/mem_sleep
. It should print something like s2idle shallow
with the option that is enabled having [] around it. To change the enabled option run echo "s2idle" > /sys/power/mem_sleep
.
https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate has more info.