Mouse wheel issue(seems everything it does is...doubled?)
This is a discussion about Mouse wheel issue(seems everything it does is...doubled?) in the Everything Linux category; I've been using the mouse for well. . . forever, and everything had been okay up until a few weeks ago. I'm not sure why it's happening, but it's actually a pretty annoying problem. I've no idea where the problem lies(KDE, X, kernel.
I've been using the mouse for well...forever, and everything had been okay up until a few weeks ago. I'm not sure why it's happening, but it's actually a pretty annoying problem. I've no idea where the problem lies(KDE, X, kernel...I've no idea). The one place where this gets really annoying is when I'm using my image viewer. I'd like to be able to scroll through them without skipping half of them(and without using my keyboard), for the sake of convenience. If anyone has any bright ideas, please do speak up, because I'm quite frustrated by this point. (I know I mentioned only one place where it's an issue, but it also seems to scroll twice as many text lines in text-ish programs (id est kate))
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Responses to this topic
What distro are you using ?
OP
Debian (testing)
Something has changed in the system configuration. Did you by chance upgrade the kernel from 2.4 to 2.6, or do a system upgrade via apt-get or Synaptic?
OP
Yeah, I switched to kernel 2.6, although I'm not sure if that's where the problem started or not. I think it'd be a good place to look though...
There are probably two entries in the XF86Config-4 file that controls the mouse, one for the 2.4 series kernel and one for the 2.6 kernel. The 2.6 series uses a different method of mouse detection.
I found this Debian bug report about the issue.
How to fix it? I'm not quite sure.
Is this a PS/2 mouse, or a USB mouse?
I found this Debian bug report about the issue.
How to fix it? I'm not quite sure.
Is this a PS/2 mouse, or a USB mouse?
OP
Thanks danleff... It seems that was right on the mark. 'tis a PS/2 Mouse, and the problem was fairly easy to fix. All I had to do was change the device from '/dev/psaux' to '/dev/input/mice' and voila, problem fixed.