Score:1

How to increase the speed of a mouse wheel in ubuntu?

in flag

I am using a wired mouse. it is bothering me with it's slow speed in scrolling up and down with its wheel. I want to fix it. Can anyone help ?

P.S: I am new to ubuntu !

Satoshi Nakamoto avatar
lc flag
This it's a duplicate of a duplicate of a duplicate: [duplicated here](https://askubuntu.com/questions/255890/how-can-i-adjust-the-mouse-scroll-speed)
Jeff avatar
mx flag
This could help: https://dev.to/bbavouzet/ubuntu-20-04-mouse-scroll-wheel-speed-536o
Satoshi Nakamoto avatar
lc flag
Since you're new to Stack you'll have to select an answer as the right answer. If nothing helped, please share with us
Score:2
lc flag

As on the official Ubuntu's webpage:

  1. Open the Activities overview and start typing Mouse & Touchpad.

  2. Click on Mouse & Touchpad to open the panel.

  3. Adjust the Mouse Speed or Touchpad Speed slider until the pointer motion is comfortable for you. Sometimes the most comfortable settings for one type of device are not the best for the other.

"To access the overview at any time, click the Activities button, or just move your mouse pointer to the top-left hot corner. You can also press the Super key on your keyboard."

source: offical Ubuntu page

Score:1
tc flag

You can change mouse scroll speed with this package: imWheel

1 - Install this package:

sudo apt install imwheel

2 - Create a new setting file:

nano ~/.imwheelrc

3 - Paste these lines to the file,

".*"
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

4 - Edit the speed "3" at the end of lines two and three represent the number of lines to scroll ("3" is the default value on ubuntu)

Modify this number to suit your needs. Once you're done, save the file.

5 - Restart imwheel

imwheel --kill

6 - Set it start with ubuntu

Open Startup Applications

Screenshot of Startup Applications Preferences with Edit Startup Program dialog opened for imwheel

Put these texts into input boxes,

That's all

more info here

Score:0
mx flag

According to an answered question on AskUbuntu (this question is similar), you can

  1. Open Apps -> Startup Applications.
  2. Add a new entry to the bottom of the list: Name= Wheel Scroll Speed , Command= imwheel , Comment= Activates wheel scroll speed fix on system startup (or whatever you like)

See link How can I adjust the mouse scroll speed?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.