Disable Logitech high-resolution smooth scrolling under Linux
June 13, 2022 ◦ 1 min ◦
I had problems with libinput
's high-resolution/smooth scrolling feature introduced in v1.19 in certain applications, using a Logitech MX Master 3.
Following this Reddit comment and from v1.23 onwards this Reddit comment, I did the following:
-
Create/modify
/etc/libinput/local-overrides.quirks
and add the following:[Logitech MX Master 3] 0x46D 0x4082 1 -REL_WHEEL_HI_RES;-REL_HWHEEL_HI_RES; [Logitech MX Master 3] 0x46D 0xB023 1 -REL_WHEEL_HI_RES;-REL_HWHEEL_HI_RES;
[Logitech MX Master 3] 0x46D 0x4082 1 REL_WHEEL_HI_RES;REL_HWHEEL_HI_RES; [Logitech MX Master 3] 0x46D 0xB023 1 REL_WHEEL_HI_RES;REL_HWHEEL_HI_RES;
-
Reboot.