You are not logged in.

#1 2013-01-28 11:44:34

sundryro
Member
Registered: 2013-01-28
Posts: 2

(SOLVED) Aiptek APT-2 Tablet

/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

Board footer

Powered by FluxBB