Sunday, December 14, 2014

Genius G-Pen 560 on Xubuntu 14.10 via Aiptek driver

install xorg-server-aiptek driver.

create a settings file:

sudo vim /usr/share/X11/xorg.conf.d/70-aiptekmy.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" "1023"                                                       
EndSection

No comments: