Ludovic Courtès writes: > Current ungoogle-chromium (commit > e1f5c2292b88525414b5d0336a00bfa6741d4f14) crashes upon displaying video > as in Jitsi (GPU_DEAD_UPON_ARRIVAL error, IIRC). The demo at https://meet.jit.si "works for me". That is with "intel-vaapi-driver" installed. Does that make a difference? Probably not, because it works here even without $LIBVA_DRIVERS_PATH. Which GPU are you using? Recently Chromium started building its own libGL.so and complains about it not being found at startup (because it looks in $out/lib). I'm currently testing a patch that makes it use Mesas libGL mainly to quiesce the warning. Not sure if that is related, we'll see...