Hey,
New to Clear Linux. I have been trying to get my touchpad to play nice with libinput. With Ubuntu, I am able to get libinput working by doing:
libinput list quirks <path_to_device> also returns nothing after doing below.
$> cat /etc/libinput/local-overrides.quirks
[Touchpad pressure override]
MatchUdevType=touchpad
MatchName=ACPI0C50:00 18D1:5028 Touchpad
MatchDMIModalias=dmi:*svnGoogle:pnEve
AttrPressureRange=10:5
AttrPalmPressureThreshold=100
Usually, I have to press hard into the touchpad to be able to move my pointer through my touchpad. With this I can keep my finger with normal pressure. However, for some reason I have not been able to get this to work on Clear, while this clearly works on Ubuntu for me. This is a pixelbook.
I have been using this on wayland (sway and gnome-wayland so that it defaults to libinput) and both places seem to have the same behavior. I’m not sure how to get this to work, so thought I’ll ask the community if they have any tips for me.