Failed to load driver: vc4 (Raspberry Pi 5) Hi, I'm running FEX 2410 on a Raspberry Pi 5 with Raspberry Pi OS Lite using the preconfigured Ubuntu 24.04 as RootFS. I've been getting this error when running x86_64 Carla : ``` Carla 2.5.9 started, status: Python version: 3.12.3 Qt version: 5.15.13 PyQt version: 5.15.10 Binary dir: /opt/carla-2.5.9-x86_64/lib/carla Resources dir: /opt/carla-2.5.9-x86_64/share/carla/resources did not find extension DRI_IMAGE_DRIVER version 1 did not find extension DRI_Mesa version 1 failed to load driver: vc4 did not find extension DRI_Mesa version 1 failed to load driver: vc4 Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock Frontend pixel ratio is 1.0 libjack.so.0 loaded successfully! ``` Some plugins I'm using with Carla need some video acceleration to run properly, I'm guessing it has to do with the "failed to load driver" part (though I have no way to compare). I've done some digging on Linux video drivers, but this goes beyond my abilities since there's no vc4 drivers available that I could install on the RootFS. I've been playing around with this for some time, is this known behavior I never noticed, did something change, or am I looking at the wrong thing ?