From c8d7049222e79340d5af85acbabfc1a9a0e70885 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Mon, 1 Dec 2025 09:22:23 -0300 Subject: [PATCH] add chromium config file --- etc/chromium/chromium.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/chromium/chromium.conf diff --git a/etc/chromium/chromium.conf b/etc/chromium/chromium.conf new file mode 100644 index 0000000..24bca37 --- /dev/null +++ b/etc/chromium/chromium.conf @@ -0,0 +1 @@ +CHROMIUM_USER_FLAGS="--use-gl=angle --use-angle=gl --enable-features=AcceleratedVideoEncoder,AcceleratedVideoDecodeLinuxGL,VaapiOnNvidiaGPUs --ozone-platform=wayland --ignore-gpu-blocklist --disable-gpu-driver-bug-workaround --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled --oauth2-client-id=77185425430.apps.googleusercontent.com --oauth2-client-secret=OTJgUOQcT7lO7GsGZq2G4IlT"