Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB Mouse - 2.6 - slow 'start up' period [SOLVED]
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
Bungopolis
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 198
Location: San Francisco, CA, USA

PostPosted: Fri Feb 13, 2004 3:54 am    Post subject: USB Mouse - 2.6 - slow 'start up' period [SOLVED] Reply with quote

I'm having a strange situation with my Logitech MX500 mouse on a 2.6 system with fluxbox. When fluxbox starts up, my mouse cursor doesn't work until I move the mouse, at which point there is about a 4 second period where nothing happens, and then it kicks into action. It's as if the mouse wasn't detected before I moved it, but this can't be the case.

Anybody having this problem?

Also, why does my scroll wheel not work? cat /dev/input/mouse0 does not show any of the extra buttons or scroll wheels, but I cant think of anything I could do differently when compiling the kernel. In my last install, which was a stage 3 auto-compiling 2.4 system, the mouse worked perfectly from scratch.

Any help is appreciated!


Last edited by Bungopolis on Fri Feb 13, 2004 5:10 am; edited 1 time in total
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Fri Feb 13, 2004 4:25 am    Post subject: Reply with quote

in your XF86.conf file do you have your mouse Options "protocal" as auto or as IMPS/2. If it is auto change it to IMPS/2 and it should load quicker. Good luck
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
Back to top
View user's profile Send private message
Bungopolis
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 198
Location: San Francisco, CA, USA

PostPosted: Fri Feb 13, 2004 5:10 am    Post subject: Reply with quote

Brilliant. That fixed it. In fact, with my last installation that is how I set it up. Guess I just forgot.

Mouse feels a lot nicer now, no lag before it works, and I also got scroll wheel to work by adding the ZAxisMapping seen below.

Here is my final /etc/X11/XF86Config:

Code:
Section "InputDevice"

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mouse0"
    Option "ZAxisMapping" "4 5"
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Fri Feb 13, 2004 3:38 pm    Post subject: Reply with quote

That's great, I'm glad I could help. I had that problem the first time I installed gentoo, a lot of people probably just put auto since it is a lot easier than thinking about what it shold be.
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
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