Comment on Having trouble with mouse software

rtxn@lemmy.world ⁨5⁩ ⁨weeks⁩ ago

I had the same issue with the MX Master 3S. It’s caused by the hi-res scroll wheel feature of Logitech’s HID++. If you have a Bolt dongle, try using that instead of Bluetooth.

If that’s not a fix, try blacklisting the hid-logitech-hidpp kernel module.

Arch wiki article about module blacklisting: wiki.archlinux.org/title/Kernel_module#Blacklisti…
About kernel parameters in GRUB (should be the default option in Bazzite): wiki.archlinux.org/title/Kernel_parameters#GRUB

The easiest way to do it in GRUB is to open the /etc/default/grub file with root privileges, find the line starting with GRUB_CMDLINE_LINUX_DEFAULT=…, insert module_blacklist=hid-logitech-hidpp to the end separated by a single space, save the file, then run grub-mkconfig -o /boot/grub/grub.cfg. This is assuming that Bazzite’s GRUB is configured the same way as Arch. I’ll try it in a VM and edit the comment as necessary.

source
Sort:hotnewtop