Me I would patiently wait but yer you could try a different DM if you want, there is no recommended solution as different hardware can cause different issues.
change the sddm theme from the settings. Someone mentioned mavic (?) I have three monitors and only can login on the secondary. This requires me to mouse over from my primary monitor.
That would require a successfully submitted bug report about the responsible SDDM package, no? I cannot find such a thing yet. Or did I miss something?
IMHO: it’s not and sddm bug, the configuration for sddm needs to be updated by the distro mantainers, since the developers themselves created a config file to be used as reference here:
Warning: By default, KWin starts up with global shortcuts enabled. This could be dangerous for a login screen, since it becomes possible to bypass the login prompt using default key bindings. Specifying --no-global-shortcuts fixes this.[5]
Adding the following lines to your configuration file sets the Wayland compositor to KWin and enables the wlr_layer_shell Wayland protocol extension. This requires layer-shell-qt and layer-shell-qt5 for SDDM themes using Qt6 and Qt5, respectively.
it also explains the various settings for the compositor commands.
If you want to wait, eos mantainers will publish an update to the config file since they have been notified (but I don’t know when, it must avoid breaking stuff for users with x11)
Since we have a folder which accepts multiple config files (/etc/sddm.conf.d/) I’d put a file with a different name from kde_settings.conf with these settings. The conf files are parsed in alphabetical order so create a file with a name starting after k so it gets applied last. This is linux and changing a config file to fix something is the “standard” experience ;D