input-remapper icon indicating copy to clipboard operation
input-remapper copied to clipboard

Analog Y to REL_WHEEL_HI_RES not smooth

Open cgraeff opened this issue 9 months ago • 0 comments

Hi,

I'm attempting to map the X and Y axis of a trackball as analog inputs for high-resolution scrolling via the Input-Remapper GUI. My goal was to achieve smooth, touchpad-like scrolling, but the result has been 'jumpy', resembling the behavior of a standard mouse wheel. Additionally, switching the REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES outputs to standard REL_WHEEL and REL_HWHEEL outputs yields the same results as the high-resolution ones, indicating a possible misconfiguration, or bug.

Am I overlooking something? Below, I've included details about my OS and input-remapper versions: Fedora Linux 41 (Workstation Edition) Kernel 6.13.9-200.fc41.x86_64 Lenovo ThinkPad E14 Gen 6 AMD Ryzenâ„¢ 5 7535U

input-remapper 2.1.1 python-evdev 1.9.1

Attached are my json config file, the output of libinput list devices, and the result of sudo pkill -f input-remapper && input-remapper-gtk -d. The relevant (I believe) output of this last command is multiple events similar to 22:13:03.197317 117076 service DEBUG global_uinputs.py:168: Writing (2, 11, -1) to "input-remapper mouse", where the last two integers would vary.

Thanks in advance for any help!

Scrollball.json

libinput-list-devices.txt

input-remapper-gtk-d-log.txt

cgraeff avatar Apr 11 '25 01:04 cgraeff