991 B
991 B
Check if You Have a Desktop Environment
- Let you device finish startup
- At the end of the boot process look at the screen and check using this examples
Desktop environment | Console |
---|---|
![]() |
![]() |
Desktop environment | Console |
![]() |
![]() |
If you installed a desktop (GUI version) of the OS and want to run KlipperScreen exclusively then do:
sudo systemctl set-default multi-user.target && sudo reboot
to undo and go back to the desktop environment:
sudo systemctl set-default graphical.target && sudo reboot