From b74d15bbe314dc2cadbebcd8a9591166fcf555b7 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Fri, 15 Jan 2021 10:04:06 +0100 Subject: [PATCH] docs: Chromium hardware acceleration --- .dotfiles/docs/chromium.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +```