diff --git a/README.md b/README.md index a2a816b..4d6922b 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,26 @@ EndSection #### 4C: Reboot sudo reboot now + +## 05 xfce4 + +#### 05 Auto-login xfce4 + sudo nano /etc/lightdm/lightdm.conf +nella sezione + +''' +[Seat:*] +''' + +inserire + + autologin-user=orangepi + +#### Disabilitare start di xfce4 al boot + + sudo systemctl disable lightdm.service + +#### Start xfce4 manuale + + sudo systemctl start lightdm.service +