24

I have done a clean Natty install having bought a new SSD and find that in applications (ahem) such as Minecraft, and in the default web browser Firefox, the mouse scrolls too far .

So for example in Minecraft the mouse wheel jumps multiple items rather than one with each mouse wheel roll. With Firefox the page leaps quite a distance with each mouse wheel roll.

Any ideas where I might adjust this?

Rishon_JR
  • 1,013
popey
  • 23,667
  • 1
    Hello, if you have fully updated your system then this could be related to this bug. Not sure though. https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/791596 – user8592 Jun 05 '11 at 16:31
  • Firefox scroll rate: http://xahlee.blogspot.com/2011/05/how-to-change-firefox-mouse-wheel.html For changing X.org global scroll rate: http://askubuntu.com/questions/22589/how-can-i-change-the-mouses-wheel-scroll-rate Did you search before posting? – Janus Troelsen Jun 07 '11 at 13:06
  • It's not a global setting that's the problem, or one with Firefox. It's that the JVM is reporting double ticks for each event. – Ken Kinder Oct 17 '12 at 16:29

2 Answers2

48

As a workaround, try unplugging your mouse and plugging it back in. I run into this issue when the mouse is plugged into my laptop when Ubuntu boots up. Using this workaround fixes the issue for me.

  • 9
    This fixed it for me and I was pretty suprised!

    This fix was kinda surreal and like most folks I didn't believe it until I did it:

    Turns out some MS mice have a scrollwheel bug. As Tarek found,

    Try unplugging the USB cable / dongle then plug back in.

    That's it!

    Now my mouse moves normally (one line at a time, not half a screen!)

    This worked even though I use a 4-port screen/keyboard/mouse KVM box ! Yeah!

    – Michael Durrant Feb 06 '12 at 16:42
  • Thoughts on mice that don't plug in (ie, bluetooth)? – Ken Kinder Oct 17 '12 at 00:43
  • Disconnect/Reconnect? TBH I have no clue *why* that works, but I imagine issue seems has something to do with a hand-off of the mouse control between two subsystems; the second taking the (incorrect) parameters from the first. – Tarek Fadel Dec 04 '12 at 12:28
  • i used resetmsmice as mentioned here https://askubuntu.com/questions/47100/mouse-wheel-scrolling-too-fast/505823#505823

    i used this version https://github.com/paulrichards321/resetmsmice

    – cristi_razvi Apr 25 '17 at 20:13
  • Tried too many things, good ol' restart always wins... – sertsedat Sep 13 '18 at 19:12
  • If unplugging doesn't work, try turning it off and then back on while plugged. It worked on my case – gic186 Nov 14 '18 at 14:36
  • Just happened to me with a Logitech M325, so that doesn't seem to be Microsoft only and I'm using Debian 13. In my case it was scrolling too slow. Unplugging and plugging back made the scrolling fast again. – Wadih M. Sep 16 '23 at 20:22
14

I found this project which aims to fix this problem, without having to unplug and replug the hardware: http://sourceforge.net/projects/resetmsmice

This package, resetmsmice, fixes scroll wheel issues with certain Wireless Microsoft mice in X.org (includes KDE & Gnome applications), where the vertical wheel scrolls abnormally fast. Only needed if you dual boot between Microsoft Windows and some linux distro. Known to fix the vertical scroll wheel issue with the following models (and others related):

  • Microsoft Wireless Mouse 1000
  • Microsoft Wireless Optical Desktop 3000
  • Microsoft Wireless Mobile Mouse 3500
  • Microsoft Wireless Mobile Mouse 4000
  • Microsoft Comfort Mouse 4500
  • Microsoft Wireless Mouse 5000

This program basically just resets a setting in the mouse through usb communications and then exits. Runs when linux boots up or you can run it manually.

The project provides packages for Debian and RPM

Diaa Sami
  • 391
  • 3
  • 4