From 0b8e34efe6b3820aa5e5445a58d1a235b2e399d5 Mon Sep 17 00:00:00 2001 From: Fabio Date: Tue, 26 Aug 2025 22:55:29 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 +