You are not logged in.
Pages: 1
/etc/X11/xorg.conf make 50-aiptek.conf
Section "InputClass"
Identifier "pen"
MatchProduct "Aiptek|AIPTEK|aiptek"
MatchDevicePath "/dev/input/event*"
Driver "aiptek"
Option "SendCoreEvents" "true"
Option "USB" "on"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "zMin" "0"
Option "zMax" "511"
EndSection
/etc/udev/rules.d/ make 69-xsever-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"
restart system (do not change name of files like 20-aiptek.conf, 20-aiptek.rules) ,I use Kernel Linux 3.7.4-1-ARCH, 64 or 32 works perfectly
Use Trust TB2100 - rebrand of Aiptek APT-2:
Bus 002 Device 005: ID 08ca:0021 Aiptek International, Inc. APT-2 Tablet
Device 'Aiptek':
Device Enabled (132): 1
Coordinate Transformation Matrix (134): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (255): 0
Device Accel Constant Deceleration (256): 1.000000
Device Accel Adaptive Deceleration (257): 1.000000
Device Accel Velocity Scaling (258): 10.000000
Offline
Pages: 1