Update docs: re-add the manual method of changing gl driver

This commit is contained in:
alfrix 2022-01-21 16:45:23 -03:00
parent 0e3027638f
commit a754cdc239
3 changed files with 12 additions and 4 deletions

View File

@ -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/)

View File

@ -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.

View File

@ -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)