Jump to content
Vova Efcom

AutoLogon

Recommended Posts

Hi, I have the TinkeBoard 3N

I am using the original Asus OS (Debian based GUI)

I need the system to start up without requesting the username and password

How can I do it?

Thanks

Share this post


Link to post
Share on other sites

hello @Vova Efcom

you can edit the lightdm config to enable auto-login

sudo vi /etc/lightdm/lightdm.conf

uncomment these two lines and then reboot

autologin-user=linaro
autologin-user-timeout=0

 

Share this post


Link to post
Share on other sites

Hi,

I've tried this before, but no luck.

Should I be entering the password somewhere else?

I've attached a screenshot of the lightdm.conf file. Maybe I’m doing something wrong?

Thanks!

WhatsApp Image 2024-11-05 at 10.05.13_c59a7d47.jpg

Share this post


Link to post
Share on other sites

hello @Vova Efcom

you have edited the wrong lines, the lines that should be uncommented are line 126 & line 127

#guest-session=
#session-wrapper=lightdm-session
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
autologin-user=linaro
autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...