Aggiorna README.md

This commit is contained in:
Fabio 2025-08-26 22:55:29 +08:00
parent 3d3a0cbf78
commit 0b8e34efe6

View file

@ -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