summaryrefslogtreecommitdiff
path: root/mozilla-1646135.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-07-12 14:15:33 +0200
committerMartin Stransky <stransky@redhat.com>2021-07-12 14:15:33 +0200
commit3c537224b49c4d9804b3b26c306a35f7575ba788 (patch)
tree2a05091487de48f20eed02bd9d8a276a777c5169 /mozilla-1646135.patch
parentchangelog fix (diff)
downloadlibrewolf-fedora-ff-3c537224b49c4d9804b3b26c306a35f7575ba788.tar.gz
librewolf-fedora-ff-3c537224b49c4d9804b3b26c306a35f7575ba788.tar.bz2
librewolf-fedora-ff-3c537224b49c4d9804b3b26c306a35f7575ba788.zip
Update to 90.0
Diffstat (limited to 'mozilla-1646135.patch')
-rw-r--r--mozilla-1646135.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/mozilla-1646135.patch b/mozilla-1646135.patch
index 3fef2cf..8597bc0 100644
--- a/mozilla-1646135.patch
+++ b/mozilla-1646135.patch
@@ -1,10 +1,10 @@
-diff --git a/widget/gtk/GfxInfo.cpp b/widget/GfxInfoX11.cpp
---- a/widget/GfxInfoX11.cpp
-+++ b/widget/GfxInfoX11.cpp
+diff --git a/widget/gtk/GfxInfo.cpp b/widget/gtk/GfxInfo.cpp
+--- a/widget/gtk/GfxInfo.cpp
++++ b/widget/gtk/GfxInfo.cpp
@@ -674,6 +674,16 @@
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_LESS_THAN, V(460, 32, 3, 0),
"FEATURE_FAILURE_WEBRENDER_OLD_NVIDIA", "460.32.03");
-
+
+ // Disable Nvidia proprietary drivers on Wayland.
+ APPEND_TO_DRIVER_BLOCKLIST_EXT(
+ OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
@@ -18,4 +18,3 @@ diff --git a/widget/gtk/GfxInfo.cpp b/widget/GfxInfoX11.cpp
// ATI Mesa baseline, chosen arbitrarily.
APPEND_TO_DRIVER_BLOCKLIST_EXT(
OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
-
bgstack15