https://bugs.kde.org/show_bug.cgi?id=346961
--- Comment #52 from Mika Norén <mika.no...@gmail.com> --- Here's an ugly workaround to use meanwhile: 1: Set up your monitors as you see fit with KDE's monitor settings. Apply the changes. It has to be done with KDE's own tools/settings in order for the configuration to be written. xrandrand other third party tools won't do. 2: Confirm that your setup is in order by the contents of ~/.local/share/kscreen/* 2: Open a terminal and make the configuration immutable: "sudo chattr +i ~/.local/share/kscreen/*" (Yes, Attributes must be set/unset by root despite ownership) 3: Relog or reboot to see that it works as intended. Only drawback is that one have to remove the immutable flag in order to rearrange/reconfigure the monitors. To reverse the immutable flag, simply unset it: "sudo chattr -i ~/.local/share/kscreen/*" -- You are receiving this mail because: You are watching all bug changes.