Skip to content

Instantly share code, notes, and snippets.

@Mr-Precise
Last active February 29, 2024 10:51
Show Gist options
  • Save Mr-Precise/6b1aecd61ed810204d96551ee665e6af to your computer and use it in GitHub Desktop.
Save Mr-Precise/6b1aecd61ed810204d96551ee665e6af to your computer and use it in GitHub Desktop.
Force enable hardware-acceleration in Google Chrome, Brave, Vivaldi Opera and Yandex Browser

Force enable hardware-acceleration in Google Chrome, Brave, Vivaldi, Opera and Yandex Browser on old pc or laptop

1. Open link:

browser://flags/ or
chrome://flags

2. Set settings:

  • Blocklist unstable gpu modes = Disable
  • Override software rendering list = Enable
  • GPU rasterization = Enable
  • Experimental Web Platform features = Enable
  • Vulkan = Enable //for newer hardware
  • Hardware decode acceleration for k-SVC VP9 = Enable
  • Out-of-process 2D canvas rasterization = Enable
  • Enable raw draw = Enable
  • Accelerated 2D canvas = Enable

Other usable settings:

  • SDCH3 Protocol = Enable
  • Experimental JavaScript = Enable
  • WebGPU Developer Features = Enable
  • Encrypted ClientHello = Enable

3. Edit .desktop file your browser:

Add launch options after Exec=your_browser_name --enable-features=VaapiVideoDecoder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment