J'ai suivi AiptekTablet instructions sur le wiki Ubuntu pour configurer 11.04 pour une utilisation avec ma tablette graphique.
J'ai installé le xserver-xorg-input-aiptek
package et créé deux fichiers avec les options détaillées sur la page Wiki ci-dessus:
$ cat /lib/udev/rules.d/69-xserver-xorg-input-aiptek.rules
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"
$ cat /usr/share/X11/xorg.conf.d/50-aiptek.conf
Section "InputClass"
Identifier "pen"
MatchProduct "Aiptek|AIPTEK|aiptek"
MatchDevicePath "/dev/input/event*"
Driver "aiptek"
Option "USB" "on"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "zMin" "0"
Option "zMax" "511"
EndSection
Le 50-aiptek.conf
le fichier s'appelait à l'origine 10-aiptek.conf
comme dans le wiki, mais un thread aide à l'installation de la tablette Aiptek sur les forums Ubuntu, a suggéré de remplacer 10 par 50.
Des idées?
Je vous remercie.
J'ai posé une question sur http://sourceforge.net/mailarchive/forum.php?forum_name=aiptektablet-users