Comment 2 for bug 23344

Revision history for this message
Jeff Bailey (jbailey) wrote :

This problem is still present. I don't think it's related to the Wacom packages at all. I'm just using /dev/input/mice for my driver.

Here is the relevant section from my xorg.conf:

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

Also, my /var/log/Xorg.0.log file doesn't contain the word "wacom" at all. It appears to just be the generic mouse:

(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "5 4"
(**) Configured Mouse: ZAxisMapping: buttons 5 and 4
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)