Comment 10 for bug 576610

Revision history for this message
negora (negora) wrote : Re: Manhattan tablet (WP8060U) working weird on Ubuntu 10.04 (Lucid Lynx)

OK, I have been able to make it WORK :) .

I've edited /usr/lib/X11/xorg.conf.d/05-evdev.conf by hand. I've altered this:

Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
EndSection

By:

Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event3"
    Driver "evdev"
EndSection

Basically what I'm doing is specifying /dev/input/event3 as the only pointer in my system, in order to avoid that my tablet "falls" in this rule and make it be caught by the other rule at 70-wizardpen.conf (supposedly, as I still need to know if X reach this file or not). Now the output from Xorg.0.log looks like OK and shows how the "wizardpen" module is loaded successfully.

Now I'm doing more research to know why 70-wizardpen.conf didn't overwrite the rule specified at 05-evdev.conf .