https://bugs.kde.org/show_bug.cgi?id=460341
--- Comment #61 from jeroni <jer...@gmail.com> --- (In reply to Bryan Stine from comment #60) > (In reply to Alexander Fieroch from comment #59) > > Is there any workaround for this bug? > > > > I removed configuration files from > > $ /home/USER/.local/share/kscreen/ > > and > > $ /home/USER/.local/share/kscreen/outputs > > but it doesn't change anything. Do I need to remove all of them, or should I > > keep the latest working configuration? Should I do this every time before > > going to sleep mode? > > > > After awakening from sleep my three monitors have lost their configuration. > > Two of three monitors are disabled, have lost their position and > > orientation. Just enabling them again is not easy working because of another > > bug. My third monitor is not detected everytime, I can enable it, but the > > desktop does not use it, and it stays blank. > > Disabling the kscreen service has made resume from suspend reliable for me. > However, there are some caveats: I do need to rearrange the monitors when > logging into a session (e.g. after reboot or logout); additionally, I'm > doing this on a desktop system and I suspect disabling kscreen will make > hotplugging displays an issue, or at least less convenient. Surely works when kscreen service is disabled. I've handled the rearrange monitors by creating a script in /etc/profile.d and using xrandr by now.... Here is my setup: cat /etc/profile.d/screen-config.sh ✔ at 20:10:27 xrandr --output HDMI-0 --mode 1920x1080 --pos 0x360 --output DP-0 --mode 3440x1440 --pos 1920x0 --rate 75 --primary --output DP-3 --mode 1920x1080 --pos 5360x360 -- You are receiving this mail because: You are watching all bug changes.