[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with optical mouse PS/2



On Friday 20 May 2005 07:44 pm, Marcelo Luiz de Laia wrote:

>
> Section "InputDevice"
> 	Identifier "PS/2 Roda"
> 	Driver "mouse"
> 	Option "Protocol" "IMPS/2"
> 	Option "Device" "/dev/psaux"
> 	Option "ZAxisMapping" "4 5"
> 	Option "Butons" "5"
> 	Option "Emulate3Buttons" "true"
> 	Option "Emulate3Timeout" "70"
> 	Option "SendCoreEvents" "true"
> EndSection

This is what I have and it worked with my mechanical mouse and with the 
optical mouse I am using now:

Section "InputDevice"
        Identifier      "Mouse1"
        Driver  "mouse"
        Option  "CorePointer"
        Option  "Device"        "/dev/psaux"
        Option  "Protocol"      "IMPS/2"
        Option  "Emulate3Buttons"       "YES"
        Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
        Identifier      "Mouse2"
        Driver  "mouse"
        Option  "SendCoreEvents"        "YES"
        Option  "Device"        "/dev/input/mice"
        Option  "Protocol"      "IMPS/2"
        Option  "Emulate3Buttons"       "YES"
        Option  "ZAxisMapping"  "4 5"
EndSection




>
> Anyone have I sugestion for me?
>
> Any commentary is very apreciated because I am a newbie in linux.
>
> Thanks a lot
>
> Marcelo



Reply to: