A new patch to disable Huawei chipsets in udev rules. First, the udev rules was placed in wrong place. /usr/lib/udev/rules.d/ can't be read, we need push it into /lib/udev/rules.d/.
/usr/lib/udev/rules.d/61-gdm.rules => /lib/udev/rules.d/61-gdm.rules Second, the rules need change the running time directory from /run/gdm to /run/gdm3. # disable Wayland on Hi1710 chipsets ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", RUN+="/bin/sh -c '/bin/mkdir /run/gdm3 ; /usr/bin/printf \"[daemon]\nWaylandEnable=false\" >> /run/gdm3/custom.conf'" ** Patch added: "ubuntu_disable_wayland_huawei_chipsets.patch" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1780076/+attachment/5160787/+files/ubuntu_disable_wayland_huawei_chipsets.patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1780076 Title: 18.04 login screen is skewed/distorted (incorrect stride) Status in gdm3 package in Ubuntu: Incomplete Status in mesa package in Ubuntu: Incomplete Status in mutter package in Ubuntu: Incomplete Bug description: We found the login screen is blur, with Huawei's chip. 05:00.0 VGA compatible controller [0300]: Huawei Technologies Co., Ltd. Hi1710 [iBMC Intelligent Management system chip w/VGA support] [19e5:1711] (rev 01) When we set the Wayland to disable, it could login. [daemon] # Uncoment the line below to force the login screen to use Xorg WaylandEnable=false To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1780076/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp