https://bugs.kde.org/show_bug.cgi?id=489643
--- Comment #12 from Normie <losogu...@gmail.com> --- When I deleted script from /etc/optimus-manager/xsetup-nvidia.sh I was able to use KDE after plugging external monitor but Plasma crashed. Here is a script: for next in $(xrandr --listmonitors | grep -E " *[0-9]+:.*" | cut -d" " -f6); do [ -z "$current" ] && current=$next && continue xrandr --output $current --auto --output $next --auto --right-of $current current=$next done -- You are receiving this mail because: You are watching all bug changes.