meboling
(MBoling)
June 17, 2026, 10:11pm
1
Updated to KDE Plasma 6.7 and now my display config window doesn’t work. It displays the error “No KScreen backend found. Please check your KScreen installation.”
I did some googling, and ran kscreen-doctor --info, which gave me the following -
Environment:
* KSCREEN_BACKEND : [not set]
* KSCREEN_BACKEND_INPROCESS : [not set]
* KSCREEN_LOGGING : [not set]
Logging to : [logging disabled]
Preferred KScreen backend : KSC_XRandR.so
Available KScreen backends:
* KSC_Fake.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_Fake.so
* KSC_KWayland.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_KWayland.so
* KSC_XRandR.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_XRandR.so
I don’t know where to go now! Any help?
morak
(Moritz)
June 17, 2026, 10:35pm
2
I am having the same problem. I am suspecting that the new KDE update is faulty in some way and im hoping for a quick hotfix. For me, its not even showing the login screen, it just remains black.
grumpey
(Joe Walker)
June 18, 2026, 12:09am
3
Are you guys running wayland or X11?
Can you provide any information regarding your GPU configuration?
meboling
(MBoling)
June 18, 2026, 12:51am
4
wayland. Discrete 7800XT.
morak
(Moritz)
June 18, 2026, 6:31am
5
Also Wayland with a dedicated RTX3060. Doesn’t seem to be a Radeon / Nvidia related problem
This says you are running X11.
For wayland it will show KSC_KWayland.so
meboling
(MBoling)
June 18, 2026, 9:40pm
7
I set KSCREEN_BACKEND=KSC_XRandR.so in etc/environment and nothing has changed except kscreen-doctor no longer shows preferred.
Environment:
* KSCREEN_BACKEND : KSC_XRandR.so
* KSCREEN_BACKEND_INPROCESS : [not set]
* KSCREEN_LOGGING : [not set]
Logging to : [logging disabled]
Preferred KScreen backend :
Available KScreen backends:
* KSC_Fake.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_Fake.so
* KSC_KWayland.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_KWayland.so
* KSC_XRandR.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_XRandR.so
Why are you using x11 and not wayland?
meboling
(MBoling)
June 18, 2026, 10:46pm
9
I don’t know I thought I was using wayland.
meboling
(MBoling)
June 18, 2026, 10:47pm
10
System settings says I’m using wayland?
The randr backend is for x11.
The wayland backend is for wayland.
Figured it out. plasmazones was holding back kwin. Removed plasmazones, upgraded using Discover, reboot, everything works.
This was also causing other problems like crashing when switching desktops using the Pager widget, and various missing settings in other KCMs.
I’m surprised it wasn’t more broken than it was.
meboling
(MBoling)
June 19, 2026, 1:08am
13
THANK YOU! This was exactly the issue. I’ll reach out to fuddlesworth now.