Re: [ILUG] (Easy question) PS2 Mouse

From: Rik Dunphy (Rik.Dunphy at domain motorola.com)
Date: Thu 04 May 2000 - 13:24:23 IST


Barry Carroll wrote:
>
> Hey,
>
> Im the TWM guy ;)
> I had the problem with the mouse also! Under 3.3.x it worked fine,
> But the pointer would go mad under Xf4.0.
>
> I'd like to kick myself when the solution comes aswell.
>
> Barry
>

Check your XF86Config file.

You can still use the Pointer section, but would recommend setting up an
input device section.

If using a particular PS/2 mouse protocol try the bog standard PS/2 first.

e.g.
Section "InputDevice"
        Identifier "PS2 Mouse"
        Driver "mouse"
        Option "Device" "/dev/mouse"
        Option "Protocol" "PS/2"
        Option "Buttons" "3"
EndSection

see http://www.xfree86.org/current/mouse.html for more information on how
to use it.

Hope you get it going!
RiKD



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:01 GMT