https://bugs.kde.org/show_bug.cgi?id=431856
--- Comment #1 from luis.henriq...@gmail.com --- For everyone who is suffering from the same fate, I was able to circumvent the bug by disabling kscreen2 on System Settings->Startup and Shutdown->Background Services and putting a script in startup using xrandr to manually setting the correct monitor config. For example this is my setup: xrandr --output DVI-D-0 --mode 1440x900 --rate 75 xrandr --output DisplayPort-2 --mode 1920x1080 --rate 120 --right-of DVI-D-0 I hope this is useful until this bug is fixed. -- You are receiving this mail because: You are watching all bug changes.