From 87e77810370bfa5151190ed41023b244b488a30e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 28 Feb 2023 10:00:56 +0100 Subject: [PATCH] firefox: temporarily disable VAAPI acceleration --- dotfiles/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index b86004f..6856422 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -67,7 +67,7 @@ user_pref("full-screen-api.transition.timeout", 0); user_pref("media.autoplay.default", 1); // And VAAPI decoding with ffmpeg -user_pref("media.ffmpeg.vaapi.enabled", true); +// user_pref("media.ffmpeg.vaapi.enabled", true); // Legacy indicator is buggy (no content) user_pref("privacy.webrtc.legacyGlobalIndicator", false);