https://bugs.kde.org/show_bug.cgi?id=507702
--- Comment #16 from postix <[email protected]> --- When I've checked the auto generated `~/.config/kwinoutputconfig.json`, I've noticed that the topleft coordinates of one setup is oddly large: ``` { "lidClosed": false, "outputs": [ { "enabled": true, "outputIndex": 0, "position": { "x": 2147483647, "y": 2147483647 }, "priority": 0, "replicationSource": "2288310c-7536-42ca-b4db-9f8910eb1829" }, { "enabled": false, "outputIndex": 2, "position": { "x": 2147483647, "y": 2147483647 }, "priority": -1, "replicationSource": "2288310c-7536-42ca-b4db-9f8910eb1829" } ] }, ``` This would explain to me at least, why the screen to drag isn't drawn in the kcm. -- You are receiving this mail because: You are watching all bug changes.
