mystmaiden
October 30th, 2011, 04:47 PM
It's been ages since I used my tablet so I wanted to set it up again. Things have changed a lot since I did it the last time so I'm a bit fuzzy on the instructions and needing a little hand holding. From the Ubuntu help pages https://help.ubuntu.com/community/AiptekTablet I found -
at startup, udev by default will identify our tablet as an evdev input device, so we must write an udev rule to tell xorg to load aiptek driver: in /lib/udev/rules.d add a file (e.g. 69-xserver-xorg-input-aiptek.rules) with something like this:
ACTION!="add|change", GOTO="xorg_aiptek_end"
KERNEL!="event[0-9]*", GOTO="xorg_aiptek_end"
ATTRS{idVendor}=="08ca", ENV{x11_driver}="aiptek", SYMLINK+="input/aiptektablet"
LABEL="xorg_aiptek_end"
There is another file to create as well. How exactly do I create them though? I already messed up once by thoughtlessly trying to configure it like I did on other versions of Ubuntu and as a result some of the applets I use on the tool bar disappeared or were broken ( I *think* I have all that fixed now.)
thanks in advance
mystmaiden
at startup, udev by default will identify our tablet as an evdev input device, so we must write an udev rule to tell xorg to load aiptek driver: in /lib/udev/rules.d add a file (e.g. 69-xserver-xorg-input-aiptek.rules) with something like this:
ACTION!="add|change", GOTO="xorg_aiptek_end"
KERNEL!="event[0-9]*", GOTO="xorg_aiptek_end"
ATTRS{idVendor}=="08ca", ENV{x11_driver}="aiptek", SYMLINK+="input/aiptektablet"
LABEL="xorg_aiptek_end"
There is another file to create as well. How exactly do I create them though? I already messed up once by thoughtlessly trying to configure it like I did on other versions of Ubuntu and as a result some of the applets I use on the tool bar disappeared or were broken ( I *think* I have all that fixed now.)
thanks in advance
mystmaiden