Comment on Having trouble with mouse software
jws_shadotak@sh.itjust.works 5 weeks agoStill 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.
Comment on Having trouble with mouse software
jws_shadotak@sh.itjust.works 5 weeks agoStill 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
jws_shadotak@sh.itjust.works 4 weeks ago
Alright, I found a solution based on the last comment on that bug report!
Using that command turned every tiny scroll input into a full scroll. Pairing that with Solaar, disabling smooth scrolling, now everything works correctly!
jws_shadotak@sh.itjust.works 4 weeks ago
Forgot to mention, I switched to Nobara. I had some difficulties with your recommended to remove the hidpp module file altogether and saw the frustrations that I’d have with an immutable distro. So far, Nobara has been super smooth.