From 009506563c8ad809ccef2a17086a62e84cd6ad49 Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal <63549695+sanskarjaiswal2001@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:33:30 +0530 Subject: [PATCH 1/2] Added FAQ for RTX Video Enhancement --- content/faq.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/faq.md b/content/faq.md index 82e66dc..9fb0c1e 100644 --- a/content/faq.md +++ b/content/faq.md @@ -92,3 +92,13 @@ Zen Browser integrates with Firefox Sync, allowing you to sync your addons, book 4. **Select what data you wish to sync** After signing in and selecting your preferences, your data will be synced across all devices where you are signed in with the same Mozilla account. + +## How to enable RTX Video Enhancement? + +Refer to [Nvidia's RTX Video FAQ](nvidia.custhelp.com/app/answers/detail/a_id/5448/~/rtx-video-faq) for getting started with RTX Super Resolution and HDR. + +To enable Zen Browser to use the feature +1. **Open 'about:config'** +2. **Search for 'gfx.webrender.dcomp-video-hw-overlay-win-force-enabled'** +3. **Double click the flag to toggle it to 'true'** +4. **Restart the browser** From bb612257505c2098f6f62d024b99bd37192807a4 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:32:19 +0100 Subject: [PATCH 2/2] grammar & clarity --- content/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/faq.md b/content/faq.md index 9fb0c1e..7b87316 100644 --- a/content/faq.md +++ b/content/faq.md @@ -93,12 +93,12 @@ Zen Browser integrates with Firefox Sync, allowing you to sync your addons, book After signing in and selecting your preferences, your data will be synced across all devices where you are signed in with the same Mozilla account. -## How to enable RTX Video Enhancement? - -Refer to [Nvidia's RTX Video FAQ](nvidia.custhelp.com/app/answers/detail/a_id/5448/~/rtx-video-faq) for getting started with RTX Super Resolution and HDR. +## How do I use RTX Video Super Resolution? To enable Zen Browser to use the feature 1. **Open 'about:config'** 2. **Search for 'gfx.webrender.dcomp-video-hw-overlay-win-force-enabled'** 3. **Double click the flag to toggle it to 'true'** 4. **Restart the browser** + +Refer to [Nvidia's RTX Video FAQ](nvidia.custhelp.com/app/answers/detail/a_id/5448/~/rtx-video-faq) for additional information.