Created
December 21, 2025 23:27
-
-
Save trevc/f48af9c93f592d20ed8c73c7c56ccc5a to your computer and use it in GitHub Desktop.
Google Chrome Flags (Arch/CachyOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Suppress warnings for specific flags like AllowLegacyMV2Extensions | |
| --test-type | |
| # General options | |
| --force-dark-mode | |
| --gtk-version=4 | |
| --password-store=kwallet | |
| --disable-ipc-flooding-protection | |
| # GPU / rendering | |
| --enable-zero-copy | |
| --enable-gpu-rasterization | |
| --ignore-gpu-blocklist | |
| --enable-unsafe-webgpu | |
| # Xwayland mode supports more hardware acceleration options on Nvidia | |
| --ozone-platform=x11 | |
| # Feature toggles, Nvidia specific | |
| --enable-features=WebUIDarkMode,UseSkiaRenderer,DefaultEnableGpuRasterization,CanvasOopRasterization,AllowLegacyMV2Extensions,AcceleratedVideoDecodeLinuxGL,VaapiVideoDecodeLinuxGL,VaapiIgnoreDriverChecks,WebGPUDeveloperFeatures,ParallelDownloading | |
| --disable-features=GlobalShortcutsPortal,AudioServiceSandbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment