Happy to provide traces etc. if given hints on what I should do to produce them The openSUSE guide seems mostly focussed on applications that crash and can be run from the CLI.
@matterhorn103 Did you ever manager to resolve this? FWIW, I get almost the same symptoms when trying to launch SDDM in wayland mode. The only difference is the cursor is still able to move, and I can switch to a VT allowing me to edit sddm.conf and reboot etc. FWIW, I’m currently running Leap 15.5 as a guest in a VirtualBox environment. When I get a chance I will test on a laptop with Intel graphics.
Every time this has happened to me, it was because I was trying to login to an account that was already logged in. KDE on Arch does not warn the user (hey, you’re already logged in) and tries logging you in again but then hangs on a black screen with a cursor only.
The way I fixed this was to add ReuseSession=true to /etc/sddm.conf.
e.g.,
[Users]
ReuseSession=true
With this change, rather than hang on a black screen, I will immediately log into an already existing session for the same user.