You are not logged in.

#1 2009-02-01 00:10:52

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Tablet buttons are not working correctly...

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

#2 2009-02-01 15:35:21

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: Tablet buttons are not working correctly...

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

#3 2009-02-01 22:13:47

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: Tablet buttons are not working correctly...

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

Board footer

Powered by FluxBB