From a754cdc23953574673575e5e9b06f37f360ba5ee Mon Sep 17 00:00:00 2001 From: alfrix Date: Fri, 21 Jan 2022 16:45:23 -0300 Subject: [PATCH] Update docs: re-add the manual method of changing gl driver --- README.md | 2 +- docs/Troubleshooting.md | 10 +++++++++- docs/index.md | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d7a058a..577d4ba2 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ will natively work with [Klipper](https://github.com/kevinOConnor/klipper) and [ ![Main Menu](docs/img/panels/main_panel.png) -[More Screenshots](https://klipperscreen.readthedocs.io/en/latest/panels/) +[More Screenshots](https://klipperscreen.readthedocs.io/en/latest/Panels/) diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 06ff89e7..3ded0c26 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -56,5 +56,13 @@ select G2 and reboot. ![config](img/troubleshooting/gldriver.png) -That should make the touch work, if your screen is rotated 180 degrees, then you may need to adjust +Or manually edit `/boot/config.txt` and change: + +`dtoverlay=vc4-kms-v3d` + +to: + +`dtoverlay=vc4-fkms-v3d` + +and reboot, that should make the touch work, if your screen is rotated 180 degrees, then you may need to adjust [the touch rotation](Hardware.md) as described in the Hardware page. diff --git a/docs/index.md b/docs/index.md index ae782487..544cba45 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,10 +18,10 @@ Job Status ![Job Status](img/panels/job_status.png) -[More](panels.md) +[More](Panels.md) ### Inspiration KlipperScreen was inspired by [OctoScreen](https://github.com/Z-Bolt/OctoScreen/) and the need for a touchscreen GUI that will natively work with [Klipper](https://github.com/klipper3d/klipper) and [Moonraker](https://github.com/arksine/moonraker). -[Changelog](changelog.md) +[Changelog](Changelog.md)