Package Details: xf86-input-libinput-hires-scroll 1.4.0-1

Git Clone URL: https://aur.archlinux.org/xf86-input-libinput-hires-scroll.git (read-only, click to copy)
Package Base: xf86-input-libinput-hires-scroll
Description: Generic input driver for the X.Org server based on libinput - patched for hi-res wheel scroll
Upstream URL: http://xorg.freedesktop.org/
Keywords: hires mouse scroll wheel
Licenses: custom
Groups: xorg-drivers
Conflicts: X-ABI-XINPUT_VERSION, xf86-input-libinput, xorg-server
Provides: xf86-input-libinput
Submitter: kdrag0n
Maintainer: w568w
Last Packager: w568w
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-22 06:24 (UTC)
Last Updated: 2023-09-11 03:41 (UTC)

Required by (19)

Sources (2)

Latest Comments

MatMercer commented on 2021-03-28 16:43 (UTC) (edited on 2021-03-28 16:44 (UTC) by MatMercer)

Thanks for the package! The speed for scrolling is very slow for the wired 4500 Microsoft Mice. I fixed it by changing the line 64 of the mr2.patch file:

Before:

+ return s->dist * angle/120;

After:

+ return s->dist * angle/60;

This doubles the scroll speed.

So far so good! Thanks.