mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 06:50:11 -04:00
buffer increase
This commit is contained in:
parent
5e659e229e
commit
e7b6775506
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue