your xorg settings are replicated almost line for line here. the only difference of note is that udev doesn't create the symlink and that I am pointing direct to '/dev/input/event3'. But this surely would have nil effect.
here's a grep of the xorg log if anyone cares to look: ### cat /var/log/Xorg.0.log | grep -i wacom (II) LoadModule: "wacom" (II) Loading /usr/lib/modules/input/wacom_drv.so (II) Module wacom: vendor="X.Org Foundation" (II) Wacom driver level: 47-0.7.2 $ (**) WACOM: suppress value is 2 (**) WACOM: suppress value is 2 (**) WACOM: suppress value is 2 (II) XINPUT: Adding extended input device "pad" (type: Wacom Pad) (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser) (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus) (==) Wacom using pressure threshold of 61 for button 1 (==) Wacom USB Intuos3 tablet speed=9600 maxX=60960 maxY=45720 maxZ=1023 resX=5080 resY=5080 suppress=2 tilt=disabled (==) Wacom device "stylus" top X=0 top Y=0 bottom X=60960 bottom Y=45720 (==) Wacom device "eraser" top X=0 top Y=0 bottom X=60960 bottom Y=45720 (==) Wacom device "pad" top X=0 top Y=0 bottom X=60960 bottom Y=45720 ### and system log: ### dmesg | grep -i wacom input: Wacom Intuos3 9x12 as /class/input/input3 usbcore: registered new driver wacom drivers/usb/input/wacom.c: v1.44:USB Wacom Graphire and Wacom Intuos tablet driver ### i have no idea what 'suppress=2' refers to, and 'tilt' claims to be disabled even when i explicitly switch it on in xorg (xidump still gives an acurate tilt reading). also driver reports version 47-0.7.2, which appears to be left like that in the source for 0.7.3. thanks again, patrick Thomas Kear wrote: > 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 ------------------------------------------------------- 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
