firefox: add more vaapi instructions

This commit is contained in:
Dylan Araps 2021-07-09 00:22:14 +03:00
parent 28d87227c2
commit 682ffe00a1
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -20,4 +20,18 @@ NOTE: For VAAPI to work with amdgpu you must have
CONFIG_CHECKPOINT_RESTORE=y
NOTE: For VAAPI to work you must enable the following
in about:config
gfx.webrender.all=true
media.av1.enabled=false
media.ffmpeg.dmabuf-textures.enabled=true
media.ffmpeg.vaapi.enabled=true
media.ffvpx.enabled=false
You may also have to set the following
environment variable.
export MOZ_WAYLAND_DRM_DEVICE=/dev/dri/renderD128
EOF