Bug 472877

Summary: Display settings thinks that I'm using Wayland
Product: [Applications] systemsettings Reporter: PQCraft <0456523>
Component: kcm_kscreenAssignee: kscreen-bugs-null <kscreen-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.27.6   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Observed result

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