Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
absolutely CRAZY mouse behavior dispite configuration.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bushk
n00b
n00b


Joined: 26 Jul 2004
Posts: 40
Location: *scratches his head*

PostPosted: Sat Nov 06, 2004 5:11 am    Post subject: absolutely CRAZY mouse behavior dispite configuration. Reply with quote

i know there's like 50,000 mouse threads, but trust me, none of them offered a solution to my problem.

problems:
1. mouse movements become erratic during prolonged button pressing (dragging).

2. mouse wheel button (press the wheel) works, but up and down movements do nothing.

my xorg.conf:
Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ps/2"
        Option      "Device" "/dev/mouse"
        Option  "Buttons" "5"
        Option "ZAxisMapping" "4 5"
EndSection


i've emerged imwheel and placed it in my .xinitrc:
Code:

imwheel &


a little about the mouse: it's a kensington USB optical with 2 buttons, and 1 wheel that has 3 functions - press/moveUp/moveDown.

so the problems that need fixing: eratic/jumpy behavior during prolonged button pressing (dragging), and get the wheel to work!

only other possible info you might need, i think is my WM: fluxbox.

cheers!
_________________
"but umm...why-...why's por--...why is port 31..337 open?..."
Back to top
View user's profile Send private message
bushk
n00b
n00b


Joined: 26 Jul 2004
Posts: 40
Location: *scratches his head*

PostPosted: Sat Nov 06, 2004 6:05 am    Post subject: Reply with quote

also, to note, whenever the system goes into more stress (emerging, or quake3, etc) sometimes when i press a key on the keyboard it never echo's, and the mouse goes ALLLL FRITZY jumping around and randomly clicking on it's own. i'm betting these problems are related.
_________________
"but umm...why-...why's por--...why is port 31..337 open?..."
Back to top
View user's profile Send private message
BlastM
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2003
Posts: 133
Location: Newcastle, Australia. 7487 miles south-west of America.

PostPosted: Sat Nov 06, 2004 10:18 am    Post subject: Reply with quote

You don't need imwheel just for a simple USB wheel mouse.

Just have the following in your mouse section in xorg.conf:

Code:
Option      "Buttons"       "5"
Option      "ZAxisMapping"  "4 5"


That should do it, but if it doesn't then play around with the numbers.

Also, you might be getting erratic behaviour because of the driver it's using. A generic USB wheel mouse should most likely be using the IMPS/2 protocol, so fix your Option "Protocol" accordingly.

Otherwise, if you have one of those USB-PS/2 adapters, try it as a PS/2 mouse. It might be a software or hardware USB problem.

Good luck.
Back to top
View user's profile Send private message
bushk
n00b
n00b


Joined: 26 Jul 2004
Posts: 40
Location: *scratches his head*

PostPosted: Sat Nov 06, 2004 8:37 pm    Post subject: Reply with quote

moving zaxismaps to smaller numbers results in other buttons malfunctioning. higher numbers no response. protocol changes no differences. usb--ps/2 adaptor, no difference.

boot messages warn me that my dma is turned off (whatever that is) and something may be slow. could these be related? gkrellm says my HD maxes at 1.5mb/s...and it's a 8mbbuffered 7200rpm drive. perhaps this 'causes everything including hte mouse to becoem laggy and eratic during emerging. any thoughts? any solutions?

thanks for the efforts.

cheers!
_________________
"but umm...why-...why's por--...why is port 31..337 open?..."
Back to top
View user's profile Send private message
BlastM
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2003
Posts: 133
Location: Newcastle, Australia. 7487 miles south-west of America.

PostPosted: Sat Nov 06, 2004 9:10 pm    Post subject: Reply with quote

Fuck it.

Buy a new mouse.

And DMA is how DVD drives and HDDs talk to each other bypassing the CPU. You might need to turn it on in the kernel. Post to Kernel & Hardware about that one.
Back to top
View user's profile Send private message
bushk
n00b
n00b


Joined: 26 Jul 2004
Posts: 40
Location: *scratches his head*

PostPosted: Sat Nov 06, 2004 9:23 pm    Post subject: Reply with quote

hehehe. the feeling is mutual. however, it's not like there's anything wrong physically with the mouse...in runs on winblows perfectly. so i'd be replacing a perfectly good piece of equipment...and i'm not in a financial position to do such a thing. :)

thanks for the tip on the dma.
_________________
"but umm...why-...why's por--...why is port 31..337 open?..."
Back to top
View user's profile Send private message
tryn
Guru
Guru


Joined: 21 Dec 2002
Posts: 325
Location: 39.885° N. -88.913° W.

PostPosted: Sun Nov 07, 2004 2:37 am    Post subject: Reply with quote

Look at this link and see if my answer there will help you.

https://forums.gentoo.org/viewtopic.php?t=241604&highlight=
Back to top
View user's profile Send private message
bushk
n00b
n00b


Joined: 26 Jul 2004
Posts: 40
Location: *scratches his head*

PostPosted: Sun Nov 07, 2004 7:37 am    Post subject: Reply with quote

SOLVED.

ok. so, the combination of choosing /dev/psaux AND useing a usb-ps/2 converter seemed to have worked...wheel IS functioning. w00t w00t.

thanks all, only i wish i knew why the mouse works in ps/2 but doesn't in usb with EXACTLY the same config. :\
_________________
"but umm...why-...why's por--...why is port 31..337 open?..."
Back to top
View user's profile Send private message
j3rm
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 148
Location: Tennessee

PostPosted: Fri Dec 03, 2004 10:39 pm    Post subject: grr! Reply with quote

Ok... this sucks. Unfortunately I don't have the liberty to switch to a USB/PS/2 converter, as my mouse is already ps/2. Maybe I should buy a ps2 to usb converter and then put a usb to ps2 converter on that! :( Anyway, is there a real solution to this, or are there just work arounds that may or may not work? I've tried all the suggestions to no avail.
_________________
"We can't run from who we are, our destiny chooses us."
-- Professor Petrovsky ("Rounders")
Back to top
View user's profile Send private message
DNAspark99
Guru
Guru


Joined: 03 Sep 2004
Posts: 321

PostPosted: Fri Dec 10, 2004 8:54 pm    Post subject: Reply with quote

I had the same issue, where no matter what configs i used for xorg.conf, and even usb kernel modules, my dell optical usb mouse was jumpy and chaotic under high CPU usage (and sometimes not even) ...it wasn't until I googled around a bit that someone mentioned possible interference from proximity to other devices... so I removed the mouse from the area, moved my LCD monitor back a few inches, moved the wireless mouse reciever (for another mouse on another computer), and brought the mouse back....oddly enough, it seems to have greatly improved the situation, it's only been about 30 mins so far, but it hasn't jumped under my stress tests so far...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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