From ed92d8492193b572e1dcb22dc77603088edb018f Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Mon, 3 Feb 2025 09:27:11 +0100 Subject: [PATCH] enable vc4-kms-v3d dtoverlay for rpi5 --- buildroot-external/board/rpi5/config.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/buildroot-external/board/rpi5/config.txt b/buildroot-external/board/rpi5/config.txt index 02c519a..e0fad56 100644 --- a/buildroot-external/board/rpi5/config.txt +++ b/buildroot-external/board/rpi5/config.txt @@ -1,10 +1,8 @@ # enable aarch64 bit support arm_64bit=1 -# make sure to use less memory for the GPU and -# all total memory available -gpu_mem=128 -#dtoverlay=vc4-kms-v3d +# enable vc4/v3d GPU dtoverlay +dtoverlay=vc4-kms-v3d # Disable overscan assuming the display supports displaying the full resolution # If the text shown on the screen disappears off the edge, comment this out