summaryrefslogtreecommitdiff
diff options
authorNathan Pratta Teodosio <nathan.teodosio@canonical.com>2022-12-01 10:40:56 -0300
committerNathan Pratta Teodosio <nathan.teodosio@canonical.com>2022-12-01 10:40:56 -0300
commit70367ccebcd5c00776afb98e803c248e33639e8d (patch)
treef991d62efbaaf1c8fbaaf6f89e86db67166f5822
parent4e0272e9e70ae2053953bf97226ab05cfdba9e8f (diff)
Add more VAAPI flags on Waylandhwacc-stable
-rwxr-xr-xlauncher/chromium.launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/chromium.launcher b/launcher/chromium.launcher
index 21c565f..aec1783 100755
--- a/launcher/chromium.launcher
+++ b/launcher/chromium.launcher
@@ -118,7 +118,7 @@ fi
# Add necessary flags for VAAPI video en/decoding
CHROMIUM_VAAPI_FLAGS="--enable-features=VaapiVideoDecoder,VaapiVideoEncoder --disable-features=UseChromeOSDirectVideoDecoder"
if [ -n "$WAYLAND_DISPLAY" ]; then
- CHROMIUM_VAAPI_FLAGS="$CHROMIUM_VAAPI_FLAGS --ozone-platform=wayland"
+ CHROMIUM_VAAPI_FLAGS="$CHROMIUM_VAAPI_FLAGS --ozone-platform=wayland --use-gl=egl --enable-hardware-overlays='' --video-capture-use-gpu-memory-buffer"
fi
if [ $WANT_TEMP_PROFILE -eq 0 ] ; then