firefox: document how to enable VAAPI in X11 in future release

This commit is contained in:
Vincent Bernat 2020-07-25 08:45:14 +02:00
parent 5c7afc3832
commit afd153c3e3

View file

@ -51,6 +51,9 @@ user_pref("toolkit.cosmeticAnimations.enabled", false);
// Force enable WebRender
user_pref("gfx.webrender.all", true);
// Force use of VAAPI, also need Firefox 80 and MOZ_X11_EGL=1
// user_pref("media.ffmpeg.vaapi.enabled", true);
// Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240
user_pref("dom.image-lazy-loading.enabled", false);