Diff comments:
> diff --git a/debian/patches/data-61-gdm.rules.in.patch > b/debian/patches/data-61-gdm.rules.in.patch > new file mode 100644 > index 0000000..77146bf > --- /dev/null > +++ b/debian/patches/data-61-gdm.rules.in.patch > @@ -0,0 +1,23 @@ > +From: Bin Li <[email protected]> > +Date: Wed, 29 Aug 2018 16:47:46 +0800 > +Subject: data: 61-gdm.rules.in > + > +Disable wayland for Huawei Hi1710 chipsets. > + > +The login screen is skewed/distorted on arm server, and I couldn't > +find root cause, and no other developer ever has access to the hardware. > + > +https://gitlab.gnome.org/GNOME/mutter/issues/219 Sorry about it, I've added them in patches one by one, but I don't why it's missed when I pushed the branch. Did we have method to add these items automatically when use gbp or cherry-pick? Thanks! > +--- > + data/61-gdm.rules.in | 2 ++ > + 1 file changed, 2 insertions(+) > + > +diff --git a/data/61-gdm.rules.in b/data/61-gdm.rules.in > +index de8e179..c9f6110 100644 > +--- a/data/61-gdm.rules.in > ++++ b/data/61-gdm.rules.in > +@@ -1,2 +1,4 @@ > + # disable Wayland on Cirrus chipsets > + ATTR{vendor}=="0x1013", ATTR{device}=="0x00b8", > ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", > RUN+="@libexecdir@/gdm-disable-wayland" > ++# disable Wayland on Hi1710 chipsets > ++ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", > RUN+="@libexecdir@/gdm-disable-wayland" -- https://code.launchpad.net/~binli/ubuntu/+source/gdm3/+git/gdm3/+merge/354933 Your team Ubuntu Desktop is subscribed to branch ~ubuntu-desktop/ubuntu/+source/gdm3:ubuntu/bionic. -- ubuntu-desktop mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop
