mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
firefox: enable VA-API
This commit is contained in:
parent
a6d1846fc8
commit
e68f712c70
1 changed files with 3 additions and 2 deletions
|
@ -51,8 +51,9 @@ user_pref("toolkit.cosmeticAnimations.enabled", false);
|
||||||
// Force enable WebRender
|
// Force enable WebRender
|
||||||
user_pref("gfx.webrender.all", true);
|
user_pref("gfx.webrender.all", true);
|
||||||
|
|
||||||
// Force use of VAAPI, also need Firefox 80 and MOZ_X11_EGL=1
|
// Force use of VAAPI, also need Firefox 81 and MOZ_X11_EGL=1
|
||||||
// user_pref("media.ffmpeg.vaapi.enabled", true);
|
user_pref("media.ffmpeg.vaapi.enabled", true);
|
||||||
|
user_pref("media.ffvpx.enabled", false);
|
||||||
|
|
||||||
// Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240
|
// 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);
|
user_pref("dom.image-lazy-loading.enabled", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue