Bug 472877 - Display settings thinks that I'm using Wayland
Summary: Display settings thinks that I'm using Wayland
Status: RESOLVED DUPLICATE of bug 468315
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_kscreen (other bugs)
Version First Reported In: 5.27.6
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kscreen-bugs-null@kde.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-01 13:43 UTC by PQCraft
Modified: 2023-08-03 16:32 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Observed result (83.36 KB, image/png)
2023-08-01 13:43 UTC, PQCraft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description PQCraft 2023-08-01 13:43:25 UTC
Created attachment 160666 [details]
Observed result

OBSERVED RESULT
KDE does not show the resolution drop down and instead shows a message saying
> "1920x1080 (16:9)" is the only resolution supported by this display.
> 
> Using unsupported resolutions was possible in the Plasma X11 session, but they were never guaranteed to work and are not available in this Plasma Wayland session.

EXPECTED RESULT
KDE should recognize that I'm using Xorg and give me a list of resolutions.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.10
Comment 1 Nate Graham 2023-08-02 20:57:27 UTC
Fascinating. I was under the impression that this situation could only arise on wayland, and that assumption led to me not conditionalizing it in the code properly. Will fix.
Comment 2 Nate Graham 2023-08-02 20:58:40 UTC
Ah looks like the text has already been modified to drop the bit about X11 and Wayland.

*** This bug has been marked as a duplicate of bug 468315 ***
Comment 3 PQCraft 2023-08-03 16:32:34 UTC
Thanks