From e7b677550682ca91fdde1b144d0937ef2d825ddc Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 19 Apr 2026 20:33:11 -0400 Subject: [PATCH] buffer increase --- system/machines/tv/hardware.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/machines/tv/hardware.nix b/system/machines/tv/hardware.nix index 081f71f..f0d161e 100644 --- a/system/machines/tv/hardware.nix +++ b/system/machines/tv/hardware.nix @@ -16,6 +16,11 @@ grub.enable = false; generic-extlinux-compatible.enable = true; }; + + # vc4 needs a larger Contiguous Memory Allocator pool than the 64 MiB + # default. Without this, the GPU can't allocate framebuffers and spams + # "swiotlb buffer is full" — no video output. + kernelParams = [ "cma=256M" ]; }; # Pi 4 GPU acceleration. Per the NixOS wiki, two options are needed: