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.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar35.webp

41 Posts
Location -
Joined 2005-01-19
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

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar15.webp

173 Posts
Location -
Joined 2004-01-03
What distro are you using ?

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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?
 
 

data/avatar/default/avatar35.webp

41 Posts
Location -
Joined 2005-01-19
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...

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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?

data/avatar/default/avatar35.webp

41 Posts
Location -
Joined 2005-01-19
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.