Re: Synaptics 3button emulation hosed in 2.6.0-mm2

From: Dax Kelson
Date: Fri Jan 02 2004 - 02:54:37 EST


On Fri, 2004-01-02 at 00:07, Dmitry Torokhov wrote:
> On Friday 02 January 2004 01:24 am, Dax Kelson wrote:
> > Brief summary: 3 button emulation very flaky
> > Linux: Fedora with 2.6.0-mm2
> > Laptop: Dell Inspiron 4150
> >
> > ----------------------------
> > mice: PS/2 mouse device common for all mice
> > serio: i8042 AUX port at 0x60,0x64 irq 12
> > synaptics reset failed
> > synaptics reset failed
> > synaptics reset failed
>
> First off do not use ACPI PM timer...

OK

> Also, could you please tell me if it's X or GPM and what's in your "InputDevices"
> section of XFConfig and what parameters are you passing to GPM.

I have these two entries (stock Fedora and what worked with 2.4):

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

------

My GPM invocation: gpm -m /dev/mouse -t ps/2

(/dev/mouse is symlink to /dev/psaux)

Dax Kelson

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/