Skip to content

Instantly share code, notes, and snippets.

@trevc
Created December 21, 2025 23:27
Show Gist options
  • Select an option

  • Save trevc/f48af9c93f592d20ed8c73c7c56ccc5a to your computer and use it in GitHub Desktop.

Select an option

Save trevc/f48af9c93f592d20ed8c73c7c56ccc5a to your computer and use it in GitHub Desktop.
Google Chrome Flags (Arch/CachyOS)
# 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