diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2022-12-01 10:40:56 -0300 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2022-12-01 10:40:56 -0300 |
commit | 70367ccebcd5c00776afb98e803c248e33639e8d (patch) | |
tree | f991d62efbaaf1c8fbaaf6f89e86db67166f5822 | |
parent | 4e0272e9e70ae2053953bf97226ab05cfdba9e8f (diff) |
Add more VAAPI flags on Waylandhwacc-stable
-rwxr-xr-x | launcher/chromium.launcher | 2 |
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 |