cat /usr/share/X11/xorg.conf.d/70-aiptekmy.conf
Section "InputClass"
Identifier "pen"
MatchProduct "Aiptek|AIPTEK|aiptek"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "SendCoreEvents" "true"
Option "USB" "on"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "zMin" "0"
Option "zMax" "1023"
Option "TopX" "185"
Option "TopY" "372"
Option "BottomX" "11811"
Option "BottomY" "8793"
Option "TopZ" "32"
EndSection
Subscribe to:
Post Comments (Atom)
2 comments:
Thanks for posting this.. I have exactly the same device and I am using Arch Linux, I created the file but the device still doesn't work.
Do I have to install any particular package for this to work?
Ok I got it working by installing xf86-input-evdev
Post a Comment