Page 2 of 9 FirstFirst 1234 ... LastLast
Results 11 to 20 of 83

Thread: Wacom Intuos3 side buttons and touch strips?

  1. #11
    Join Date
    Apr 2007
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wacom Intuos3 side buttons and touch strips?

    Sorry for the late response, it's been a busy week.
    Turns out this is a known bug:
    https://bugs.launchpad.net/ubuntu/+s...om/+bug/560180
    The solution seems to be
    Upgrading to xf86-input-wacom 0.10.6 should also solve this issue.
    I haven't tried it yet as the process seems to be complicated (See comment #12 in bug report), I think I'll just wait for the repository to have the updated driver.

    Thanks for the help.
    CD

  2. #12
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wacom Intuos3 side buttons and touch strips?

    Hi duffman.c.d,

    Actually it's pretty easy. Follow II. in this HOW TO.

  3. #13
    Join Date
    Apr 2007
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wacom Intuos3 side buttons and touch strips?

    Thanks for the help Favux.
    That did the trick.
    The buttons are by default just the mouse buttons 1-8 so I set up an xsetwacom shell script like the one in the tutorial. Each line was (on my machine pad wasn't recognised so I had to use the full name):
    Code:
    xsetwacom set "Wacom Intuos3 6x8 pad" Button1 "key alt"
    with the button number changing and alt replaced by the needed key(s) like ctrl or ctrl shift F2

    Once the script was added to the "System>Preferences>Startup Applications" everything worked. The arrangements of keys on the Intuos3 were (again 'scuse ASCII art, this is for the Button1, Button2 etc above):
    Code:
    |---|---|       |---|---|
    |   | 1 |       | 5 |   |
    | 3 |---|       |---| 7 |
    |   | 2 |       | 6 |   |
    |---|---|       |---|---|
    |   4   |       |   8   |
    |-------|       |-------|
    Thanks again for your help, hope this will be useful for someone else.

  4. #14
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wacom Intuos3 side buttons and touch strips?

    Hi duffman.c.d,

    Excellent!

    Let's get a xsetwacom script together for the Intuous3. What are you using currently?

    It has a stylus, two stylus buttons, eraser, two "pads" (two clusters of 4 buttons), does each cluster have a slider? Does it also have a Wacom mouse?

  5. #15
    Join Date
    Apr 2007
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wacom Intuos3 side buttons and touch strips?

    I don't have a mouse but I believe one is available.
    There is a slider on each side (StripLUp/Dn and StripRUp/Dn)
    There are four buttons on each side Button1-Button8.
    I've only recently got the pad and haven't used it much so I'm not entirely sure what buttons I want, for the moment I'm using the default of ctrl, alt, and shift on both sides and just using the strips to scroll.

    I'm sure there are better layouts but I'm not sure what they are.
    (when using Gimp for example I'll change the left strip to [ and ] to resize the brush)

  6. #16
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wacom Intuos3 side buttons and touch strips?

    Great. Let's not worry about layout, because everyone will end up with their own. We just want a default example.

    It looks like they can have a mouse, so we'll have to put that in:
    http://www.dpreview.com/news/0409/04...comintuos3.asp
    http://www.google.com/products/catal...809&sa=title#p

    Can you post your?:
    Code:
    xinput --list
    I can probably guess the rest from what you posted, but better to be sure.


  7. #17
    Join Date
    Apr 2007
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wacom Intuos3 side buttons and touch strips?

    Attached is the result from xinput -list (yes I have two keyboards a mouse and a wacom attached to the one computer!)

    I don't know if Wacom Intuos3 6x8 cursor is the (optional) mouse or if it is different.

    xinput-list.txt

  8. #18
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wacom Intuos3 side buttons and touch strips?

    You're right, cursor is what linuxwacom calls the Wacom mouse. OK, well the mouse section won't be the best until we get a cursor to test with. But at least we'll make it clear there is suppose to be a cursor section.

  9. #19
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wacom Intuos3 side buttons and touch strips?

    Hi duffman.c.d,

    Alright, here's a first try. I used a bunch of different stuff in pad so we can see what works.
    Last edited by Favux; June 28th, 2010 at 05:08 PM.

  10. #20
    Join Date
    Apr 2007
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wacom Intuos3 side buttons and touch strips?

    Faux,
    Most of the script works. There are a few changes needed (at least on my PC):
    the tab needs a capital T
    pageup and pagedown don't work, using xev I got Prior and Next (with capitals) for pageUp and pageDown when I inserted them into the script it worked.
    NumPlus and NumMinus don't work I got KP_Add and KP_Subtract with xev
    ' doesn't work, I got apostrophe with xev (no caps)
    I'm not sure if this is just my computer, or Lucid (x64) or what but they worked for me.
    Also, my ClickForce had a range of 1-2048 (the number of pressure steps for the Intuos3) not 1-21 and was shared between the eraser and the stylus. Whichever was set last became the ClickForce. E.g. set stylus ClickForce to 1, then eraser to 2048. if you checked the stylus ClickForce it returned 1 but you had to push really hard to register a click on either the pen or eraser.

    Other than those few things everything works.

Page 2 of 9 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •