I've just done a new install of Woody, but 3 button emulation doesn't seem
to work. I've checked the config on my RH7.2 box which uses the same mouse
(through a switch), and as far as I can see they are the same.

GPM works fine on the Woody consoles as a ps/2 on /dev/psaux.

Any help would be greatly appreciated.

David.



This is what the install configured, although I'm not sure what the
second section is supposed to do. When I commented it out, it made X
fail to start:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to