To prevent article pages from being miles long, but preserve all the useful questions and answers provided over time, I've decided to copy/paste the website comments to the forum - and "move" further discussions here.
These are the comments from the article:
Altering mouse scroll speed in Linux
This topic is closed for further replies.
If you can't find the answer to your question in this thread, please open a separate thread with your question/problem, in an appropriate forum section (this is the General (IT-related) section).
Relja
These are the comments from the article:
Altering mouse scroll speed in Linux
This topic is closed for further replies.
If you can't find the answer to your question in this thread, please open a separate thread with your question/problem, in an appropriate forum section (this is the General (IT-related) section).
Relja
- Cat
16/11/2019 at 01:14
No NO NO
This is microsoft bullshit. I don’t need to install ANYTHING to adjust settings. We need to have this setting exposed. 3rd party apps just pollute the computing environment.-
Relja
16/11/2019 at 08:26
Can you propose another way of doing this, or provide a link where an alternative solution is explained in a noob-friendly way?
-
Cees Timmerman
26/11/2019 at 13:45
I’d gladly pay Bill Gates 100 USD or whatever Windows 10 costs nowadays to not have to waste my time on this cryptic GNU BS. Maybe even get a Mac and practical accent input as well.
Cees Timmerman
26/11/2019 at 15:18
webupd8.org/2015/12/how-to-change-mouse-scroll-wheel-speed.html worked:
sudo apt-get install imwheel
gedit ~/.imwheelrc
Paste this, save, and close gedit:
“.*”
None, Up, Button4, 3
None, Down, Button5, 3
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L, Up, Shift_L|Button4
Shift_L, Down, Shift_L|Button5
imwheel –kill –buttons “4 5”
Add previous command to autostarts (maybe ~/.bashrc).
Cees Timmerman
08/01/2020 at 15:07
Compose key works in X11 (not Wayland!). Tested in KDE of kubuntu-desktop on Ubuntu 19.10. Enable via advanced keyboard settings.
Andy Turfer
23/01/2020 at 16:09
It’s not “GNU BS” – it’s a choice. You choose and use what’s right for you – no-one is trying to take that away from you. Personally, I choose freedom, as I strongly believe the little quirks and a few “rough edges” here and there are well worth it.
On a side-note, I have built a very successful career on Linux, so I donate back much more than $100 – every single year Linux works for me, but it sounds like it rubs you up the wrong way.
Cees Timmerman
17/11/2021 at 00:00
“chromium” instead of “.*” to only affect Chromium and avoid turning 5 to 17 line scroll in GNOME Terminal 3.36.2.
Linux Mint Cinnamon is my favorite OS at the moment, as i couldn’t even log into Windows 10 on a brand new HP Envy using my work email, and MacOS requires an Apple ID to update preinstalled software. Then again, Firefox caused the entire system to lag, but i’m not sure whether that also occurs on Windows as i switched to Chrome there as well and added my OOM Killer to avoid thrashing. Maybe Minix is the only truly reliable OS.
Glenn
02/01/2020 at 03:06
This worked perfectly. Thank you for the tutorial.
Paulo
03/01/2020 at 23:55
Worked great! Thanks a lot!
Relja
04/01/2020 at 10:40
Thank you all for the feedback. Glad it has helped.- Thomas Ernst
01/02/2020 at 22:05
thx a lot, your script solved my problem too!
Kamrul
13/02/2020 at 08:53
Worked wonderfully. Thank you
Mike
22/04/2020 at 10:55
Thanks a lot. It worked perfectly for me. The slow scroll speed was driving me nuts…
na
26/04/2020 at 06:17
Thanks, you rock. I’ll never understand why Ubuntu doesn’t have on option to change the scroll speed.
Alex
27/04/2020 at 04:33
Thank you so much!
Why Ubuntu still doesn’t offer an option to adjust this by default is beyond my comprehension.
But I’m having a minor issue: everything was fine until I realized that now my “back” and “forward” buttons aren’t working and I think the script somehow has blocked this function. They were working normally for web pages and Dolphin navigation before. Do you have any clue on what might have happened?
Relja
27/04/2020 at 05:58
No. I haven’t had any problems with the “extra” mouse buttons functioning.
Alex
27/04/2020 at 08:24
It’s ok. I’ve just found out what was happening
There’s already an issue addressed here: https://askubuntu.com/questions/421645/imwheel-destroys-back-forth-navigation-buttons-from-my-mouse
For those running into the same problem, just replace the last line of the script with the following:
imwheel -k -b “4 5”
Save the file, run the script with “sudo” command and you’re good to go!
Relja
28/04/2020 at 05:41
Cool. Thanks for the feedback.
Added this to the original text, so it can help anyone else with a similar problem.
- Thomas Ernst
Last edited: