Page 24 of 88 FirstFirst ... 1422232425263474 ... LastLast
Results 231 to 240 of 874

Thread: New Wacom Bamboo not working

  1. #231
    Join Date
    Nov 2008
    Location
    Southern Ontario, Canada
    Beans
    296
    Distro
    Ubuntu UNR

    Re: New Wacom Bamboo not working

    Quote Originally Posted by Ayuthia View Post
    I did find out that I was sending out too many button codes so I am hoping that is what caused the right click instead of left click for the pen touching the pad.

    In the updated patch, I changed the BTN_STYLUS, and BTN_STYLUS2 back to 0x02 and 0x04 respectively (they were 0x03 and 0x05). I have now included the 0x80 data back into the pen and eraser section to see if it will help keep the eraser from disappearing. You might want to keep an eye on it to see if the cursor will jump to the upper left hand corner or not since the 0x80 data do not provide any coordinate info. If it does, we will switch it back. ...
    Ayuthia, I noticed last night in testing, that pairs 0x02/0x04 and pairs 0x03/0x05 were for stylus above and with nib pressed and pressing button 2. Maybe you know this already and I can't remember if I posted the info. Anyway, I would get one pair pressing button 2 above the pad and the other if the nib was down (button 1) and I pressed button 2. I will test again to verify tho.

  2. #232
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: New Wacom Bamboo not working

    Quote Originally Posted by kgingeri View Post
    Ayuthia, I noticed last night in testing, that pairs 0x02/0x04 and pairs 0x03/0x05 were for stylus above and with nib pressed and pressing button 2. Maybe you know this already and I can't remember if I posted the info. Anyway, I would get one pair pressing button 2 above the pad and the other if the nib was down (button 1) and I pressed button 2. I will test again to verify tho.
    From this post, the bottom button is listed as 0x02 and 0x03 (off and on pad) and the top is 0x04 and 0x05. The current code should count them as a click at this time. Can you please confirm that the information is correct? If it isn't correct, the buttons will be the opposite when the stylus is not touching the pad.

  3. #233
    Join Date
    Nov 2008
    Location
    Southern Ontario, Canada
    Beans
    296
    Distro
    Ubuntu UNR

    Re: New Wacom Bamboo not working

    =D> !!! CONGRADULATIONS !!!! =D>


    Check out the attached capture of Xournal!!!

    I can plug/unplug boot with or without - no X issues at all, and when attached I have all functioning buttons (1, 2 & 3) and pressure!!!

    You guys are awsome!!!

    Ok, I'll try to settle down and give a summary...
    1. started with a clean linuxwacom-0.8.4-3
    2. Ehfortin's /usr/share/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi in place (unchanged)
    3. the stock /lib/udev/rules.d/40-xserver-xorg-input-wacom.rules with a line added for my table
      Code:
      # kgingeri's tablet CTL-460
      ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00d4", SYMLINK+="input/tablet-ctl460"
    4. applied Ayuthia's latest wcm2_patch's
    5. did a "configure --enable-wacom --prefix=/usr"
    6. did a "make clean; make; make install" - yup, brave
    7. did the "rmmod ..." and "insmod ..." and "depmod -e" - then rebooted too for good measure
    8. it works! unplugged replugged - no prob. Rebooted unplugged, plugged in it still works!


    So I know my tablet is limited and simple but at this point it looks like I have ALL FUNCTIONALITY.

    Let me know if I can help more.

    Ayuthia, I need to get Ping a patch. Is it ok if I cleanup debug stuff and pass it on?
    Did you want to? I certainly will not take credit for it

    EDIT: I do notice that the pressure seems 'stepped' - if you look close I my quick-not-so-artistic sketch, or even magnify it, you see it. Unless that's a Xournal thing. I'll try Gimp next.
    Attached Images Attached Images
    Last edited by kgingeri; October 22nd, 2009 at 04:31 AM. Reason: small corrections and additions

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

    Re: New Wacom Bamboo not working

    Wow!!!

  5. #235
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: New Wacom Bamboo not working

    Quote Originally Posted by kgingeri View Post
    =D> !!! CONGRADULATIONS !!!! =D>


    Check out the attached capture of Xournal!!!

    I can plug/unplug boot with or without - no X issues at all, and when attached I have all functioning buttons (1, 2 & 3) and pressure!!!

    You guys are awsome!!!

    Ok, I'll try to settle down and give a summary...
    1. started with a clean linuxwacom-0.8.4-3
    2. Ehfortin's /usr/share/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi in place (unchanged)
    3. the stock /lib/udev/rules.d/40-xserver-xorg-input-wacom.rules with a line added for my table
      Code:
      # kgingeri's tablet CTL-460
      ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00d4", SYMLINK+="input/tablet-ctl460"
    4. applied Ayuthia's latest wcm2_patch's
    5. did a "configure --enable-wacom --prefix=/usr"
    6. did a "make clean; make; make install" - yup, brave
    7. did the "rmmod ..." and "insmod ..." and "depmod -e" - then rebooted too for good measure
    8. it works! unplugged replugged - no prob. Rebooted unplugged, plugged in it still works!


    So I know my tablet is limited and simple but at this point it looks like I have ALL FUNCTIONALITY.

    Let me know if I can help more.

    Ayuthia, I need to get Ping a patch. Is it alright if I cleanup debug stuff and pass it on? Did you want to? I certainly will not take credit for it
    Feel free to do so. I think that there are more things to clean up in there because we are still seeing the cursor move towards the upper-left.

  6. #236
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: New Wacom Bamboo not working

    Quote Originally Posted by kgingeri View Post
    EDIT: I do notice that the pressure seems 'stepped' - if you look close I my quick-not-so-artistic sketch, or even magnify it, you see it. Unless that's a Xournal thing. I'll try Gimp next.
    I was wondering about the pressure for your device. There was a device in this thread that has 1024 for the pressure instead of the 512. I have not had a chance to do the math for data[6] and data[7] to see how that works for the pressure.

  7. #237
    Join Date
    Nov 2008
    Location
    Southern Ontario, Canada
    Beans
    296
    Distro
    Ubuntu UNR

    Re: New Wacom Bamboo not working

    Ok, I'll pass it on then. He knows we are working on it still. I'll keep up to date with this thread also. Feel free to PM me to get my attention tho.

    I did edit in a comment that the pressure seems a bit coarse (boy, now I'm getting picky ) but I'd love to get something to Ping, as he seems anxious to include it in a soon release - unless that was the 0.8.5 already - not sure.

    Favux, weird how I was having so much trouble with xorg.conf, eh? (oops, a little Canadian slip there ). I do know I must have been accessing the X driver at times, because it did make a difference in Xournal if I selected Xinput or not.
    Last edited by kgingeri; October 22nd, 2009 at 04:37 AM. Reason: grammer etc

  8. #238
    Join Date
    Nov 2008
    Location
    Southern Ontario, Canada
    Beans
    296
    Distro
    Ubuntu UNR

    Re: New Wacom Bamboo not working

    Quote Originally Posted by Ayuthia View Post
    I was wondering about the pressure for your device. There was a device in this thread that has 1024 for the pressure instead of the 512. I have not had a chance to do the math for data[6] and data[7] to see how that works for the pressure.
    Yeah, I did see values up to 1023 last night in the messages log. I think maybe it is 1024 capable.

  9. #239
    Join Date
    Nov 2008
    Location
    Southern Ontario, Canada
    Beans
    296
    Distro
    Ubuntu UNR

    Re: New Wacom Bamboo not working

    Here's output Ayuthia - from tonight...
    Code:
    Oct 21 23:41:50 kganb kernel: [ 2327.393059] [wacom]: X=5817 Y=5048 pressure: 1023
    Oct 21 23:41:50 kganb kernel: [ 2327.393094] [wacom]: entered pad
    Oct 21 23:41:50 kganb kernel: [ 2327.401035] [wacom] data:  0:2 1:f1 2:bc
    Oct 21 23:41:50 kganb kernel: [ 2327.401061] [wacom]: reporting as pen
    Oct 21 23:41:50 kganb kernel: [ 2327.401073] [wacom]: X=5820 Y=5048 pressure: 1023
    Oct 21 23:41:50 kganb kernel: [ 2327.401107] [wacom]: entered pad
    Oct 21 23:41:50 kganb kernel: [ 2327.409031] [wacom] data:  0:2 1:f1 2:bf
    Oct 21 23:41:50 kganb kernel: [ 2327.409057] [wacom]: reporting as pen
    Oct 21 23:41:50 kganb kernel: [ 2327.409069] [wacom]: X=5823 Y=5048 pressure: 941
    Oct 21 23:41:50 kganb kernel: [ 2327.409114] [wacom]: entered pad
    Oct 21 23:41:50 kganb kernel: [ 2327.417049] [wacom] data:  0:2 1:f1 2:c3
    Oct 21 23:41:50 kganb kernel: [ 2327.417078] [wacom]: reporting as pen
    Oct 21 23:41:50 kganb kernel: [ 2327.417091] [wacom]: X=5827 Y=5048 pressure: 814
    Oct 21 23:41:50 kganb kernel: [ 2327.417142] [wacom]: entered pad
    Oct 21 23:41:50 kganb kernel: [ 2327.425054] [wacom] data:  0:2 1:f1 2:ca
    Oct 21 23:41:50 kganb kernel: [ 2327.425081] [wacom]: reporting as pen
    Oct 21 23:41:50 kganb kernel: [ 2327.425094] [wacom]: X=5834 Y=5053 pressure: 648
    Oct 21 23:41:50 kganb kernel: [ 2327.425147] [wacom]: entered pad
    Oct 21 23:41:50 kganb kernel: [ 2327.433055] [wacom] data:  0:2 1:f1 2:d6
    Oct 21 23:41:50 kganb kernel: [ 2327.433083] [wacom]: reporting as pen
    Oct 21 23:41:50 kganb kernel: [ 2327.433097] [wacom]: X=5846 Y=5065 pressure: 469
    Oct 21 23:41:50 kganb kernel: [ 2327.433153] [wacom]: entered pad
    Oct 21 23:41:50 kganb kernel: [ 2327.441036] [wacom] data:  0:2 1:f1 2:f1
    Oct 21 23:41:50 kganb kernel: [ 2327.441066] [wacom]: reporting as pen
    Oct 21 23:41:50 kganb kernel: [ 2327.441078] [wacom]: X=5873 Y=5071 pressure: 201
    Oct 21 23:41:50 kganb kernel: [ 2327.441133] [wacom]: entered pad
    Oct 21 23:41:50 kganb kernel: [ 2327.445033] [wacom] data:  0:2 1:f0 2:6
    Oct 21 23:41:50 kganb kernel: [ 2327.445060] [wacom]: reporting as pen
    Oct 21 23:41:50 kganb kernel: [ 2327.445072] [wacom]: X=5894 Y=5075 pressure: 0
    Oct 21 23:41:50 kganb kernel: [ 2327.445128] [wacom]: entered pad

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

    Re: New Wacom Bamboo not working

    Hi kgingeri,

    Favux, weird how I was having so much trouble with xorg.conf, eh? (oops, a little Canadian slip there ). I do know I must have been accessing the X driver at times, because it did make a difference in Xournal if I selected Xinput or not.
    It would be nice to comment out or remove the linuxwacom.fdi and try xorg.conf now. I bet it works.

    What I want to see is that .fdi actually work with touch.

    Your tablet(s) aren't in 0.8.5, I looked.

Page 24 of 88 FirstFirst ... 1422232425263474 ... 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
  •