Bug 474304 - Allow re-apply resolution
Summary: Allow re-apply resolution
Status: RESOLVED INTENTIONAL
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_kscreen (show other bugs)
Version: 5.27.7
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: kscreen-bugs-null@kde.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-08 16:54 UTC by juan carlos
Modified: 2023-09-11 19:15 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description juan carlos 2023-09-08 16:54:04 UTC
SUMMARY

I am doing gamedev in Unreal Engine 5, sometimes it glitches the resolution or flicker/froze the second screen,
re-applying the same resolution fixes the problems, but KDEs "Display Configuration" does not allow to change to the same resolution you are in, the "Apply" button is disabled,
so I have to lower the resolution, and go back to the previous resolution.

Scripts like randr allow to change to the same resolution.
This sometimes happens with games and 3D software too.
I think allowing to re-apply the same resolution you are using would be a nice QOL improvement.


STEPS TO REPRODUCE
1. Open KDEs "Display Configuration".
2. Try to re-apply the same resolution.
3. You cant.

OBSERVED RESULT
You can not re-apply the same resolution.

EXPECTED RESULT
You can re-apply the same resolution.

SOFTWARE/OS VERSIONS
Windows: NO
macOS: NO
Linux/KDE Plasma: 5.27.7
(available in About System)
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2023-09-11 19:15:04 UTC
I don't think this is a use case that makes case to generally support using the GUI, as it's very niche and you're using it to work around a glitch while doing software development. I'd recommend continuing to use the command-line tools that you've already discovered exist to let you do this. Thanks for understanding!