mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
firefox: VAAPI support is not ready
It seems to be present in 81 and there are still some bits missing. For example: https://bugzilla.mozilla.org/show_bug.cgi?id=1660336
This commit is contained in:
parent
4d6d9882af
commit
5ff910e5bd
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ user_pref("toolkit.cosmeticAnimations.enabled", false);
|
|||
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);
|
||||
// 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