My button up event triggers at ~60 pressure, using the default
settings.  No matter how hard I try I can't replicate the problem.

I don't think it could be an xorg.conf problem, but here is the
relevant stuff from mine

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "Screen0" 0 0
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
        InputDevice     "pad"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device" "/dev/input/wacom"
        Option          "Type" "stylus"
        Option          "USB" "on"
        Option          "Mode" "Absolute"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device" "/dev/input/wacom"
        Option          "Type" "eraser"
        Option          "USB" "on"
        Option          "Mode" "Absolute"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "pad"
        Option          "Device" "/dev/input/wacom"
        Option          "Type" "pad"
        Option          "USB" "on"
EndSection

(note /dev/input/wacom is a symlink that udev makes)

I try to keep my versions current too, apart from the kernel which
i've just been too lazy to upgrade as of yet, have gimp 2.2.10,
inkscape 0.43-r1, xorg 7, all made with glibc 2.4 and gcc 4.1

Also, it's probably the least of your problems, but if you need to get
the "pad" devices working, there is an app called expresskeys I made a
quick and dirty ebuild for, can get it here:
http://bugs.gentoo.org/show_bug.cgi?id=124485

--
Thomas Kear
[EMAIL PROTECTED]
+64211031910
==
Mozilla Firefox: Take back the web
www.mozilla.org/products/firefox


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Linuxwacom-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to