| Summary: | kscreen-doctor will not list outputs | ||
|---|---|---|---|
| Product: | [Plasma] KScreen | Reporter: | Steve Hamblett <steve.hamblett> |
| Component: | kscreen-doctor | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde, nate, xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Steve Hamblett
2025-07-10 08:28:14 UTC
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 ๐๐งน โ ๏ธ 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! 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. |