#3 Backport HW cursor on-demand patches to F28
Merged 5 years ago by kalev. Opened 5 years ago by jadahl.
rpms/ jadahl/mutter f28-hw-cursor-on-demand  into  f28

Apply hw-cursor-on-demand patches
Jonas Ådahl • 5 years ago  
The added file is too large to be shown here, see it at: hw-cursor-on-demand-gnome-3-28.patch
file modified
+7 -1
@@ -7,7 +7,7 @@ 

  

  Name:          mutter

  Version:       3.28.2

- Release:       1%{?dist}

+ Release:       2%{?dist}

  Summary:       Window and compositing manager based on Clutter

  

  License:       GPLv2+
@@ -17,6 +17,9 @@ 

  

  Patch0:        startup-notification.patch

  

+ # Upload HW cursor on demand, avoiding stuttering on hybrid GPU laptops

+ Patch1:        hw-cursor-on-demand-gnome-3-28.patch

+ 

  BuildRequires: chrpath

  BuildRequires: pango-devel

  BuildRequires: startup-notification-devel
@@ -180,6 +183,9 @@ 

  %{_datadir}/mutter/tests

  

  %changelog

+ * Fri May 25 2018 Jonas Ådahl <jadahl@redhat.com> - 3.28.2-2

+ - Apply HW cursor on-demand patches

+ 

  * Mon May 07 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.2-1

  - Update to 3.28.2

  

I don't know if there is a bug about this particular issue, but https://bugzilla.gnome.org/show_bug.cgi?id=745032 has new comments from people complaining about things getting worse, and I suspect it might be this.

It is a rather big patch, but it has been on master for a while and have been tested some via https://copr.fedorainfracloud.org/coprs/jadahl/mutter-hw-cursor-on-demand/ .

Pull-Request has been merged by kalev

5 years ago