You are not logged in.
Pages: 1
I use SDDM to login to my Plasma Wayland session. I have encountered an issue where my mouse and keyboard turn themselves off or stop responding entirely. I have only found two ways to get around this issue. setting SDDM to auto login my user or turning off sddm's service using ssh. I would like help to figure out why my keyboard and mouse works in Plasma Wayland session and tty but not sddm
Offline
are you using DisplayServer=wayland https://wiki.archlinux.org/title/SDDM#Wayland
I Have Linux Perl Can i Download Gnome???
Offline
my /etc/sddm.conf file is blank
Offline
I created a file at
/etc/sddm.conf.d/10-wayland.confwith the contents of
[General]
DisplayServer=wayland
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell
[Wayland]
CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1that seems to have fixed it for the moment but the issue may return
the sddm service needed to be restarted for the change to take effect
it also needs
sudo pacman -S qt6-wayland layer-shell-qt kwinLast edited by Ozzy_Helix_ (2026-01-06 22:04:55)
Offline
Pages: 1