Issue is not NVIDIA related, since eos-plasma-sddm-config
is just 2 config files I checked the repo and there’s an old pull request which fixes it
If someone does not want to uninstall eos-plasma-sddm-config
it’s possible to edit the file at
/etc/sddm.conf.d/kde_settings.conf
and paste the linked configuration. Please note that I only tried on my pc (but it shouldn’t be a big issue since you can just remove this file or uninstall eos-plasma-sddm-config
)
[Autologin]
Relogin=false
Session=
User=
[General]
HaltCommand=/usr/bin/systemctl poweroff
RebootCommand=/usr/bin/systemctl reboot
DisplayServer=wayland
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell
#GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=xdg-shell
[Theme]
Current=breeze
[Users]
MaximumUid=60513
MinimumUid=1000
[Wayland]
Enable=true
SessionDir=/usr/share/wayland-sessions
CompositorCommand=/usr/bin/kwin_wayland --no-lockscreen
edit: instead of changing this file it should be possible to add another .conf
file in the same folder with just the overrides/new values.
This is a reference file from sddm: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/sddm-wayland-session/plasma-wayland.conf
This is the related section from the arch wiki: https://wiki.archlinux.org/title/SDDM#Wayland