Saturday, November 17, 2018

G-Pen 560 in 2018, manjaro linux

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

2 comments:

Unknown said...

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?

Unknown said...

Ok I got it working by installing xf86-input-evdev