Skip to content

Commit

Permalink
config/graphical-session/graphics-drivers/intel.md: Add troubleshooti…
Browse files Browse the repository at this point in the history
…ng hardware video decoding on chromium based browsers
  • Loading branch information
Animeshz committed May 29, 2022
1 parent e052eda commit 0176188
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/config/graphical-session/graphics-drivers/intel.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,13 @@ For newer Intel chipsets, the [DDX](../xorg.md#ddx) drivers may interfere with
correct operation. This is characterized by graphical acceleration not working
and general graphical instability. If this is the case, try removing all
`xf86-video-*` packages.

On chromium based browsers, even with flags `--enable-features=VaapiVideoDecoder
--disable-features=UseChromeOSDirectVideoDecoder`, and hardware acceleration
reported to be enabled in `chrome://gpu` you might be able to see that the
iGPU is not being selected/used with "VDA Error 4" on `chrome://media-internals`
and `VpxVideoDecoder` is being selected instead. In that case, you have to build
the `intel-media-driver` package with `nonfree` option from the
[void-packages](https://github.com/void-linux/void-packages) source repository.
Check the Media panel in the inspector while playing a video on the web
to confirm that hardware decoding is working.

0 comments on commit 0176188

Please sign in to comment.