How to disable GUI on armbian (revert the Desktop to server)
- Check which Display manager that you're using currently
cat /etc/X11/default-display-manager
nodm should be default if you're choose auto login when setting by armbian-config
but you're change it with lightdm or sddm, so check the display manager first.
- Disable current display manager
if you're using nodm
sudo systemctl disable nodm
if you're using lightdm
sudo systemctl disable lightdm
if you're using sddm
sudo systemctl disable sddm
- Reboot the system
sudo reboot
- It's should be great now~
沒有留言:
張貼留言