Jumping Login Box after Lighdm Multiple Monitor workaround
- by Tom Gamon
So I used this workaround to sort my resolution at the login screen when using multiple monitors with Lightdm.
#!/bin/bash
XCOM0=`xrandr -q | grep 'VGA1 connected'`
XCOM1=`xrandr --output LVDS1 --primary --auto --output VGA1 --auto --right-of LVDS1`
XCOM2=`xrandr --output LVDS1 --primary --auto`
# if the external monitor is connected, then we…