Comment 24 for bug 1174043

Revision history for this message
Alexia Death (alexiade) wrote : Re: After dist-upgrade to 13.04 Intuos3 can not drag/paint any more

Ive figgured out what's wrong with the tablet configuration:
xinput list-props before, with the bug:
        Wacom button action 0 (288): 1572865, 524289
        Wacom button action 1 (289): 1572866
        Wacom button action 2 (290): 1572867
        Wacom button action 3 (291): 1572872
        Wacom button action 4 (292): 1572873
        Device Product ID (261): 1386, 177
        Wacom Debug Levels (293): 0, 0

This looks a bit supcious to me... So i did:
xinput set-prop "Wacom Intuos3 6x8 stylus" "Wacom button action 0" 1572865

Resulting in:
        Wacom button action 0 (288): 1572865
        Wacom button action 1 (289): 1572866
        Wacom button action 2 (290): 1572867
        Wacom button action 3 (291): 1572872
        Wacom button action 4 (292): 1572873
        Device Product ID (261): 1386, 177
        Wacom Debug Levels (293): 0, 0

And now I can drag just fine... Untill I touch anything in the KDE tablet configuration utility - then the situation above is restored and no more drag for me....

https://bugs.kde.org/show_bug.cgi?id=252925 <- this KDE bug suggests that this behavior is more of a driver bug than KDe configuration utility bug.