Page 21 of 115 FirstFirst ... 1119202122233171 ... LastLast
Results 201 to 210 of 1141

Thread: HOW TO Set Up the Bamboo Pen & Touch in Lucid

  1. #201
    Join Date
    Feb 2008
    Beans
    19

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    Quote Originally Posted by Favux View Post
    Yes, 64-bit.

    Look at the HOW TO in the first post. See "I. Install LinuxWacom's 0.8.8-8 wacom.ko (the USB kernel driver)". The command:
    Code:
    wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.8-8.tar.bz2
    downloads the source code tar.
    NOw it's ok. the proble was the copy of wacom.ko

    But there are the problem with the touch. If Imove fast, crashed.

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

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    That may be the bug in xf86-input-wacom. In which case you may have to compile it also (II.). You may need to change:
    Code:
    #define BAMBOO_TOUCH_JUMPED 30
    to
    Code:
    #define BAMBOO_TOUCH_JUMPED 300
    and then compile it. See "Troubleshooting" near the bottom of the HOW TO.

  3. #203
    Join Date
    Feb 2008
    Beans
    19

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    there aren't this string(in xdrv directory and wcmCommon.c file):

    Code:
    #define BAMBOO_TOUCH_JUMPED 30
    in this file, similar, there are:

    Code:
    /* ignore Bamboo touch data if point is abnormal */
    	if ((ds.device_type == TOUCH_ID) && (common->tablet_id >= 0xd0
    	    && common->tablet_id <= 0xd3) && ds.proximity)
    	{
    		/* jumps more than 30 points */
    		if (!(ds.x * ds.y) || (pLast->proximity &&
    			(abs(ds.x - pLast->x) > 30 || abs(ds.y - pLast->y) > 30)))
    		{
    			/* ignore the data */
    			goto ret;
    		}

  4. #204
    Join Date
    Feb 2008
    Beans
    19

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    GREAT!!!!!!!!!!!!!!!!!!! NOW IT'S ALL OK.

    in maverick(64bit) the procedure is this:

    1)Open terminal and add this:

    Code:
    sudo apt-get install git-core
    
    git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom
    
    sudo apt-get update
    
    sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev libxrandr-dev libncurses5-dev xutils-dev autoconf libtool pkg-config
    
    sudo apt-get upgrade
    
    cd xf86-input-wacom
    now go(nautilus) in /home/$USER/xf86-input-wacom/src/ and open with gedit the file "wcmCommon.c" and in the line 34
    CHANGES THIS:
    Code:
    #define BAMBOO_TOUCH_JUMPED 30
    TO :
    Code:
    #define BAMBOO_TOUCH_JUMPED 300
    THEN in the terminal add :
    Code:
    ./autogen.sh --prefix=/usr --libdir=/usr/lib64
    
    make
    
    sudo make install
    OR
    sudo checkinstall  (make and install deb)
    And Thank You For All.... Favux

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

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    Hi sentinella86,

    Nice job!

    You're welcome.

  6. #206
    Join Date
    Feb 2008
    Beans
    19

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    there is a gui configuration?

  7. #207
    Join Date
    Jan 2009
    Location
    Laval, Québec
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    Hi everybody, I'm back

    That's not an issue, my tablet is working just fine.

    I'd like to run a script I made (to set my preferences with xsetwacom) each time I plug in my tablet.

    For now, I have to run the script each time I plug the tablet because some settings I really dislike (like TPCButton on)

    I'm sure it is possible (everything is possible on Ubuntu) to make this script run automatically on every plugging of my tablet.

    It is not useful to run it on my login since I have a laptop, so I boot the computer, get my stuff out, plug the tablet later, sometimes I unplug/plug and it sets back the original settings.

    Thanks

  8. #208
    Join Date
    Oct 2007
    Beans
    27

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    sentinella86 : I followed very carefully your guide, under Maverick 64 bits, but it doesn't seem to work -- CTH-661. I cannot mouse my mouse pointer at all (neither with the pen nor the touch)

    (it may be related to the fact I use the x-updates PPA)

    Cheers !

  9. #209
    Join Date
    Jul 2010
    Beans
    12

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    is it normal that from time to time (i don't know if that depends from the system upgrades ,maybe the kernels?) the tablet doesn't work? i mean like it would be the first time i plug it in the pc and i have to repeat the procedure in the first post to make it work again?

  10. #210
    Join Date
    Jul 2010
    Beans
    12

    Re: HOW TO Set Up the Bamboo Pen & Touch in Lucid

    apart from my message above, I have another issue with my tablet (cth-461); the fact is that the pen input is recognized as single point,that means that if press with the pen the decoration of a window and try to move it, nothing happens or if i use krita it recognizes just a point pressure so it's impossible to draw anything. This doesn't happen if i use my fingers, everything goes straight.
    how can i resolve this?

Page 21 of 115 FirstFirst ... 1119202122233171 ... LastLast

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
  •