hey guys, this one has been annoying me for a while now. my mouse has really erratic movement in breezy, and it's really starting to get on my nerves. at slow speeds, it moves very slow, with almost zero acceleration, then all of a sudden jumps to a much higher speed when i start to move it a bit faster. also, it jumps a lot across the screen. when i'm doing a cpu-intensive task (like ripping a cd for instance), it becomes 10x worse, as in my comp is barely useable to the extent of the mouse moving so erraticly. in windows, it works 100% normal, the way it should. the mouse is a logitech mx510. here is the xorg.conf for it in case it matters:
Code:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "10"
EndSection
thanks for any help.