Genius Mousepen with no mouse support.
I've upgraded from Ubuntu 9.10 to 10.04. Right out the box, my tablet failed to function. The driver that comes with the release is (for whatever reason) not compatible with the X server in the same release. That makes no sense. Someone should've caught that. Anyway, after getting an update from the DoctorMO website, I can get the the pen to work just by adding appropriate X, Y, & Z limits to /usr/lib/
------ begin 70-wizardpen.conf.
Section "InputClass"
Identifier "wizardpen"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
Driver "wizardpen"
Option "TopX" "1800"
Option "TopY" "2300"
Option "BottomX" "32100"
Option "BottomY" "32700"
Option "TopZ" "10"
Option "BottomZ" "1000"
EndSection
Section "InputClass"
Identifier "wizardpen mouse"
MatchIsPointer "on"
MatchDevicePath "/dev/input/mouse*"
MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
Driver "mouse"
EndSection
------ end 70-wizardpen.conf.
With this configuration I'd get limited response from the mouse. Buttons would work, and mouse motion caused the cursor to move a little, but always return to the same location. The output from xinput --test shows that the mouse is indeed triggering movement events, but it's as if relative positioning was being used based on the previous position of the cursor (as put by the pen), and then treated as an absolute coordinate.
Please tell me there's an easy solution to this that doesn't involve not using my tablet mouse.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Wizardpen Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Ranando King
- Solved:
- Last query:
- Last reply: