this post was submitted on 01 Oct 2024
26 points (100.0% liked)

Linux

2301 readers
2 users here now

Shit, just linux.

Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts

founded 1 year ago
MODERATORS
 

I just switched from Windows 10 to Bazzite with KDE 6. I have experience with linux before, but not as a main OS. I have a Logitech Performance MX. I used SetPoint on Windows to fine-tune things.

For some reason, my scroll wheel acts differently in almost every program. Firefox is the only one that feels normal. My scroll wheel clicks as I scroll, and in Windows that would do 3 lines up or down.

Nothing except Firefox follows the clicking, so all my scrolling is super fine-grained as if I were scrolling with a trachpad. I tried Solaar and that gave me an option to turn off smooth scrolling, but now I need to scroll 6 or more times to see any movement. Increasing sensitivity in KDE just means after 6 times of nothing, the next one is a huge leap. There's no middle ground it seems and I'm losing my mind trying to fix this.

Is there anything else I can do?

you are viewing a single comment's thread
view the rest of the comments
[–] jws_shadotak@sh.itjust.works 1 points 2 days ago (3 children)

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 2 points 1 day ago* (last edited 1 day ago) (2 children)

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 it found to a location where you can recover them later if needed, then reboot.

[–] jws_shadotak@sh.itjust.works 1 points 1 day ago (1 children)

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 2 points 1 day ago* (last edited 1 day 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: https://bugzilla.kernel.org/show_bug.cgi?id=216885#c52 (I know I used dash instead of underscore in the module names, it shouldn't matter since they're automatically converted)