2024-05-01 15:37:16 -03:00

991 B

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:

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