Home
Name Modified Size InfoDownloads / Week
README 2021-10-23 6.5 kB
resetmsmice-1.2.1.tar.gz 2021-10-23 399.3 kB
resetmsmice_1.2.1-1_amd64.deb 2021-10-23 39.5 kB
resetmsmice-1.2.1-1.el7.x86_64.rpm 2021-10-19 60.7 kB
resetmsmice-1.1.3-1.fc27.x86_64.rpm 2018-04-24 64.0 kB
resetmsmice-1.1.3.tar.gz 2018-04-24 143.2 kB
resetmsmice-1.1.3-1.el7.centos.x86_64.rpm 2018-04-20 57.6 kB
resetmsmice_1.1.3_amd64.deb 2018-04-20 35.2 kB
resetmsmice_1.1.2-1_amd64.deb 2014-03-21 44.5 kB
ChangeLog 2014-03-21 3.3 kB
resetmsmice-1.1.2-1.fc19.x86_64.rpm 2014-03-21 57.1 kB
resetmsmice_1.1.2-1_i386.deb 2014-03-21 43.3 kB
resetmsmice-1.1.2.tar.gz 2014-03-21 158.8 kB
resetmsmice-1.1.1-1.fc19.x86_64.rpm 2014-03-19 56.8 kB
resetmsmice_1.1.1-1_amd64.deb 2014-03-19 44.2 kB
resetmsmice-1.1.1.tar.gz 2014-03-19 157.6 kB
resetmsmice-1.1.0.tar.gz 2014-03-07 173.4 kB
resetmsmice-1.1.0-1.fc19.x86_64.rpm 2014-03-07 55.9 kB
resetmsmice-1.0.6.tar.gz 2013-09-13 153.3 kB
resetmsmice_1.0.6-1_amd64.deb 2013-09-13 23.3 kB
RPM-GPG-KEY-paulrichards321 2013-09-13 3.1 kB
resetmsmice-1.0.6-1.el6.x86_64.rpm 2013-09-13 36.5 kB
resetmsmice-1.0.6-1.fc19.x86_64.rpm 2013-09-13 38.1 kB
resetmsmice_1.0.5-1_debian_amd64.deb 2013-09-05 23.2 kB
resetmsmice-1.0.5.tar.gz 2013-09-05 149.9 kB
PKGBUILD 2013-08-11 773 Bytes
resetmsmice-1.0.4-3-i686.pkg.tar.xz 2013-08-11 36.3 kB
resetmsmice_1.0.4-2ubuntu1_i386.deb 2012-11-12 20.8 kB
resetmsmice_1.0.4-2ubuntu1_amd64.deb 2012-11-02 21.2 kB
resetmsmice-1.0.4-2.fc17.x86_64.rpm 2012-10-23 38.3 kB
resetmsmice-1.0.4.tar.gz 2012-10-12 226.6 kB
resetmsmice-1.0.4-2.fc17.i686.rpm 2012-10-06 34.4 kB
resetmsmice-1.0.4-2.fc17.src.rpm 2012-10-06 230.1 kB
resetmsmice-1.0.3.tar.gz 2012-08-26 276.5 kB
resetmsmice-1.0.2.tar.gz 2012-08-02 228.7 kB
resetmsmice-1.0.1.tar.gz 2012-07-27 222.2 kB
resetmsmice-1.0.0.tar.gz 2012-07-20 245.6 kB
resetmsmice-0.9.4-1.fc16.src.rpm 2012-05-29 214.1 kB
resetmsmice-0.9.4-1.fc16.i686.rpm 2012-05-29 25.8 kB
resetmsmice-0.9.4.tar.gz 2012-05-28 209.8 kB
resetmsmice-0.9.3.tar.gz 2012-05-24 209.7 kB
resetmsmice-0.9.2.tar.gz 2012-04-19 209.6 kB
resetmsmice-0.9.1.tar.gz 2012-04-19 107.8 kB
Totals: 43 Items   4.6 MB 5
Greetings!!!

------------------------------------------------------------------------------
About this package
------------------------------------------------------------------------------
***RECENT UPDATE***: some recent linux distributions that have Wayland or Xorg 
 that use libinput have this glitch fixed, so you might not need this 
 utility. I have heard conflicting reports, so your mileage may vary.

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
    Microsoft Sculpt Mouse
This program basically just resets a setting in the mouse through usb 
communications and then exits.  

Please let me know if this works for your mouse not listed above!!! 

Copyright (C) 2011-2021 Paul F. Richards (paulrichards321@gmail.com)
 
This code is under the GNU GPL v2 license. See below for full license! 

------------------------------------------------------------------------------
Software dependacies to compile on Ubuntu, Kubuntu, Mint Linux and the other 
Debian or Ubuntu derivatives
------------------------------------------------------------------------------
# One liner to grab all the package requirements for Ubuntu, Kubuntu, etc:
sudo apt install build-essential pkg-config libusb-1.0-0-dev 

# if building with gui program:
sudo apt install libgtk-3-dev libglib2.0-dev

------------------------------------------------------------------------------
Software dependacies to compile on Redhat, Suse, or other RPM based distros 
------------------------------------------------------------------------------
# One liner to grab all the package requirements for Redhat and other RPM
# based distributions:
sudo yum groupinstall "Development Tools"
sudo yum install libusbx-devel 

# if building with gui program:
sudo yum install gtk3-devel glib2-devel
 
------------------------------------------------------------------------------
Compiling and installing this package on Linux:
------------------------------------------------------------------------------
# Open a command line, and cd into the directory you untarred this package
# then type:
autoreconf -i .

# if building with gui program:
./configure

# if building WITHOUT gui program:
./configure --disable-gui

# The rest for either
make
sudo make install

------------------------------------------------------------------------------
To configure the system through the graphical interface after install
------------------------------------------------------------------------------
# If you have a Gnome, KDE, or Unity desktop, go to the Settings submenu and 
# you will see an icon there for 'Microsoft Mouse Settings' for launching 
# the program.

# To launch it from the command line run (with gui):
resetmsmice-gui

# To launch it from the command line (without gui):
resetmsmice

# From the graphical interface you can enable/disable the mouse to be reset
# on boot or reset right now. 

------------------------------------------------------------------------------
To have the package run on system bootup on the command line
------------------------------------------------------------------------------
# By default the make install script sets up the package to run on boot, but 
# if you disable it and ever need to enable it manually again run as root:
sudo resetmsmice-enable-boot --enable

------------------------------------------------------------------------------
To disable resetmsmice from starting on bootup on the command line
------------------------------------------------------------------------------
# as root type: 
sudo resetmsmice-enable-boot --disable

# This will stop resetmsmice from running on bootup.

------------------------------------------------------------------------------
License: GPL 2 or above
------------------------------------------------------------------------------
Copyright (C) 2011-2021  Paul F. Richards (paulrichards321@gmail.com)

Large parts of the code included in this package was taken from the Linux
kernel, and the below license applies to that as well. See each file for
more details.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

------------------------------------------------------------------------------
Appendix A: Description of each package required (Ubuntu/Debian flavors)
------------------------------------------------------------------------------
 build-essential:
     The development and build essentials such as the C/C++ compilers and 
     standard development libraries

 cmake:
     Modern cross-platform build utility (optional)

 pkg-config:
     Helper tool for compiling applications and libraries
     If you are on another distro and can't seem to find a package for 
     pkgconfig, grab it here:
     
     http://www.freedesktop.org/wiki/Software/pkg-config
     You will need to compile pkg-config and install it if your package 
     manager doesn't have the package.

 libusb-1.0-0-dev:
     Lib usb development files

     If you can't seem to find this package in your package manager,
     you can grab the tarball here:
     http://sourceforge.net/projects/libusb/files/libusb-1.0/

     I use libusb-1.0.8, but anything after that should work as well.

 libgtk-3-dev:
     Gtk graphical toolkit development files and associated dependencies

 libglib-2.0-dev:
     Glib library for starting programs and handling messages between
     programs.

Source: README, updated 2021-10-23