Summary: | Kwin Configuration (kwinoutputconfig) Overridden on login | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | postcert |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, xaver.hugl |
Priority: | NOR | ||
Version: | 6.0.5 | ||
Target Milestone: | --- | ||
Platform: | NixOS | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/6543ab3caaf1593bee23c1e211bc8419bba00d93 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | current kwinoutputconfig.json |
Description
postcert
2024-06-08 23:03:39 UTC
The data source for this configuration could very much be somewhere else I haven't identified but in the case output configuration needs to be manually modified/reset I am unable to change it as simply/easily as I would for Plasma5/X11 through ".local/share/kscreen" and or ".local/kwinrc" The config is not overwritten on login, but it is saved from KWin's internal data structures on logout. Did you maybe modify it while the session was running? (In reply to Zamundaaa from comment #2) > The config is not overwritten on login, but it is saved from KWin's internal > data structures on logout. Did you maybe modify it while the session was > running? Yes, in these cases I had loaded up KDE under X11 in an attempt to correct the Wayland configuration. Thanks for the info, I guess it's not necessarily a bug and more of a situation where the Wayland specific configuration is not exposed under X11, so items like HDR/VRR/etc can't be toggled off. oh, it doesn't need to be loaded on X11. That can be fixed easily A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5885 Git commit 6543ab3caaf1593bee23c1e211bc8419bba00d93 by Xaver Hugl. Committed on 12/06/2024 at 15:46. Pushed by zamundaaa into branch 'master'. workspace: only load output configs on Wayland They don't need to be loaded, or on exit saved again on X11 M +2 -1 src/workspace.cpp https://invent.kde.org/plasma/kwin/-/commit/6543ab3caaf1593bee23c1e211bc8419bba00d93 Awesome, that gives at least an escape hatch through X11 until all the Wayland edge cases are addressed. Thanks for the quick response! |