diff options
author | Martin Stransky <stransky@redhat.com> | 2021-08-11 13:56:24 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-08-11 13:56:24 +0200 |
commit | b9def774e6f889373bf1a47ff2044add7ced9658 (patch) | |
tree | a6ff51d95ae35215dff2382e5ccb912f27689b2d /mozilla-1646135.patch | |
parent | Fixed typo at with-unsigned-addon-scopes (diff) | |
download | librewolf-fedora-ff-b9def774e6f889373bf1a47ff2044add7ced9658.tar.gz librewolf-fedora-ff-b9def774e6f889373bf1a47ff2044add7ced9658.tar.bz2 librewolf-fedora-ff-b9def774e6f889373bf1a47ff2044add7ced9658.zip |
Updated to 91.0
Diffstat (limited to 'mozilla-1646135.patch')
-rw-r--r-- | mozilla-1646135.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mozilla-1646135.patch b/mozilla-1646135.patch deleted file mode 100644 index 8597bc0..0000000 --- a/mozilla-1646135.patch +++ /dev/null @@ -1,20 +0,0 @@ -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, -+ DesktopEnvironment::All, WindowProtocol::Wayland, -+ DriverVendor::NonMesaAll, DeviceFamily::NvidiaAll, -+ nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_BLOCKED_DEVICE, -+ DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), -+ "FEATURE_FAILURE_WEBRENDER_NVIDIA_WAYLAND", -+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1646135"); -+ - // ATI Mesa baseline, chosen arbitrarily. - APPEND_TO_DRIVER_BLOCKLIST_EXT( - OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, |