How did you upgrade to 0.7.6?  Did you upgrade the kernel driver as
well?  Please make sure kernel and X Wacom drivers are from the same
release.

Pad's buttons 1 and 2 (left and right) are mapped to buttons 9 and 10
by default.  So, your buttons 1 and 2 settings are fine.  I don't know
what your buttons 3 and 4 are.  Wheel is mapped to buttons 4 and 5 by
default and your driver, as well as 0.7.6, doesn't support
reconfiguring relative wheel (but 0.7.7-8 does).

Here is my solution for you.  Please upgrade to 0.7.7-8 by the following steps:

compile wacom.c on your system.
install wacom.ko by copying it to the proper directory.
install X driver and related utilities by
cd /inuxwacom-0.7.7-8/prebuilt
su
./uninstall
./install

restart your system

use xsetwacom to configure your buttons, wheels, and other features.
Run "xsetwacom list param" to see which options your need and how to
use them.

For your particular case, you can issue:

xsetwacom set pad button1 6
xsetwacom set pad button2 7
xsetwacom set pad relwup 4
xsetwacom set pad relwdn 5

Ping

On 4/22/07, Gian Paolo Mureddu <[EMAIL PROTECTED]> wrote:
> I have a Wacom Graphire 4 tablet, and today I just updated the driver to
> the latest stable release (previously I had 0.7.4). To my surprise
> apparently the Pad device simply stopped working, the main symptom being
> that the wheel does not send any events anymore nor do the buttons. I
> left the Xorg configuration in place which is as follows:
>
> Section "ServerLayout"
>        Identifier     "Default Layout"
>        Screen      0  "Screen0" 0 0
>        InputDevice    "Mouse0" "CorePointer"
>        InputDevice    "Keyboard0" "CoreKeyboard"
>        InputDevice    "cursor" "SendCoreEvents"
>        InputDevice    "eraser" "SendCoreEvents"
>        InputDevice    "stylus" "SendCoreEvents"
>        InputDevice    "pad" "SendCoreEvents"
>        Option      "AIGLX" "true"
> EndSection
>
> --- snip ---
>
> Section "InputDevice"
>        Identifier  "pad"
>        Driver      "wacom"
>        Option      "Device" "/dev/input/wacom"
>        Option      "Type" "pad"
>        Option      "USB" "on"
>        Option      "Button1" "6"
>        Option      "Button2" "7"
>        Option      "Button3" "4"
>        Option      "Button4" "5"
> EndSection
>
> Do I have to modify in any way the configuration of this device? Thanks
> in advance (I'll try to reboot the computer and see if that also works)
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Linuxwacom-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linuxwacom-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to