Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change scroll-wheel sensitivity? #2697

Open
ironhak opened this issue Dec 1, 2024 · 3 comments
Open

How to change scroll-wheel sensitivity? #2697

ironhak opened this issue Dec 1, 2024 · 3 comments

Comments

@ironhak
Copy link

ironhak commented Dec 1, 2024

Hi, I have the following settings:
image

I have "Scroll wheel resolution" enabled because otherwise I would need to spin like 3 times before the scrollbar moves, but the point is that when enabled then the slightest increment in the scrollwhell moves the scrollbar a bit too much. I would like to reduce the sensitivity (setting to disabled or ignore will result in abnormal slow speed).

@pfps
Copy link
Collaborator

pfps commented Dec 1, 2024

This is a known problem with the Linux HID++ driver. The driver adjusts the settings on the device and does not check whether they are reset by any other software. So there is a race condition between the driver and Solaar that can result in too slow or too high sensitivity. What you should do is make the setting be ignored and then restart your computer. If the problem persists then it is a separate problem with the driver and should be reported to the team in charge of the driver or the team responsible for your distribution.

@ironhak
Copy link
Author

ironhak commented Dec 2, 2024

@pfps
I've set the option to "ignore" and reboot... Nothing changed. I'll check if there is a solution for my distribution (Mint).

@pfps
Copy link
Collaborator

pfps commented Jan 1, 2025

Prevent Solaar from running and then reboot. If the problem persists it is definitely not a Solaar problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants