diff options
author | Serge Schneider <[email protected]> | 2019-06-07 15:59:18 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2019-06-07 15:59:18 +0100 |
commit | 17ef7601114693dd0f3fd70440c86dcee988cd4a (patch) | |
tree | 5c16be049e4b2b0453337574682561f011e3e76d /stage1 | |
parent | 9005ba070bfc95fd8f03c3a59719be8e4bd32de6 (diff) |
config.txt: Enable FKMS and set max_framebuffers=2 in [pi4]
Diffstat (limited to 'stage1')
-rw-r--r-- | stage1/00-boot-files/files/config.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stage1/00-boot-files/files/config.txt b/stage1/00-boot-files/files/config.txt index 06364c5..578d736 100644 --- a/stage1/00-boot-files/files/config.txt +++ b/stage1/00-boot-files/files/config.txt @@ -54,3 +54,11 @@ # Enable audio (loads snd_bcm2835) dtparam=audio=on + +[pi4] +# Enable DRM VC4 V3D driver on top of the dispmanx display stack +dtoverlay=vc4-fkms-v3d +max_framebuffers=2 + +[all] +#dtoverlay=vc4-fkms-v3d |