diff --git a/docs/Troubleshooting/Last_resort.md b/docs/Troubleshooting/Last_resort.md index 3021d33d..d7c0cb4e 100644 --- a/docs/Troubleshooting/Last_resort.md +++ b/docs/Troubleshooting/Last_resort.md @@ -8,14 +8,20 @@ See [Physical install issues](Physical_Install.md) If the screen shows the bootup text, but ends in a blinking cursor or login prompt, and no matter what you tried in [Troubleshooting](../Troubleshooting.md) you can't make it work, then do this: -1. Install a distro with a desktop enviromenment +1. Install a distro with a desktop enviromenment [Click to learn how to check](../../FAQ/#how-to-check-if-you-have-a-desktop-environment) + 2. Ensure that the screen is working properly (display and touch) -3. Install KlipperScreen -4. Run `sudo systemctl set-default multi-user.target` -5. Reboot + +3. Deactivate the Desktop Environment to let KlipperScreen exclusively + + ```sh title="On a terminal type this command and press enter" + sudo systemctl set-default multi-user.target && sudo reboot + ``` + +4. Wait for the reboot and install KlipperScreen If it still doesn't work, or you did something else to make it work and want to share: [Contact us](../Contact.md) -Remember to share the logs, as those aid a lot in the troubleshooting. +Remember to share the logs, as those aid a lot in the troubleshooting. \ No newline at end of file