this helped me in the past: you need libinput-tools: sudo apt install libinput-tools
1. Create the directory sudo mkdir -p /etc/libinput This creates the directory where libinput looks for override files. 2. Now create the file again Run: sudo nano /etc/libinput/local-overrides.quirks Then paste: [GXTP5100] MatchName=GXTP5100:00 27C6:01E9 AttrPressureRange=2:0 AttrPalmPressureThreshold=600 AttrThumbPressureThreshold=1000 Now it should save correctly: Press Ctrl + O, then Enter Press Ctrl + X to exit 3. Reload udev and apply quirks sudo udevadm control --reload sudo udevadm trigger 4. Reboot sudo reboot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093390 Title: ThinkBook 14+ GXTP5100 Touchpad Movement Not Working on Ubuntu 24.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2093390/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
