Another symptom is that opening and then closing the laptop lid leaves two of the external monitors unusable - the desktop images on the monitors are unchanged but windows can't be interacted with. The only way I have found to fix this is to open a terminal on the one working monitor, and then run a script to cycle the two affected monitors off and on:
xrandr \ --output DP-1 --off \ --output HDMI-0 --off sleep 3 xrandr \ --output DP-1 --auto --rotate left --right-of DP-1-1 \ --output HDMI-0 --auto --rotate left --right-of DP-1 After this, all the external monitors are working ok. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1908396 Title: laptop display is enabled even though lid is closed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1908396/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp

