[Wayland-bugs] [Bug 96925] Touchpad tap doesn't work on DELL XPS 15 9550

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 14 06:27:56 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=96925

Peter Hutterer <peter.hutterer at who-t.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #10 from Peter Hutterer <peter.hutterer at who-t.net> ---
(In reply to Russell Stuart from comment #9)
> Which brings me to another comment in that Debian bug:
> 
> > Setting 291 and 294 looked enticing but I could not figure out the syntax xinput wanted.

xinput is a developer tool. it merely sets key/value pairs, it has no knowledge
on what it actually set. it's like gsettings in that regard. the keys are the
device name and property name, the value is what the property requires, and
that's driver specific. xinput merely takes whatever you give it and passes it
on, it has no notion of what it's doing otherwise. it shouldn't be used for
permanent device configuration anyway, we have said that for years.

> Translation: the xinput doco sucks in some places.  I remembered when I
> tried to do this today:
> 
>   $ xinput set-prop "DLL06E4:01 06CB:7A13 Touchpad" "libinput Accel Speed"
> 1.5
>   X Error of failed request:  BadValue (integer parameter out of range for
> operation)

BadValue is an X error code and similar to the errno EINVAL. the error message
is printed by Xlib. And float properties didn't appear until 20 years after
BadValue was implemented first... the properties API has not a lot of options
for error messages, BadValue, BadMatch and BadAccess are the only ones iirc.




Anyway, closing this bug as NOTABUG, cause was that tapping was enabled on the
wrong device and hence it didn't take effect. The wrong device because the i2c
driver exposes two device nodes (one mute) so it's easy to make that mistake.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160714/9ddddfd3/attachment.html>


More information about the wayland-bugs mailing list