Hi,
On 27/Mar/05, Tim Brown wrote:
> I have a logitech MX500 usb mouse and i'm having a difficult time
> getting it to work properly, need a little help.
>
> left and right mouse buttons work ok but the scroll wheel and other
> buttons do not work.
>
> This is the Core Pointers Input Device Section of my xorg.conf file
>
> Section "InputDevice"
>
> # Identifier and driver
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "Auto"
> Option "Device" "/dev/usbmouse"
>
> # Mouse-speed setting for PS/2 mouse.
>
> # Option "Resolution" "256"
>
> # When using XQUEUE, comment out the above two lines, and uncomment
> # the following line.
>
> # Option "Protocol" "Xqueue"
>
> # Baudrate and SampleRate are only for some Logitech mice. In
> # almost every case these lines should be omitted.
>
> # Option "BaudRate" "9600"
> # Option "SampleRate" "150"
>
> # Emulate3Buttons is an option for 2-button Microsoft mice
> # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
>
> # Option "Emulate3Buttons"
> # Option "Emulate3Timeout" "50"
>
> # ChordMiddle is an option for some 3-button Logitech mice
>
> # Option "ChordMiddle"
>
> EndSection
>
> What do I need to change or add here?
>
The following is my InputDevice section
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Notice the 'Buttons' and 'ZAxisMapping' lines
Cheers,
Zarick Lau
--
[email protected] mailing list