Results 1 to 6 of 6
i just installed mandrake 8.2 and my mouse is having problems;
if i move it really slowly it does not move the pointer on the screen, this makes it really ...
- 01-25-2003 #1Just Joined!
- Join Date
- Jan 2003
- Posts
- 1
Sluggish Mouse
i just installed mandrake 8.2 and my mouse is having problems;
if i move it really slowly it does not move the pointer on the screen, this makes it really sluggish to use as i have to move it around to get it moving.
it works find under windows2000...
any one have a similar problem or know how i can fix it?
- 01-25-2003 #2Linux User
- Join Date
- Jul 2002
- Location
- Daytona Beach, FL
- Posts
- 487
im guessing you did not set it up properly under linux
what kind of mouse is it?
2 button?3? wheel?
PS/2, USB, Serial?
Optical
the more info the better. Also, paste the section of your
/etc/X11/XF86Config file with "Input Device" here (use the quote/or code tags please, makes it easier to read)majorwoo
Quiet brain, or I\'ll stab you with a Q-tip.
- 02-23-2003 #3Just Joined!
- Join Date
- Feb 2003
- Location
- Canada
- Posts
- 4
Device
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
EndSection
# extra options in [mouse.1] ps2info = 0x0
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "YES"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "SendCoreEvents" "YES"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "YES"
Option "ZAxisMapping" "4 5"
EndSection
Section "DRI"
Mode 0666
EndSection
- 02-23-2003 #4Just Joined!
- Join Date
- Feb 2003
- Location
- Canada
- Posts
- 4
Forgot
My mouse is PS/2 and is a two button wheel mouse. Made by Labtec.
- 03-04-2003 #5Just Joined!
- Join Date
- Mar 2003
- Posts
- 3
Mouse sluggish
Hello,
I had just the same problem, no your mouse is setup correctly (i.e. it works!) its just not moving at the correct speed.
in xterm or just a terminal type 'xset mouse 5 2'
The first number is the treshold and the second is acceleration.
I use 5 2 thats fine for me quite quick really.
Thanks
James
- 03-07-2003 #6Just Joined!
- Join Date
- Feb 2003
- Location
- Canada
- Posts
- 4
Mouse
Hi there,
Thanks for the help, there still seems to be something wrong, perhaps I need to install a different driver or maybe there is something wrong with my PS/2 port.


Reply With Quote
