Skip to content

Desktop

Check if You Have a Desktop Environment

  1. Let you device finish startup
  2. At the end of the boot process look at the screen and check using this examples
Desktop environment Console
de boot
Desktop environment Console
delog clilog

If you installed a desktop (GUI version) of the OS and want to run KlipperScreen exclusively then do:

Boot to console / KlipperScreen
sudo systemctl set-default multi-user.target && sudo reboot
to undo and go back to the desktop environment:
Boot to the desktop
sudo systemctl set-default graphical.target && sudo reboot