Auto login

Hi

After to flash the system I’m trying to activate the auto login using the options in preferences. But isn’t working. When the Jetson start don’t connect the VPN or VNC and appears the login screen. After login, the Jetson start the process to activate the vpn and services.
I’m using jetpack 4.6 with a TX2 NX

1 Like

Hi.

I solved the problem adjusting the file

/etc/gdm3/custom.conf

With

Enabling automatic login

TimedLoginEnable = true
TimedLogin = nvidia
TimedLoginDelay = 10

Glad to know you solved the issue.

1 Like