chromium: Disable VAAPI and enable wayland

This commit is contained in:
Sadoon Al-Bader
2023-12-25 00:46:41 +03:00
committed by qoijjj
parent cc69b3bd0f
commit 24caa87dab

View File

@@ -1,4 +1,4 @@
# system wide chromium flags
CHROMIUM_FLAGS=""
CHROMIUM_FLAGS+=" --enable-features=VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"
CHROMIUM_FLAGS+=" --js-flags=--jitless"
CHROMIUM_FLAGS+=" --ozone-platform=wayland"
CHROMIUM_FLAGS+=" --js-flags=--jitless"