Page 61 of 114 FirstFirst ... 1151596061626371111 ... LastLast
Results 601 to 610 of 1132

Thread: Wacom Bamboo Pen and Touch Series Development

  1. #601
    Join Date
    Nov 2009
    Beans
    9

    Re: Wacom Bamboo Pen and Touch Series Development

    Okay.

    So, no changes :
    eeblanc@dell-desktop:~$ xsetwacom list devWacom_Bamboo_4x5_Touch touch
    Wacom_Bamboo_4x5_Pen stylus
    Wacom_Bamboo_4x5_Touch_pad touch
    Wacom_Bamboo_4x5_Pen_eraser eraser

    The touch seems much much smoother and I could use it like that.
    There is somewhat two fingers, but I am not sure what.

    What is suppose to work ?
    Can we set something like a routine for testing ?
    Is there something special that activates at each action ? (some log ?)
    I could then try to do the following :
    - one finger in each corner,
    - then one finger from top left to bottom right
    - then one finger from top to bottom, then one finger left to right, then right to left
    - one finger click
    - one finger double click
    - two fingers click
    - two fingers double click
    - two fingers slide
    - two fingers rotation
    - two fingers expand and getting closer again.

    Or something like that ?

    Cheers, LaHyenne

    (I'm so happy I can use the wacom now anyway, thank you guys )

    EDIT : Just saw that the pen buttons don't work anymore

    EDIT : in fact, the buttons are working fine after I hit the left Control key on my keyboard... Other wise, it seems the Control key is locked down. It might be thanks to the try to use a Ctrl Z shortcut for my first pad button (and three others for the other buttons)



    EDIT : Okay, I reinstalled all from scratch and had the same problem till I lost the mouse buttons as well. I unplugged the wacom and reboot and back to normal with my mouse.
    I don't know what to do now so I'll wait for you guys.
    Last edited by LaHyenne; November 26th, 2009 at 10:35 PM. Reason: The Control key thing

  2. #602
    Join Date
    Nov 2006
    Location
    ZhuHai,Guangdong,China
    Beans
    15
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Wacom Bamboo Pen and Touch Series Development

    flow #587
    sorry for my poor Cnglish....
    in my Ubuntu 9.10 with Bamboo Fun Pen and Touch(CTH-461),use linuxwacom-0.8.5-4-bamboo-34.tar.bz2
    fixed base Ayuthia'spost #1
    but some thing is odd...

    Code:
    $ /usr/local/bin/xsetwacom list
    /usr/local/bin/xsetwacom: error while loading shared libraries: libxcb-xlib.so.0: cannot open shared object file: No such file or directory
    
    $  /usr/bin/xsetwacom list
    stylus     stylus
    touch     touch
    pad     pad
    eraser     eraser
    
    $ /usr/bin/wacomcpl
    wacomcpl: using TCLLIBPATH="[list  /usr/lib ]"
    Error in startup script: xsetwacom: error while loading shared libraries: libxcb-xlib.so.0: cannot open shared object file: No such file or directory
        while executing
    "exec xsetwacom list"
        (procedure "createDeviceList" line 4)
        invoked from within
    "createDeviceList "
        (procedure "createControls" line 8)
        invoked from within
    "createControls"
        (file "/usr/bin/wacomcpl-exec" line 2042)
    
    $ /usr/local/bin/wacomcpl
    wacomcpl: using TCLLIBPATH="[list  /usr/local/lib ]"
    Error in startup script: xsetwacom: error while loading shared libraries: libxcb-xlib.so.0: cannot open shared object file: No such file or directory
        while executing
    "exec xsetwacom list"
        (procedure "createDeviceList" line 4)
        invoked from within
    "createDeviceList "
        (procedure "createControls" line 8)
        invoked from within
    "createControls"
        (file "/usr/local/bin/wacomcpl-exec" line 1953)
    so i usage Favux fdi
    $ diff tmp/0day/wacom/579#Favux_new-generic_test3.5_10-linuxwacom.fdi.txt /usr/share/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi

    NOW, touch pad is all OK; buttons auto set is(from top):
    - middle click
    - right click
    - page up
    - page down

    BUT! stylus pen buttons is not work ...
    this very terrible;
    because pen buttons for me set as "right click" and "middle click" is very very useful;

    can i fixed .fdi to action pen buttons?
    Last edited by ZoomQuiet; November 27th, 2009 at 03:35 AM. Reason: fixed URL

  3. #603
    Join Date
    Aug 2007
    Beans
    113

    Re: Wacom Bamboo Pen and Touch Series Development

    Hi ob1kenobi,

    sorry I'm late,
    tested #35 with your fdi on Ubuntu Desktop Karmic using 0xd2 tablet

    Stylus works fine in all cases with correct resolution

    Reboot after install with tablet plugged in, all works. tap, drag, select too.

    plug/unplug resets to correct resolution but tapping moves to right of screen. This happens if in relative mode.
    Removing this setting from fdi and plug/replug in absolute mode tapping works with small jitter to top-right as always.

    xsetwacom set touch mode absolute will not work, returns error:
    Code:
    Error (2): WacomConfigOpenDevice: No such device
    xsetwacom list returns:
    Code:
    Wacom_Bamboo_Craft_Touch_pad     pad
    Wacom_Bamboo_Craft_Touch     touch
    Wacom_Bamboo_Craft_Pen_eraser     eraser
    Wacom_Bamboo_Craft_Pen     stylus
    Tested also with latest Favux-fdi
    On reboot with tablet plugged-in everything works fine

    xsetwacom set touch mode absolute or relative work fine, no errors

    When plug/replug resolution is reset to upper-left quarter of screen

    if
    Code:
    <merge key="input.x11_options.Mode" type="string">relative</merge>
    added to fdi in "if1" section and plug/replug touch is lost

    xsetwacom list returns:
    Code:
     
    pad     pad
    touch     touch
    eraser     eraser
    stylus     stylus

  4. #604
    Join Date
    Nov 2009
    Beans
    57

    Re: Wacom Bamboo Pen and Touch Series Development

    Quote Originally Posted by dnprossi View Post
    Hi ob1kenobi,

    sorry I'm late,
    tested #35 with your fdi on Ubuntu Desktop Karmic using 0xd2 tablet
    Thanks for testing!

    xsetwacom set touch mode absolute will not work, returns error:
    Note that with the provided fdi file you now have to use the device name below

    Code:
    Wacom_Bamboo_Craft_Touch_pad     pad
    Wacom_Bamboo_Craft_Touch     touch
    Wacom_Bamboo_Craft_Pen_eraser     eraser
    Wacom_Bamboo_Craft_Pen     stylus
    So the command becomes
    xsetwacom set Wacom_Bamboo_Craft_Touch mode absolute

  5. #605
    Join Date
    Aug 2007
    Beans
    113

    Re: Wacom Bamboo Pen and Touch Series Development

    Quote Originally Posted by ob1kenobi View Post
    Note that with the provided fdi file you now have to use the device name below

    So the command becomes
    xsetwacom set Wacom_Bamboo_Craft_Touch mode absolute
    Yes!! Figured it out after some trials.. It does work... Thanks..

    EDIT!!!
    With Favux FDI - Gimp automatically recognizes the stylus - Pressure eraser work without having to go to preferences to activate it.

    With Your Fdi - Gimp does not recognize the stylus - One has to go to preferences - input devices - configure Extended Input Devices - select the wacom driver and activate it.

    The result though is that stylus is not there and eraser works as stylus.
    Last edited by dnprossi; November 27th, 2009 at 06:28 PM.

  6. #606
    Join Date
    Feb 2006
    Location
    Rovereto (TN) ITALY
    Beans
    12

    Re: Wacom Bamboo Pen and Touch Series Development

    hi all.

    i've a question, the orientation of the tablet works for u?

    if i rotate the tablet, oblique, and move the pen orizontal the pointer on the screen goes oblique and not orizontal.

    another question: the guide in first page works for the 9.10?

  7. #607
    Join Date
    Aug 2007
    Beans
    113

    Re: Wacom Bamboo Pen and Touch Series Development

    Hi bako,

    Quote Originally Posted by bako View Post
    if i rotate the tablet, oblique, and move the pen orizontal the pointer on the screen goes oblique and not orizontal.
    rotation has to be set manually.

    instructions here

    another question: the guide in first page works for the 9.10?
    Yes it does work... Carefully follow instructions for Karmic 9.10. Download Option A and after untarring skip to Compile and install. also use #579 fdi

    Cheers...
    Last edited by dnprossi; November 28th, 2009 at 04:26 PM.

  8. #608
    Join Date
    Feb 2006
    Location
    Rovereto (TN) ITALY
    Beans
    12

    Re: Wacom Bamboo Pen and Touch Series Development

    i'm using the version of apt-get and is the 0.1.9 and the rotate doesn't work

    i tried the method in first page (using step A). edit: solved

    now i have this problem:
    Code:
    stefano@stefano-desktop:~/linuxwacom-0.8.5-4$ xsetwacom set stylus Rotate CWError (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device 'stylus'
    Last edited by bako; November 28th, 2009 at 03:43 PM.

  9. #609
    Join Date
    Aug 2007
    Beans
    113

    Re: Wacom Bamboo Pen and Touch Series Development

    Before building you also need to install some dependencies:

    Code:
    # apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev 
    # apt-get install xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
    # apt-get install libhal-dev

  10. #610
    Join Date
    Feb 2006
    Location
    Rovereto (TN) ITALY
    Beans
    12

    Re: Wacom Bamboo Pen and Touch Series Development

    Quote Originally Posted by dnprossi View Post
    Before building you also need to install some dependencies:

    Code:
    # apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev 
    # apt-get install xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
    # apt-get install libhal-dev
    i do that and the compilation and install goes ok.

    but

    now

    Code:
    stefano@stefano-desktop:~$ xsetwacom list
    Wacom_BambooFun_4x5_eraser     eraser
    Wacom_BambooFun_4x5     stylus
    stefano@stefano-desktop:~$ xsetwacom set stylus Rotate CW
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device 'stylus'

Page 61 of 114 FirstFirst ... 1151596061626371111 ... 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
  •