Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Freaky mouse problems and USB mouse wheel scrolling
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
shrike42
n00b
n00b


Joined: 10 Jul 2005
Posts: 7

PostPosted: Sun Jul 10, 2005 1:46 am    Post subject: Freaky mouse problems and USB mouse wheel scrolling Reply with quote

My mouse works well enough except under one condition: when I hold a key on the keyboard and move the mouse it will suddenly go into random-freak-out mode and will just move and click randomly all over the screen. It does the for a while and then if I key-mash enough it will fix itself. Most of the time this isn't a real problem, however when trying to play games, using the mouse at the same time as the keyboard is usually quite important. Does anyone know of something that could cause this?

This mostly occurs in X (I use fluxbox if it matters), however I suspect that it is not an X problem (from watching the output of 'cat /dev/mouse' when X is not running, there seems to be a noticable difference under the conditions when it would normally go into freak out mode).

I am running gentoo-sources 2.6.12-r4, but I was having the problem at least as far back as 2.6.11, probably earlier.

I have tried shutgun debugging it by randomly switching on and off mouse related options in the kernel and BIOS, to no avail (unsuprisingly).

Also on a possibly related note: how does one get mouse wheel scrolling to work on a USB mouse in X? I tried: Option "ZAxisMapping" "4 5" in my xorg.conf. When I plug my mouse in as USB this does not work, but it works fine when I use a USB to ps/2 converter (which wouldn't be a problem, but I cannot find my converter :( ).

TIA

shrike42
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Sun Jul 10, 2005 4:25 am    Post subject: Reply with quote

don't 2.6 kernels work better, especially usb, using /dev/input/mice?
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
Back to top
View user's profile Send private message
shrike42
n00b
n00b


Joined: 10 Jul 2005
Posts: 7

PostPosted: Sun Jul 10, 2005 4:31 am    Post subject: Reply with quote

News to me, will switch my xorg.conf to use that. Unfortunately /dev/input/mice has the same problem(s) :(.

Thanks for the tip though, regardless.

shrike42
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Sun Jul 10, 2005 4:45 am    Post subject: Reply with quote

Well, pooh, we gonna have to get our hands dirty. :D What kinda mouse do you have and what does that section of your xorg.conf look like?

you're not using anything like imwheel, acme or kbmodthing (not it's real name) are ya?
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
Back to top
View user's profile Send private message
shrike42
n00b
n00b


Joined: 10 Jul 2005
Posts: 7

PostPosted: Sun Jul 10, 2005 4:53 am    Post subject: Reply with quote

xorg.conf:
[code]
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
[/code]

I didn't see any other parts of xorg.conf that looked mouse related, let me know if you think I missed something.

And it's a Microsoft something or other...I can't remember exactly what it was called when I bought it, but it's the black Microsoft mouse a bunch of people seem to have...seems rather standard/popular, etc.

I wish I had another mouse around here just to try it and see if I got the same thing happening...but I do have an old Windows computer sitting around and I tried the mouse in it and it worked fine (including the wheel). (If you're wondering why I couldn't test with that mouse from the Windoze box, it's a real old...uh serial mouse were they called? Anyway...won't even physically plug into my Gentoo box :).

Oh, and no...not using any of those...at least I've never heard of them and I can't find any reference to them being installed in any way.
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Sun Jul 10, 2005 5:18 am    Post subject: Reply with quote

Try using IMPS/2 or perhaps ExplorerPS/2 as the protocol and see if it behaves any better.
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
Back to top
View user's profile Send private message
shrike42
n00b
n00b


Joined: 10 Jul 2005
Posts: 7

PostPosted: Sun Jul 10, 2005 6:28 am    Post subject: Reply with quote

:( Same behaviour for both. The freak-mode thing seemed to happen a little less often, but that just might be wishful thinking...no scrolling though. arg...

Can't find anyone on google with even somewhat similar problems either...

I'm starting to think the inability to scroll isn't X's fault either. If I 'cat /dev/input/mice' and start scrolling the mouse wheel...something should get output, right (nothing does)? I mean I know it's possible that it gets interpreted as something completely non-visible in ASCII or whatever...but...well, doesn't seem likely that neither one would show up as anything.
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Sun Jul 10, 2005 6:49 am    Post subject: Reply with quote

yeah, that Zaxismapping line should give ya scrolling. and yep, you should see kinda output from that cat'in of the dev. I bet you need a new mouse. :(
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
Back to top
View user's profile Send private message
shrike42
n00b
n00b


Joined: 10 Jul 2005
Posts: 7

PostPosted: Sun Jul 10, 2005 7:04 am    Post subject: Reply with quote

Oh well, could be worse. You really think the mouse would be causing the freak-out mode thing though? It would make sense except it ONLY ever happens when you hold a key down and then move the mouse around a lot...odd.

I'll try a new one and then worry about it I suppose.

Thanks for all the help, I'll post again if new mouse doesn't fix.

shrike42
Back to top
View user's profile Send private message
Kenji Miyamoto
Veteran
Veteran


Joined: 28 May 2005
Posts: 1452
Location: Looking over your shoulder.

PostPosted: Sun Jul 10, 2005 7:08 am    Post subject: Reply with quote

Have you tried?:
Code:
$ xmodmap -e "pointer = 1 2 3 6 7 4 5"
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Sun Jul 10, 2005 9:29 pm    Post subject: Reply with quote

shrike42 wrote:
Oh well, could be worse. You really think the mouse would be causing the freak-out mode thing though? It would make sense except it ONLY ever happens when you hold a key down and then move the mouse around a lot...odd.

I'll try a new one and then worry about it I suppose.

Thanks for all the help, I'll post again if new mouse doesn't fix.

shrike42


well, it is a weird symptom I tell ya. Is your keyboard usb too? If it was me, I'd try a new mouse just to make sure - it's the cheapest test. Too bad you don't have another os or linux installed to see if it'd reproduce under another kernel and stuff. You don't do ya? Even windows under similar circumstances - playing games where you need both devices inputting at the same time, might yield some hints. Does it happen in all games or just the one?

ps. I had circuslinux blow up a ps2 port on a mobo once upon a time! I've not played that game since! ...not that it's related or relevant, I just don't get to share that story too often. :D
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
Back to top
View user's profile Send private message
shrike42
n00b
n00b


Joined: 10 Jul 2005
Posts: 7

PostPosted: Tue Jul 12, 2005 3:15 am    Post subject: Reply with quote

:( arg. Finally got a new mouse, same problems... The keyboard is PS/2. If it was USB it might actually make some sort of freaky sense, but I really can't figure it out as is. No other OS unfortunately. I'm thinking of trying even just one of those Linux on a CD things and see if the problem is still there, but the downloads are a killer (56k, ouch).

Oh, and it's every game and non-game. Happens in X running every wm I have installed (fluxbox and whatever that default wm is called, the horrible looking one). Also seems to happen when just looking at the output of 'cat /dev/input/mice' but it's hard to tell if the semi-random output is freaking out more than usual or not for sure.

And the xmodmap thing doesn't help unfortunately (errors out because it's only a 3 button mouse). I tried switching 4 and 5, but that didn't help (had to try)...and the rest of the buttons work fine so other combinations don't really make sense.

shrike42
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Sat Jul 16, 2005 4:25 pm    Post subject: Reply with quote

shrike42 wrote:
:( arg. Finally got a new mouse, same problems... The keyboard is PS/2. If it was USB it might actually make some sort of freaky sense, but I really can't figure it out as is. No other OS unfortunately. I'm thinking of trying even just one of those Linux on a CD things and see if the problem is still there, but the downloads are a killer (56k, ouch).

shrike42


Man, that is just the weirdest thing! Yeah, testing in other os is next step to see if it's a gentoo or mobo problem. Try Damn Small Linux, it's only 48 mb. http://www.damnsmalllinux.org/download.html
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
Back to top
View user's profile Send private message
shrike42
n00b
n00b


Joined: 10 Jul 2005
Posts: 7

PostPosted: Sun Jul 17, 2005 5:11 am    Post subject: Reply with quote

Well, I'm now more confused than ever...I had convinced myself that it was a motherboard problem or something like that, but I tried DSL (thanks for the link btw) and neither problem exists in it (scroll wheel works and mouse doesn't freak out when a key is held).

I tried looking at what's different between my Gentoo install (with problems) and the DSL setup (without problems)...but there are just too many to pin it down easily.

If anyone even has any ideas of what direction to look in, I'd love to hear them... :(

shrike42
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum