Comment 19 for bug 337112

Revision history for this message
MyR (myr-jedi) wrote :

Attached my xorg log.
On ubuntu 8.10 the button2 option needed to be added to the xorg.conf like this in order for the button to work.
Section "InputDevice"
   Identifier "stylus"
   Driver "wacom"
   Option "Type" "stylus"
   Option "Device" "/dev/input/wacom"
   Option "ForceDevice" "ISDV4"
   Option "Button2" "3"
EndSection

hope this helps. thank you very much for working on this!