From 37a950a4889da88fe82cc7e520c5a9b679f96ab1 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 10 Feb 2022 18:34:07 -0500 Subject: chrome 98 vaapi fix --- brave-flags.conf | 2 +- chrome-beta-flags.conf | 10 ++++++++++ chrome-flags.conf | 2 +- chromium-flags.conf | 2 +- electron-flags.conf | 10 ++++++++++ google-chrome-flags.conf | 10 ---------- google-chrome-stable-flags.conf | 10 ---------- 7 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 chrome-beta-flags.conf create mode 100644 electron-flags.conf delete mode 100644 google-chrome-flags.conf delete mode 100644 google-chrome-stable-flags.conf diff --git a/brave-flags.conf b/brave-flags.conf index ca64e02..716b1ad 100644 --- a/brave-flags.conf +++ b/brave-flags.conf @@ -5,6 +5,6 @@ --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy ---disable-features=UseOzonePlatform +--disable-features=UseOzonePlatform,UseChromeOSDirectVideoDecoder --enable-features=VaapiVideoDecoder,WebUIDarkMode --force-dark-mode diff --git a/chrome-beta-flags.conf b/chrome-beta-flags.conf new file mode 100644 index 0000000..716b1ad --- /dev/null +++ b/chrome-beta-flags.conf @@ -0,0 +1,10 @@ +--force-device-scale-factor=1 +--disable-gpu-driver-bug-workarounds +--disable-gpu-vsync +--use-gl=desktop +--ignore-gpu-blocklist +--enable-gpu-rasterization +--enable-zero-copy +--disable-features=UseOzonePlatform,UseChromeOSDirectVideoDecoder +--enable-features=VaapiVideoDecoder,WebUIDarkMode +--force-dark-mode diff --git a/chrome-flags.conf b/chrome-flags.conf index ca64e02..716b1ad 100644 --- a/chrome-flags.conf +++ b/chrome-flags.conf @@ -5,6 +5,6 @@ --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy ---disable-features=UseOzonePlatform +--disable-features=UseOzonePlatform,UseChromeOSDirectVideoDecoder --enable-features=VaapiVideoDecoder,WebUIDarkMode --force-dark-mode diff --git a/chromium-flags.conf b/chromium-flags.conf index ca64e02..716b1ad 100644 --- a/chromium-flags.conf +++ b/chromium-flags.conf @@ -5,6 +5,6 @@ --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy ---disable-features=UseOzonePlatform +--disable-features=UseOzonePlatform,UseChromeOSDirectVideoDecoder --enable-features=VaapiVideoDecoder,WebUIDarkMode --force-dark-mode diff --git a/electron-flags.conf b/electron-flags.conf new file mode 100644 index 0000000..716b1ad --- /dev/null +++ b/electron-flags.conf @@ -0,0 +1,10 @@ +--force-device-scale-factor=1 +--disable-gpu-driver-bug-workarounds +--disable-gpu-vsync +--use-gl=desktop +--ignore-gpu-blocklist +--enable-gpu-rasterization +--enable-zero-copy +--disable-features=UseOzonePlatform,UseChromeOSDirectVideoDecoder +--enable-features=VaapiVideoDecoder,WebUIDarkMode +--force-dark-mode diff --git a/google-chrome-flags.conf b/google-chrome-flags.conf deleted file mode 100644 index ca64e02..0000000 --- a/google-chrome-flags.conf +++ /dev/null @@ -1,10 +0,0 @@ ---force-device-scale-factor=1 ---disable-gpu-driver-bug-workarounds ---disable-gpu-vsync ---use-gl=desktop ---ignore-gpu-blocklist ---enable-gpu-rasterization ---enable-zero-copy ---disable-features=UseOzonePlatform ---enable-features=VaapiVideoDecoder,WebUIDarkMode ---force-dark-mode diff --git a/google-chrome-stable-flags.conf b/google-chrome-stable-flags.conf deleted file mode 100644 index ca64e02..0000000 --- a/google-chrome-stable-flags.conf +++ /dev/null @@ -1,10 +0,0 @@ ---force-device-scale-factor=1 ---disable-gpu-driver-bug-workarounds ---disable-gpu-vsync ---use-gl=desktop ---ignore-gpu-blocklist ---enable-gpu-rasterization ---enable-zero-copy ---disable-features=UseOzonePlatform ---enable-features=VaapiVideoDecoder,WebUIDarkMode ---force-dark-mode -- cgit v1.2.3