Search Criteria
Package Details: xf86-input-evdev-debounce 2.10.5-1
Git Clone URL: | https://aur.archlinux.org/xf86-input-evdev-debounce.git (read-only, click to copy) |
---|---|
Package Base: | xf86-input-evdev-debounce |
Description: | X.org evdev input driver with DebounceDelay setting, it can save your mouse's broken left button from double clicking hell. |
Upstream URL: | http://lists.x.org/archives/xorg-devel/2012-August/033343.html |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | UnCO |
Maintainer: | Erroneous |
Last Packager: | Erroneous |
Votes: | 19 |
Popularity: | 0.000009 |
First Submitted: | 2014-06-13 03:34 |
Last Updated: | 2017-04-28 15:07 |
Dependencies (8)
- glibc (glibc-git)
- libevdev (libevdev-git)
- mtdev
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- git (git-git) (make)
- resourceproto (make)
- scrnsaverproto (make)
- xorg-server-devel (xorg-server1.12-devel, xorg-server1.19-devel-git, xorg-server-devel-notty, xorg-server-devel-dev, xorg-server-devel-sd_notify, xorg-server-devel-git, xorg-server-devel-rootless-nosystemd-minimal, xorg-server-devel-rootless-nosystemd-minimal-git, xorg-server-devel-noudev) (make)
Required by (5)
- kana-p-git (requires xf86-input-evdev)
- knetattach-git (requires xf86-input-evdev) (make)
- plasma-desktop-git (requires xf86-input-evdev) (make)
- xf86-input-cmt (requires xf86-input-evdev)
- xf86-input-cmt-git (requires xf86-input-evdev)
Latest Comments
1 2 Next › Last »
mk-fg commented on 2018-07-12 09:36
Current libinput-1.11 (preferred over evdev in default xorg configuration) indeed has debouncing enabled by default, done in a bit more complex way (as documented with svg state graphs in doc/ there), but has hardcoded timeouts (25ms/12ms).
So unless these default timeouts are sufficiently long, it requires patching just like this driver, unfortunately.
Coyl commented on 2017-08-09 11:34
Great ! Thanks for the notice buovjaga :D
buovjaga commented on 2017-08-02 10:52
Looks like Peter is finally creating this functionality upstream: http://who-t.blogspot.com/2017/07/libinput-and-button-debouncing.html
narfadu commented on 2016-12-14 01:15
Perfect! Installed without any errors on my system. Such a relieve to get my favorite mouse back under control. Thank you so very much!
Coyl commented on 2016-08-29 02:17
I updated the PKGBUILD according to what Erroneous said in the previous comment. Works fine on my computer.
Erroneous commented on 2016-08-17 13:51
I got it to work by changing the pkgver to 2.10.3 and adding xf86-input-driver to the provides.
Nowadays pacman -U will remove conflicting packages, so just don't do a pacman -R before you install the package.
drdickgind commented on 2016-06-30 19:53
Hi Dudes,
how does this patch work? Cannot install it unless i remove xf86-input-evdev and keyboard isnt working than. What have i to edit in the pkgbuild? and what das this makepkg -srcfi mean? Ty for answers wont buy a new mouse ;-)
ConnorBehan commented on 2016-03-27 01:58
The workaround is learning how to edit a PKGBUILD.
rwilliso commented on 2015-12-17 23:07
This package conflicts with evdev. I managed to install it by first removing the old evdev with:
pacman -Rdd xf86-input-evdev
...which was a bad idea because although the debounce fixed the mouse problem, my keyboard stopped working. Is this meant to be installed overtop of evdev, not as a replacement? If so, how should it be installed?
Edit:
Another hypothesis is that the keyboard problem has to do with the package being out of date (2.9.2-1 vs 2.10.0-2).
rbaprado commented on 2015-12-15 20:32
I could not install it due to a conflict with xorg-server, which requires xf86-input-driver. Is there any known workaround?