Created attachment 102883 [details] After login After i have started a kwin wayland session in xinitrc, screen session is small than screen monitor. Please look at the attached screenshot. Works fine with sddm. My xinitrc: if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do [ -x "$f" ] && . "$f" done unset f fi exec startplasmacompositor
>kwin wayland session in xinitrc Well there's your problem. That makes no sense. You're running wayland in a nested X.