pkg install lightdm lightdm-gtk-greeter
Before editing lightdm.conf run the below (xrandr) command:
xrandr --listmonitors
Monitors: 1
0: +*eDP-1-1 1920/344x1080/193+0+0 eDP-1-1
Now edit lightdm.conf and find the below line. It should be under [Seat:*]
display-setup-script=
Change to something like below, replacing eDP-1-1 with whatever you got from the xrandr command
display-setup-script=xrandr --output eDP-1-1 --primary --auto
Copyright © 2020 | Ben Hutton