I purchased a new mouse, Its a Logitech MediaPlay (Wireless USB) and everything seemed fine for awhile (a couple hours) and then it started stuttering while moving, and sometimes jumping across the screen. I have tried with multiple kernels and multiple xorg configs. I have tried the drivers that make use of all of the buttons and drivers that dont, and still havent been able to get it to stop.
I doubt this is a issue with it being wireless, its not but 3 feet from the PC and it has a 10 foot radius, there isnt anything here to interfere with it either
The mouse pad is one solid color, its non reflective, and neither the pad or the optical lens are dirty. There are no other USB devices hooked up either to conflict with this.
I dont need all the extra buttons to work (although it would be nice) what I need is to stop it from having seizures.
Does anyone have any ideas?
My old conf file (and the one I am using right now), without support for all of the extra buttons (it has...12 I think) is as follows:
Code: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection


