Aggiorna README.md
This commit is contained in:
parent
3d3a0cbf78
commit
0b8e34efe6
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -132,3 +132,26 @@ EndSection
|
||||||
#### 4C: Reboot
|
#### 4C: Reboot
|
||||||
|
|
||||||
sudo reboot now
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue