From 53b8360ec4f6784b65d8d3ac6a6adc4783574fb4 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mar 21 2024 14:22:15 +0000 Subject: fixed bz#2270321 - VAAPI flags in chromium.conf are out of date --- diff --git a/chromium.conf b/chromium.conf index b30a512..686a277 100644 --- a/chromium.conf +++ b/chromium.conf @@ -1,3 +1,3 @@ # system wide chromium flags CHROMIUM_FLAGS="" -CHROMIUM_FLAGS+=" --enable-features=VaapiVideoEncoder,VaapiVideoDecodeLinuxGL" +CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl --enable-features=VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"