Re: cannot use microsoft intellimouse 1.2A ps/2 compatible
>>> On Fri, 07 Sep 2001 18:50:18 -0700,
>>> "carlos" == "carlos mena" <carlos8001@hotmail.com> wrote:
carlos> can anyone help me. i'm in the process of installing the official
carlos> binary-i386 version 2.2_r3 of debian, but when i get to the part of
carlos> configuring xf86 and i'm trying to configure the mouse wich is a microsoft
carlos> intellimouse 1.2A ps/2 compatible.
The following config works well for me and my MS Wheel-Mouse:
+--- /etc/gpm.conf ---
| device=/dev/psaux
| responsiveness=
| repeat_type=raw
| type=imps2
| append=""
+--- in /etc/X11/XF86Config-4 ---
| Section "InputDevice"
| Identifier "Mouse2"
| Driver "mouse"
| Option "Protocol" "IMPS/2"
| Option "Device" "/dev/gpmdata"
| Option "ZAxisMapping" "4 5"
| EndSection
Note that the "raw" repeat-type gets gpm to echo mouse-events directly thru
to /dev/gpmdata ... I then configure X to talk "IMPS/2". If you use the
default repeat-type ("msc"), you'd have to modify your XF86Config to suit.
--
cheers, Mike
Reply to: