Results 1 to 3 of 3
I installed slackware 10 the other day, and everything is working except internet, and my mouse.
the mouse is an older microsoft intellimouse optical, with an optional PS/2 adapter. Right ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-04-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 1
MS intellimouse optical problems
I installed slackware 10 the other day, and everything is working except internet, and my mouse.
the mouse is an older microsoft intellimouse optical, with an optional PS/2 adapter. Right now im using it as ps/2.
The problem is the mouse doesnt work. My xorg.conf is fine, i changed /dev/mouse to /dev/input/mice, and i also added the ZAxisMapping comment.
however, when i cat /dev/input/mice, it replies that there is no such device.
little help here
- 02-04-2005 #2
try this either
orCode:Option "Protocol" "IMPS/2"
Code:Option "Protocol" "auto"
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 02-04-2005 #3
Re: MS intellimouse optical problems
that is usually used with two mice like on a laptop.
Originally Posted by o4_srt
Here is my config on my laptop make a copy of you origional xorg then cut an past this in the mouse section and see if it fixes it.
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZaxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
This works on my laptop and it works on my desktop even though I have one mouse on my desktopSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds


Reply With Quote
