LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mouse Takes a While to Wake Up (https://www.linuxquestions.org/questions/slackware-14/mouse-takes-a-while-to-wake-up-154216/)

mooreted 03-06-2004 11:01 AM

Mouse Takes a While to Wake Up
 
I have a Microsoft Optical USB mouse which works fine in Slack except I have to wake it up every session. When I bootup or restart the X server, I have to move the mouse around for awhile until it wakes up and starts working. It will remain stuck until I move it around for awhile. Any way to fix that?

Ted.

Cdzin 03-06-2004 11:39 AM

Hii, i'm afraid this happens with all the USB mouses ... I have a Logitech MX310 and i have to move up for about 3 seconds before it actually starts to work ... If anyone have a clue on how to solve this, pleasee help us. :)

mooreted 03-06-2004 08:58 PM

I fixed it! In your XF86config file look for Imput Device for your mouse and edit it like so:

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"

That should do the trick.

Shade 03-07-2004 07:10 PM

What did it look like before that caused the problem?

Was it protocol set to "Auto" ?
I've never experienced this with my Logitech USB Optical.

--Shade

mooreted 03-08-2004 08:37 AM

Yeah, it was set to auto. I had to set it to IMPS/2 to get imwheel working so the wheel on my mouse would work and it fixed the sticking pointer problem too.

Ted.


All times are GMT -5. The time now is 12:15 AM.