https://bugs.kde.org/show_bug.cgi?id=350874
francois5...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois5...@gmail.com --- Comment #5 from francois5...@gmail.com --- Confirm here, Dual Monitor, however sometimes it's booting fine: Screen 1: 1680x1050 (DVI) Screen 2: 1920x1080 (DP) (main) The following script restores the setup after the plasmashell has finish loading, this is however a nasty workaround: #!/bin/sh xrandr --output DisplayPort-0 --primary --mode 1920x1080 --pos 1680x0 --rotate normal --output DVI-0 --mode 1680x1050 --pos 0x0 --rotate normal --output HDMI-0 --off pkill plasmashell plasmashell & This issue only happens when using KDE on a dual-monitor setup. I haven't tried tweaking Xorg, since this is sometimes I want to avoid. -- You are receiving this mail because: You are watching all bug changes.