03-18-2018 05:38 AM
Hm have you tried newer kernel version? Ubuntu 18.04/arch are using 4.15
03-22-2018 05:46 PM
with X1Y3, does anyone have an issue with TrackPoint being "hyper-sensitive" under wayland - using ubuntu 18.04, gnome wayland? i have set the mouse speed to -1 but it is still to jidderish and not usable... since TrackPad is disabled using an external mouse.
i have seen couple of libinput bugs entries:
* https://bbs.archlinux.org/viewtopic.php?id=231494
* https://bugzilla.redhat.com/show_bug.cgi?id=1509017
* https://bugs.freedesktop.org/show_bug.cgi?id=103959
but so far i'm not able to solve it. any hints would be welcome.
03-24-2018 05:11 AM - edited 03-24-2018 05:16 AM
An earlier post mentioned changing /etc/default/grub had no effect. Probably you need to edit the efi boot entry. For me in Fedora it is:
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
03-24-2018 05:30 AM - edited 03-24-2018 05:31 AM
thanks the script helped.
however i have a similar issue on X1Y3 with the touchscreen after waking up it does not recognize any touch events; until i close and open the lid - but had to disable going to suspend when lid is closed.
i haven't found a proper solution yet...
03-24-2018 05:52 AM
Me too. Maybe this has some useful info: https://forums.lenovo.com/t5/Linux-Discussion/X1Y3-Touchscreen-not-working-after-resume-on-Linux/m-p...
04-05-2018 12:39 PM
04-07-2018 09:33 AM
I actually had to create a file in /usr/lib/systemd/system-sleep (using fedora). Named it trackpad and did chmod 755 on it.
Here are the contents:
#!/bin/sh if [ "${1}" == "post" ]; then echo -n none > /sys/devices/platform/i8042/serio1/drvctl sleep 1 echo -n reconnect > /sys/devices/platform/i8042/serio1/drvctl fi
04-09-2018 02:02 AM
I tried the fixes outlined above and the only thing that "worked" is disabling the trackpoint in the BIOS. Which is not so great since I've no lost the physical buttons. Though it is better than no trackpad. This was ubuntu 18.04 beta2.
04-09-2018 03:07 AM
Weirdly, with the live boot of fedora 28, closing the lid, waiting for the sleep pulse on the red 'i' light, then re-openeing made my trackpad work fine. I went ahead and installed to disk and this little trick is no longer working. How do I go about finding out what made it work in the first place?
04-10-2018 10:58 PM
Is the issue still there?
If so, please attach the dmesg.
Subject | kudos |
---|---|
12 | |
6 | |
5 | |
5 | |
5 |
User | Kudos Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |