File tree 1 file changed +10
-0
lines changed
src/config/graphical-session/graphics-drivers
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,13 @@ For newer Intel chipsets, the [DDX](../xorg.md#ddx) drivers may interfere with
46
46
correct operation. This is characterized by graphical acceleration not working
47
47
and general graphical instability. If this is the case, try removing all
48
48
` xf86-video-* ` packages.
49
+
50
+ On chromium based browsers, even with flags `--enable-features=VaapiVideoDecoder
51
+ --disable-features=UseChromeOSDirectVideoDecoder`, and hardware acceleration
52
+ reported to be enabled in ` chrome://gpu ` you might be able to see that the
53
+ iGPU is not being selected/used with "VDA Error 4" on ` chrome://media-internals `
54
+ and ` VpxVideoDecoder ` is being selected instead. In that case, you have to build
55
+ the ` intel-media-driver ` package with ` nonfree ` option from the
56
+ [ void-packages] ( https://github.com/void-linux/void-packages ) source repository.
57
+ Check the Media panel in the inspector while playing a video on the web
58
+ to confirm that hardware decoding is working.
You can’t perform that action at this time.
0 commit comments