STEPS TO REPRODUCE 1. Boot Neon unstable in a VM 2. Set display resolution and scaling 3. Reboot OBSERVED RESULT The display resolution is reset to 800x600 after reboot. Scaling is reset to 100%. EXPECTED RESULT The settings should persist after a reboot. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Linux 6.2.0-36-generic (available in About System) KDE Plasma Version: 5.81.80 KDE Frameworks Version: 5.245.0 Qt Version: 6.6.0
Can confirm on latest KDE neon unstable (wayland). The display scaling, resolution, and relative position of multiple displays do not survive a logout-relogin.
Cannot reproduce on bare metal. Is this just in a VM?
(In reply to Nate Graham from comment #2) > Cannot reproduce on bare metal. Is this just in a VM? I am seeing this issue on a bare metal running the latest neon unstable. Let me know if there is any information I should provide!
Would someone be able to point me to the relevant code so I could try fixing this?
On Wayland, this stuff lives in KWin now.
*** Bug 478345 has been marked as a duplicate of this bug. ***
Just tested: setting an ICC color profile is not remembered either
I have this problem to on Arch Linux KDE 6 RC1
Please attach the output of > journactl --user-unit plasma-kwin_wayland --boot 0 after reproducing the issue.
Sounds like https://invent.kde.org/plasma/kwin/-/merge_requests/4913 which was only recently merged.
Created attachment 165136 [details] journalctl --user-unit plasma-kwin_wayland --boot 0
Okay, yeah, should be fixed by that MR. EDID parsing is failing for your display, which should be fixed in a future libdisplay-info release. https://invent.kde.org/plasma/kwin/-/merge_requests/5020 should ensure the config stays the same after that release too