← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 680477] Re: xsetwacom goes wild with Intuos4 strips

 

It looks like you've provided most of the information needed for this to
be an actionable bug report but could you also attach log files so we
know the id numbers of your hardware and so on?

For your convenience, an easy way to do this is to run the command:

  apport-collect 680477

Thanks ahead of time.

Also, if there's any chance you can test against natty and upload the
files from there, it'll up the priority on your bug report.
(Development on maverick is completed and developers are generally
focusing on bugs reported about natty now.)

** Description changed:

  I'm using Ubuntu 10.10 (Maverick, up to date) x32-64, with the last official xserver-xorg-input-wacom package (1:0.10.8-0ubuntu1 for instance).
  My tablet is a Wacom Intuos3 A4 (Wacom Intuos3 9x12).
  
  When I boot up my system, and I use the strips of my tablet to test them, they do work as default action (slide page).
  But this is not what I want to do with it, so I use xsetwacom for this. And, at the precise time when I use xsetwacom to set another action key (eg. f or d), the strips stop working.
  
  Here is the custom script I use to do that :
- http://pastebin.com/Sgm2RXDJ
+ #!/bin/sh
+ 
+ # Strips
+ xsetwacom set "Wacom Intuos3 9x12 pad" StripLUp "key f"            # Taille du pinceau
+ xsetwacom set "Wacom Intuos3 9x12 pad" StripLDn "key d"
+ xsetwacom set "Wacom Intuos3 9x12 pad" StripRUp "key s"            # Opacité
+ xsetwacom set "Wacom Intuos3 9x12 pad" StripRDn "key a"
+ 
+ # Boutons gauche
+ # ---------
+ # |   | 1 |
+ # | 3 |---|
+ # |   | 2 |
+ # |-------|
+ # |   4   |
+ # ---------
+ xsetwacom set "Wacom Intuos3 9x12 pad" button1 "key y"            # redo
+ xsetwacom set "Wacom Intuos3 9x12 pad" button2 "key z"            # undo
+ xsetwacom set "Wacom Intuos3 9x12 pad" button3 "key shift"        # shift
+ xsetwacom set "Wacom Intuos3 9x12 pad" button4 "key b"            # retour au brushs
+ # Boutons droite
+ # ---------
+ # | 5 |   |
+ # |---| 7 |
+ # | 6 |   |
+ # |-------|
+ # |   8   |
+ # ---------
+ xsetwacom set "Wacom Intuos3 9x12 pad" button5 "key shift plus"    # zoom +
+ xsetwacom set "Wacom Intuos3 9x12 pad" button6 "key minus"         # zoom -
+ xsetwacom set "Wacom Intuos3 9x12 pad" button7 "key shift"         # shift
+ xsetwacom set "Wacom Intuos3 9x12 pad" button8 "key g"             # couleurs brushs
+ 
+ # Stylet ( button1=pointe;button2=premier boutton;button3=second boutton)
+ #xsetwacom set "Wacom Intuos3 9x12" button2 "key ctrl"     # bouton 2 du stylet pipette
+ 
+ # Mapping absolue de la tablette
+ xsetwacom set "Wacom Intuos3 9x12 stylus" mode Absolute
  
  After the execution of the script given, everything works just as expected, except the strips !
  Thank you for your attention.

** Changed in: xf86-input-wacom (Ubuntu)
       Status: New => Incomplete

** Tags added: maverick

** Summary changed:

- xsetwacom goes wild with Intuos4 strips
+ xsetwacom goes wild with Intuos4 strips (Wacom Intuos3 9x12)

-- 
xsetwacom goes wild with Intuos4 strips (Wacom Intuos3 9x12)
https://bugs.launchpad.net/bugs/680477
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in ubuntu.



References