Open vantu5z opened 2 years ago
Should fix #84 and #48.
Tested with configurations in /etc/lightdm/lightdm.conf:
/etc/lightdm/lightdm.conf
display-setup-script=xrandr --output LVDS1 --primary
display-setup-script=xrandr --output LVDS1 --primary --output VGA1 --right-of LVDS1
Where LVDS1 my internal laptop monitor, VGA1 external monitor.
LVDS1
VGA1
Config /etc/lightdm/lightdm-mini-greeter.conf option show-image-on-all-monitors should also works.
/etc/lightdm/lightdm-mini-greeter.conf
show-image-on-all-monitors
Should fix #84 and #48.
Tested with configurations in
/etc/lightdm/lightdm.conf
:display-setup-script=xrandr --output LVDS1 --primary
display-setup-script=xrandr --output LVDS1 --primary --output VGA1 --right-of LVDS1
Where
LVDS1
my internal laptop monitor,VGA1
external monitor.Config
/etc/lightdm/lightdm-mini-greeter.conf
optionshow-image-on-all-monitors
should also works.