I find I have to scroll a lot to move the text of my page compared to Windows where I can choose the speed of the mouse wheel.
Does Ubuntu have a similar utility and if so how can I access it?
I find I have to scroll a lot to move the text of my page compared to Windows where I can choose the speed of the mouse wheel.
Does Ubuntu have a similar utility and if so how can I access it?
This solution worked for me with Ubuntu 18.04:
http://www.webupd8.org/2015/12/how-to-change-mouse-scroll-wheel-speed.html
(the
8
at the end of the second and third line are the acceleration numbers,3
is default)Then add
imwheel --kill --buttons "4 5"
as a startup application:May seem obvious but there is also the possibility of increasing scroll on a per-application basis, which may be all you need.
Cannot comment (only 31 of 50 needed reputation), so I have to write this as an answer:
imwheel
works for Ubuntu 16.04, but the above answers destroys the Ctrl+Mousewheel from zooming text, which for some of us is commonly used.The solution is to provide it for both Ctrl keys:
The
Exclude
section is required so that it does NOT affect other apps (no idea why it would, but it does).Configuring
imwheel
does not work well for me in Ubuntu 20.04. Changing~/.imwheel
fromto
gives (me) a bad scrolling experience because the faster scrolling is achieved by scrolling in "jumps", not in a floating, faster manner.
However, I have a Logitech Wireless MX Master mouse and use Solaar (v1.0.1) to configure it. When configuring the mouse in Solaar, I can select "Wheel resolution" which gives me a much better and faster floating scroll experience.
On my ThinkPad, to change the scroll speed using the TrackPoint, inspired by other answers here, I did
and found the TrackPoint to be id 14, so continued with
under which I saw
libinput Scrolling Pixel Distance
. I set this usingwhere
x
could be values between 10 and 50 (I experimented), lower values meaning faster scrolling.