Lxde/lightdm conf to autologin?

device: Jetson Nano 2GB
default-display-manager: lightdm
goal: enable autologin for a user

Anyone have a working example or file they added to
/etc/lightdm/lightdm.conf.d to turn on autologin for a user?

I tried this - did not work:

autologin-user = jetson

Really appreciate any help with this!

Found a lightdm.conf file and this worked:

[SeatDefaults]
autologin-guest=false
autologin-user=jetson
autologin-user-timeout=0

saved it as 60-autologin.conf and autologin is working. :)

1 Like