mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
firefox: disable mangling with vaapi
I don't use MOZ_X11_EGL, so let's not get ahead of ourselves...
This commit is contained in:
parent
057c3daf07
commit
32b30ef618
1 changed files with 0 additions and 4 deletions
|
@ -52,10 +52,6 @@ user_pref("gfx.webrender.all", true);
|
||||||
// Enable AVIF
|
// Enable AVIF
|
||||||
user_pref("image.avif.enabled", true);
|
user_pref("image.avif.enabled", true);
|
||||||
|
|
||||||
// Force use of VAAPI, also need Firefox 81 and MOZ_X11_EGL=1
|
|
||||||
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
|
||||||
// Should be fixed in Firefox 84.
|
// Should be fixed in Firefox 84.
|
||||||
user_pref("dom.image-lazy-loading.root-margin.bottom.percentage", true);
|
user_pref("dom.image-lazy-loading.root-margin.bottom.percentage", true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue