Comment on Having trouble with mouse software
rtxn@lemmy.world 5 weeks agoGRUB_CMDLINE_LINUX="rhgb quiet module_blacklist=hid-logitech-hidpp"
and don’t forget to run sudo grub2-makecfg -o /boot/grub2/grub.cfg
to apply the changes. When you reboot, press e
on the GRUB screen to make sure the boot parameters are passed correctly.
jws_shadotak@sh.itjust.works 5 weeks ago
Still not working :/
I looked at the boot parameters and the blacklist was not on there, so I typed it it and booted and it still didn’t work.
rtxn@lemmy.world 4 weeks ago
Hmm… this might break the OS completely, but you could delete the module’s binary files. Can’t load it if it doesn’t exist in the first place.
Run
find /lib/modules -iname ‘*hidpp*’
and move the files to a location where you can recover them later if needed, then reboot.jws_shadotak@sh.itjust.works 4 weeks ago
Hell, this is worth a shot.
I 'm already shopping around for a new distro because of this. Games are completely unplayable because of the scroll wheel. The tiniest movement will swap weapons, even if I’m not touching the wheel at all.
rtxn@lemmy.world 4 weeks ago
If you decide to ditch Bazzite, try either Garuda or EndeavourOS. They’re both Arch-based, which is not something I’d recommend for a beginner, but the rolling release will ensure that you always have the latest software.
I’ve found some more workarounds for a similar scrolling-related HID++ issue: bugzilla.kernel.org/show_bug.cgi?id=216885#c52