Ubuntu 18.04
sudo vim /etc/gdm3/custom.conf
[daemon] # Uncoment the line below to force the login screen to use Xorg #WaylandEnable=false # Enabling automatic login AutomaticLoginEnable = true AutomaticLogin = [username]
Ubuntu 16.04
SDDM
Create config file
sddm --example-config > /etc/sddm.conf vim /etc/sddm.conf
[Autologin] User=john Session=plasma.desktop
Create /etc/lightdm/lightdm.conf
vim /etc/lightdm/lightdm.conf
[SeatDefaults] autologin-user=[username] autologin-user-timeout=0 user-session=ubuntu greeter-session=unity-greeter
Ubuntu lxde
vim /etc/lightdm/lightdm.conf user-session=lxde autologin-user=[username] autologin-user-timeout=0
Ubuntu Xfce
vim /etc/lightdm/lightdm.conf user-session=xubuntu autologin-user=[username] autologin-user-timeout=0
Kubuntu kde-plasma vim /usr/share/lightdm/lightdm.conf.d/40-kde-plasma.conf [SeatDefaults] user-session=kde-plasma autologin-user=symulator autologin-user-timeout=0
Zobacz całość