Files
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/99-v3d.conf
Xiaolei Wang c769753bcf meta-raspberrypi: Add Xorg conf for raspberrypi5
Specifying xorg to use the Raspberry Pi 5 GPU prevents
boot failures caused by the xorg load framebuffer module.

Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com>
2026-01-05 00:16:36 +00:00

7 lines
124 B
Plaintext

Section "OutputClass"
Identifier "vc4"
MatchDriver "vc4"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection