Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 29, 2023
2 parents ef60e97 + 9efce50 commit ffe1a8d
Show file tree
Hide file tree
Showing 7 changed files with 269 additions and 243 deletions.
21 changes: 21 additions & 0 deletions docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,27 @@ cat /var/log/Xorg.0.log
```
This error is common on RaspberryOS when using FBturbo and it's not a related issue.

!!! abstract "If you see this line in the [system logs](#system-logs):"
```sh
(EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
```
This has been known to happen on RaspberryOS Bookworm Lite on Pi5

```sh
sudo nano /etc/X11/xorg.conf.d/99-vc4.conf
```
paste this into the file:
```
Section "OutputClass"
Identifier "vc4"
MatchDriver "vc4"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection
```
reboot


[Maybe it's the wrong framebuffer](Troubleshooting/Framebuffer.md)

If you can't fix it, [try using a desktop distro as described here.](Troubleshooting/Last_resort.md)
Expand Down
Binary file modified ks_includes/locales/ko/LC_MESSAGES/KlipperScreen.mo
Binary file not shown.
Loading

0 comments on commit ffe1a8d

Please sign in to comment.