Page 53 of 89 FirstFirst ... 343515253545563 ... LastLast
Results 521 to 530 of 884

Thread: Wacom tablets in Ubuntu guide/howto

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

    Re: Wacom tablets in Ubuntu guide/howto

    Hmmm. The only Product I see is:
    Code:
    PRODUCT=56a/b1/102
    With the first explicit stylus section looking like:
    Code:
    P: /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input6
    E: UDEV_LOG=3
    E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input6
    E: PRODUCT=3/56a/b1/102
    E: NAME="Wacom Intuos3 6x8"
    E: EV==1f
    E: KEY==1cff 1f00ff 0 0 0 0
    E: REL==100
    E: ABS==1000f00017f
    E: MSC==1
    E: MODALIAS=input:b0003v056Ap00B1e0102-e0,1,2,3,4,k100,101,102,103,104,105,106,107,110,111,112,113,114,140,141,142,143,144,145,146,147,14A,14B,14C,r8,a0,1,2,3,4,5,6,8,18,19,1A,1B,28,m0,lsfw
    E: SUBSYSTEM=input
    So do we just need to add?:
    Code:
        MatchProduct "Wacom|WACOM|56a"

  2. #522
    Join Date
    Dec 2009
    Location
    Finland
    Beans
    22
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wacom tablets in Ubuntu guide/howto

    Quote Originally Posted by Favux View Post
    Hmmm. The only Product I see is:
    Code:
    PRODUCT=56a/b1/102
    With the first explicit stylus section looking like:
    Code:
    P: /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input6
    E: UDEV_LOG=3
    E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input6
    E: PRODUCT=3/56a/b1/102
    E: NAME="Wacom Intuos3 6x8"
    E: EV==1f
    E: KEY==1cff 1f00ff 0 0 0 0
    E: REL==100
    E: ABS==1000f00017f
    E: MSC==1
    E: MODALIAS=input:b0003v056Ap00B1e0102-e0,1,2,3,4,k100,101,102,103,104,105,106,107,110,111,112,113,114,140,141,142,143,144,145,146,147,14A,14B,14C,r8,a0,1,2,3,4,5,6,8,18,19,1A,1B,28,m0,lsfw
    E: SUBSYSTEM=input
    So do we just need to add?:
    Code:
        MatchProduct "Wacom|WACOM|56a"
    Say what? To where? Huh? *fell of the cart*

  3. #523
    Join Date
    Aug 2009
    Beans
    31

    Re: Wacom tablets in Ubuntu guide/howto

    Quote Originally Posted by pkchips View Post
    Hello guys, I'm getting a little confused and was hoping someone could help me.

    I've tried to look through these threads and work things out for myself, and I now have the pen and the finger working as a pad. However, the buttons all seem to do the same thing: Move my mouse to the top left and open the GNOME menu.

    I was wondering how to make my buttons work properly in Lucid? I don't understand the instructions here: https://help.ubuntu.com/community/Wa...hlight=((Wacom))
    Sorry, I forgot to mention I'm using the Bamboo pen & touch. The 4 buttons on the left aren't working as they should and I was wondering if there was a way to fix it?

    My xsetwacom gives the following when listing verbose:

    ... Display is '(null)'.
    ... 'list' requested.
    ... Found device 'Virtual core XTEST pointer' (4).
    ... Found device 'Virtual core XTEST keyboard' (5).
    ... Found device 'Video Bus' (6).
    ... Found device 'Power Button' (7).
    ... Found device 'Sleep Button' (8).
    ... Found device 'Logitech USB-PS/2 Optical Mouse' (9).
    ... Found device 'AT Translated Set 2 keyboard' (10).
    ... Found device 'SynPS/2 Synaptics TouchPad' (11).
    ... Found device 'Macintosh mouse button emulation' (12).
    ... Found device 'Dell WMI hotkeys' (13).
    ... Found device 'Wacom Bamboo Craft Pen eraser' (14).
    Wacom Bamboo Craft Pen eraser ERASER
    ... Found device 'Wacom Bamboo Craft Pen' (15).
    Wacom Bamboo Craft Pen STYLUS
    ... Found device 'Wacom Bamboo Craft Finger pad' (16).
    Wacom Bamboo Craft Finger pad PAD
    ... Found device 'Wacom Bamboo Craft Finger' (17).
    Wacom Bamboo Craft Finger TOUCH

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

    Re: Wacom tablets in Ubuntu guide/howto

    Sorry jomsa,

    In the usb snippet of 10-wacom.conf
    Code:
    Section "InputClass"
        Identifier "Wacom class"
        MatchProduct "Wacom|WACOM]56a"
        MatchDevicePath "/dev/input/event*"
        Driver "wacom"
        Option "Button2" "3"
    EndSection

    Hi pkchips,

    It would look something like:
    Code:
    xsetwacom set "Wacom Bamboo Craft Finger pad" button1 "core key CONTROL z"
    xsetwacom set "Wacom Bamboo Craft Finger pad" button2 "core key CONTROL y"
    xsetwacom set "Wacom Bamboo Craft Finger pad" button3 "core key o"
    xsetwacom set "Wacom Bamboo Craft Finger pad" button4 "core key p"
    Use 'xinput --list' to check that the names are correct. You can also use the ID numbers. For xsetwacom commands see the LWP's HOWTO.

    You put them in a script, call it say .xsetwacom.sh, make it executable and add it to start up.

    By the way you can toggle touch on and off with:
    Code:
    xsetwacom set "Wacom Bamboo Craft Finger" touch off

  5. #525
    Join Date
    Dec 2009
    Location
    Finland
    Beans
    22
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wacom tablets in Ubuntu guide/howto

    Okay did it, but still getting just 1... Or what was the change supposed to do? (i rebooted just to be sure)

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

    Re: Wacom tablets in Ubuntu guide/howto

    It returns 1 when the device doesn't exist, 0 when it's present. So that didn't work. You can remove the 56a. Let me look again. I don't see how you can have eraser without stylus. This may actually be a bug in the xf86-input-wacom code.

    Edit: Ok, let's try:
    Code:
    Section "InputClass"
        Identifier "Wacom class"
        MatchProduct "Wacom|WACOM"
        MatchVendor "56a"
        MatchDevicePath "/dev/input/event*"
        Driver "wacom"
        Option "Button2" "3"
    EndSection
    As always back up 10-wacom.conf and be prepared to restore it from the command line if we break X. There's some other stuff we could try. But I think the syntax is for rules.d and won't work in a .conf.

    Edit 2: corrected ection to Section
    Last edited by Favux; May 7th, 2010 at 09:16 PM.

  7. #527
    Join Date
    Dec 2009
    Location
    Finland
    Beans
    22
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wacom tablets in Ubuntu guide/howto

    Well now it changed completely how it works.

    xsetwacom list dev gives nothing. Also when i move the pen nothing happens, unless i press it against the pad. then it seems to act as normal mouse.

    edit:
    Actually this is strange, if i move my real mouse and then take the pen again i my hand, it works like it shuld (from above the pad) to the point when i touch the pad with it. Then it stops reacting.

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

    Re: Wacom tablets in Ubuntu guide/howto

    Oops, truncated Section to ection. Did you fix?

  9. #529
    Join Date
    Dec 2009
    Location
    Finland
    Beans
    22
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wacom tablets in Ubuntu guide/howto

    Yyeah i noticed it before i made the modification. Still no go.

  10. #530
    Join Date
    Dec 2009
    Location
    Finland
    Beans
    22
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wacom tablets in Ubuntu guide/howto

    I think i ... well we at irc channel, might have found the problem. We purged all wacom related stuff from synaptic, and emptied the .deb thingie. And reisntalled it all. As we noticed te xsetwacom versio was omething like 0.1.6 or somesuch crap. as it should be something else. Now it atleast works.

Page 53 of 89 FirstFirst ... 343515253545563 ... 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
  •