mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 09:53:28 +02:00
firefox: document how to enable VAAPI in X11 in future release
This commit is contained in:
parent
5c7afc3832
commit
afd153c3e3
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue