Comment 4 for bug 576610

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

Try deleting the edits you made in /etc/X11/xorg.conf
and add them to /lib/X11/xorg.conf.d/70-wizardpen.conf
Like so:

Section "InputClass"
   Identifier "wizardpen"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/event*"
   MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
   Driver "wizardpen"
   Option "TopX" "826"
   Option "TopY" "2626"
   Option "BottomX" "32747"
   Option "BottomY" "32762"
   Option "TopZ" "10"
   Option "BottomZ" "1023"
EndSection
Section "InputClass"
   Identifier "wizardpen ignore mouse dev"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/mouse*"
   MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
   Driver ""
EndSection

See what you get. You an idea.