From ec40cd2cfe061cf2c7ed347609865fd10404a45e Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Fri, 17 May 2024 17:50:08 -0400 Subject: [PATCH] Super Resolution now implemented default --- Fastfox.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Fastfox.js b/Fastfox.js index 17b669c..8cb81af 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -98,13 +98,11 @@ user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s) //user_pref("gfx.webrender.software", true); // Software Webrender uses CPU instead of GPU //user_pref("gfx.webrender.software.opengl", true); // LINUX -// PREF: NVIDIA RTX Video Super Resolution for video overlay [WINDOWS] -// [NOTE] May not work on Stable release [2]. -// This is also a setting in NVIDIA's driver settings, so once this is -// stable, it should default to true. +// PREF: NVIDIA RTX Video Super Resolution for video overlay [WINDOWS] [REMOVED FF125+] // [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1823135 // [2] https://www.reddit.com/r/firefox/comments/17a0noa/nvidia_video_super_resolution_not_working_on/ -//user_pref("gfx.webrender.super-resolution.nvidia", true); +// [3] https://blogs.nvidia.com/blog/ai-decoded-rtxvideo-firefox/ +//user_pref("gfx.webrender.super-resolution.nvidia", true); // [REMOVED] // PREF: GPU-accelerated Canvas2D // Use gpu-canvas instead of to skia-canvas.