docs: 35 might need to disable vc4 to work

This commit is contained in:
alfrix 2024-03-10 09:52:03 -03:00
parent e626db9d29
commit a32d1d8e80

View File

@ -25,6 +25,12 @@ dtoverlay=piscreen,drm
???+ info
in this context drm stands for [Direct Rendering Manager](https://en.wikipedia.org/wiki/Direct_Rendering_Manager)
I had to comment out (add # at the start) vc4 or it would boot into a blackscreen
```
#dtoverlay=vc4-kms-v3d
```
Close the nano editor using `ctrl`+`x` (exit), then `y` for yes (save).
```sh