I am using UP Board. IT has Ubilinux installed in it. I have made a browser kiosk so that it automatically logs in to the browser full screen mode but I am having an issue on reboot. Whenever I try to reboot I have to enter a password on Login screen. I want it to be removed so that it can auto logged in without any input from user.
Asked
Active
Viewed 1,381 times
0
Rui F Ribeiro
- 55,929
- 26
- 146
- 227
Usman Khan
- 15
- 6
-
can you tell us which display manager ubilinux uses? Autologin usually has to do with /etc/
.conf file – Ankur S Oct 19 '18 at 11:13 -
if it is gdm, take a look at https://help.gnome.org/admin/system-admin-guide/stable/login-automatic.html.en – Ankur S Oct 19 '18 at 11:16
-
I think its LXDE. How do i know which display manager I am using? – Usman Khan Oct 19 '18 at 11:42
-
[see](https://unix.stackexchange.com/questions/20370/is-there-a-simple-linux-command-that-will-tell-me-what-my-display-manager-is) since ubilinux is based on debian , do `cat /etc/X11/default-display-manager`. Most probably and by the looks of it your display manager is lxdm. For that autologin procedure is explained [here](https://wiki.archlinux.org/index.php/LXDM#Autologin) – Ankur S Oct 19 '18 at 12:53
2 Answers
0
Since your Display Manager seems to be lxdm, you should follow the following procedure. You have to edit the Display manager Config options for autologin.
The file is /etc/lxdm/lxdm.conf.
sudo nano /etc/lxdm/lxdm.confFind the line
#autologin=somethingReplace it with
autologin=UPor whatever your username happens to be.Reboot
For more info see here
Ankur S
- 1,208
- 2
- 7
- 17
0
I created a file named sddm.conf in /etc/ directory. I placed this in it. Now I can login without any password. [Autologin] User=up Session=LXDE
Usman Khan
- 15
- 6

