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

2 wheel mouse in sid with mouse driver?



Hi,

I have 2 mice both with 2 wheels. One for up-down, one for forward-back.

I also run the latest Sid and Xorg.

Normally I use the evdev driver for my 2 wheels, but there is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450851 that makes for difficulties with evdev and the problem still exists with the latest xorg updates.

The mouse driver works but I cannot get the 2 wheels to work: only one works. Googling proves unsatisfactory.

Anybody have 2 wheels on their mouse and is able to use the mouse driver?

Below are the 2 sections, one with 2 working wheels and one with only one working wheel and the applicable log portion.

Have 2 wheels, will travel ;-)

Hugo

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "evdev"
        Option          "Device" "/dev/input/event6"
        Option          "Name" "A4Tech USB Optical Mouse"
        Option          "ZAxisMapping"          "6 7 4 5"
        Option          "Buttons"               "12"
EndSection

Section "InputDevice"
        Identifier      "Mouse2"
        Driver          "mouse"
        Option          "Dev Name"              "A4Tech USB Optical Mouse"
        Option          "Protocol"              "auto"
        Option          "Device"                "/dev/input/mouse0"
        Option          "Dev Phys"              "usb-0000:00:10.1-1/input0"
        Option          "ZAxisMapping"          "6 7 4 5"       #[103]
        Option          "Buttons"               "12"
EndSection


(**) Option "Protocol" "auto"
(**) Mouse2: Device: "/dev/input/mouse0"
(**) Mouse2: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse2: always reports core events
(**) Option "Device" "/dev/input/mouse0"
(**) Option "Buttons" "12"
(==) Mouse2: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7 4 5"
(**) Mouse2: ZAxisMapping: buttons 6, 7, 4 and 5
(**) Mouse2: Buttons: 16
(**) Mouse2: Sensitivity: 1


Reply to: