You are not logged in.
I'm using the Aiptek 12000U tablet and finally set it up. Problem is that the buttons don't work as they used to.
Important X.Org sections
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "pen" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
# Serial Mouse not detected
# USB Mouse not detected
EndSection
...
Section "InputDevice"
Identifier "pen"
Driver "aiptek"
Option "Device" "/dev/input/aiptek_event"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "Cursor" "stylus"
Option "USB" "on"
Option "KeepShape" "on"
Option "debuglevel" "20"
Option "zMin" "1"
Option "zMax" "512"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "aiptek"
Option "Device" "/dev/input/aiptek_event"
Option "Type" "cursor"
Option "Mode" "absolute"
Option "USB" "on"
Option "KeepShape" "on"
Option "debuglevel" "20"
Option "zMin" "1"
Option "zMax" "511"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "aiptek"
Option "Device" "/dev/input/aiptek_event"
Option "Type" "eraser"
Option "Mode" "absolute"
Option "Cursor" "stylus"
Option "USB" "on"
Option "KeepShape" "on"
Option "debuglevel" "20"
Option "zMin" "1"
Option "zMax" "511"
EndSection
Normally, the tip would be a single click button, the first rocker button right click, and the second rocker button is a double left click. When I use them, though, they act like this:
Tip: double left click
1st Rocker: middle click
2nd Rocker: n/a
When there's an entry for a USB mouse, these buttons would work fine...what should I do?
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
I already looked at the Aiptek Driver site and I'm still clueless...
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
I also can't seem to change the contents of the folder /sys/bus/usb/drivers/aiptek/4-3:1.0/
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline