SUMMARY kscreen-doctor will not list outputs STEPS TO REPRODUCE 1. kscreen-doctor --outputs OBSERVED RESULT org.kde.kscreen: Invalid key in Output map: "brightness" kscreen.doctor: Invalid config. org.kde.kscreen: Invalid key in Output map: "brightness" EXPECTED RESULT List of screen outputs SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora 42 KDE Plasma Version: 6.4.2 KDE Frameworks Version: 6.15.0 Qt Version: 6.9.1 ADDITIONAL INFORMATION Stock fully updated Fedora 42 install, kernel 6.15.4 I have 3 screens, 1. Integrated graphics on Display Port 2. Integrated graphics on HDMI 3. NVIDIA Quadro P620 using nouveau drivers on HDMI
Is this on Wayland or X11?
(In reply to David Edmundson from comment #1) > Is this on Wayland or X11? Sorry forgot to mention, its Wayland.
๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone!
That output suggests KScreen isn't using the Wayland backend though. Please attach the output of kscreen-doctor --info
Outout from kscreen-doctor --info -: 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_QScreen.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_QScreen.so * KSC_XRandR.so: /usr/lib64/qt6/plugins/kf6/kscreen/KSC_XRandR.so
It seems like you have QT_QPA_PLATFORM set to xcb. Please check the output of > env | grep QT and if it is set, try > unset QT_QPA_PLATFORM > kscreen-doctor -o
(In reply to Zamundaaa from comment #7) > It seems like you have QT_QPA_PLATFORM set to xcb. Please check the output of > > env | grep QT > and if it is set, try > > unset QT_QPA_PLATFORM > > kscreen-doctor -o Yep, unset it, works OK now.
Okay, then please remove that env var from your system. It will cause lots of other problems in applications.