diff --git a/.dotfiles/docs/chromium.md b/.dotfiles/docs/chromium.md index 77255b0..f560597 100644 --- a/.dotfiles/docs/chromium.md +++ b/.dotfiles/docs/chromium.md @@ -7,3 +7,14 @@ Just enable this flag and restart the browser: ``` chrome://flags/#load-media-router-component-extension ``` + +## Enable hardware acceleration + +Enable this flag. + +If not available, the VA-API packages must be required though I didn't have to +install anything to enable it. + +``` +chrome://flags/#enable-accelerated-video-decode +```