Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39

Thread: Ubuntu 10.04: Calibrate touch in HP tx2000

  1. #21
    Join Date
    Apr 2007
    Beans
    18

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    Awesome. Thanks alot.
    Last edited by daulpavis; July 7th, 2010 at 01:21 AM.

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

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    You're welcome. Sounds like they're working for you. Remember if you want to fine tune them you can just enter the xsetwacom command with the coordinate change in a terminal and it takes immediate effect. That makes manual tuning less of a pain.

  3. #23
    Join Date
    Jun 2007
    Location
    Plano, TX
    Beans
    9
    Distro
    Ubuntu UNR

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    I'm helping my brother set up his HP tx2000, and before I installed the script, touch and stylus were calibrated reasonably well without my having changed any settings, but pressure and the stylus buttons weren't working. On just running the script file I got a cascade of error messages, but despite this, the stylus buttons and pressure started working:

    Code:
    a10cwarhog@Noir:~$ /home/a10cwarhog/.xsetwacom.sh
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '12'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '11'
    Set: Unknown parameter 'Touch'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Set: Unknown parameter 'TapTime'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    What is baffling me is this: the touch calibration, which was fine before, is now very strange. If I put my finger at the top of the screen, the cursor is about half a inch below my finger. If I put my finger an inch and a half above the bottom of the screen, the tip of the cursor is barely visible off the bottom edge. If I move my finger up and down on the screen, the cursor gets farther from my finger as I move down the screen, and closer as I move up. I've tried to change the settings, but changing the numbers appears to do nothing (same error message).

    Code:
    a10cwarhog@Noir:~$ xsetwacom set 13 bottomy "4322"
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device '13'
    Stylus calibration, if anything, is a bit tighter than it was before. I did reboot (without the script running at startup) but the touch behavior didn't go back to the way it was before, so I really have no idea what is going on here.

    This is the same as other output in the thread, but I know someone will ask:
    Code:
    a10cwarhog@Noir:~$ xinput --list
    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ Wacom ISDv4 93 eraser                   	id=11	[slave  pointer  (2)]
    ⎜   ↳ Wacom ISDv4 93                          	id=12	[slave  pointer  (2)]
    ⎜   ↳ Wacom ISDv4 93                          	id=13	[slave  pointer  (2)]
    ⎜   ↳ SynPS/2 Synaptics TouchPad              	id=15	[slave  pointer  (2)]
    ⎜   ↳ Macintosh mouse button emulation        	id=16	[slave  pointer  (2)]
    ⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
        ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
        ↳ Power Button                            	id=6	[slave  keyboard (3)]
        ↳ Video Bus                               	id=7	[slave  keyboard (3)]
        ↳ Power Button                            	id=8	[slave  keyboard (3)]
        ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
        ↳ HP Webcam                               	id=10	[slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard            	id=14	[slave  keyboard (3)]

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

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    Hi Vermilion Sparrow,

    Not clear what's going on. It seems xsetwacom isn't installed correctly. You can go to Synaptic Package Manager and tell it to reinstall xserver-xorg-input-wacom and reboot. See if that clears it up.

    If not you'll have to update linuxwacom and xf86-input-wacom. See I. and II. in the Bamboo P&T HOW TO or Sections 1 and 2 in the linuxwacom HOW TO. The bonus is you'll lose the bug in default 0.8.4-4 wacom.ko that calls the stylus and touch the same name.

    Linuxwacom is probably not running touch anymore, it's probably the evdev driver or the Synaptic driver. You could look at Xorg.0.log in /var/log to check.

  5. #25
    Join Date
    Jun 2007
    Location
    Plano, TX
    Beans
    9
    Distro
    Ubuntu UNR

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    Thanks, I removed linuxwacom and installed the latest version and it seems to be behaving properly now. Not sure what was going on there.

  6. #26
    Join Date
    Sep 2010
    Beans
    7

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    Hello everyone...

    Anybody could make the button of the stylus works as mouse right-button? I couldn't. Other estrange thing: the command ClickForce is not working for me, I replaced by the word Threshold as I read in a different page, it works with no errors but I don't know what this command is doing.

    Thanks in advance.

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

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    Hi heinercg,

    Welcome to Ubuntu forums!

    All you should need to do is determine the stylus "device name" with:
    Code:
    xinput list
    in a terminal and then use it in a xsetwacom command:
    Code:
    xsetwacom set "device name" Button2 "3"
    where 3 is short for button 3, i.e. a right mouse click. 2 is a middle click.

    They changed the name a few weeks ago to Threshold. More name changes are due shortly, so be prepared to use:
    Code:
    xsetwacom list param
    or the get command to find out what they are. By the way param may be changing to parameter.

    Anyway Threshold is how much pressure you have to exert on the stylus tip before a button 1 event (left click, stylus tip by default) is sent. It's to stop spurious left clicks at very light pressure i.e. unintended.

  8. #28
    Join Date
    Sep 2010
    Beans
    7

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    Thanks Favaux for your help.

    Now I have some problems with calibration after rotating. For rotating I'm using Magick-rotation 1.3 I don't know if you are familiar with that program. But could you help me how to calibrate my stylus, eraser and touch after a rotation.

    Thank you.

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

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    Hi heinercg,

    I'm somewhat familiar with Magick. It shouldn't mess up your calibration. Could you tell me what's happening to the calibration of stylus, eraser, and touch after a rotation?

  10. #30
    Join Date
    Sep 2010
    Beans
    7

    Re: Ubuntu 10.04: Calibrate touch in HP tx2000

    The calibration mess up completely, ej: I point the stylus at the centre of the screen but the mouse is at the top of the screen. For your information the only way that I could calibrate my stylus, eraser and touch was making a script with the coordinates*, make it executable and running from start. I wonder if you have the new rotation coordinates in order to run them before the computer rotates.

    Thank you for your support

    *By the way, the coordinates script is from you: Favux_TX2000-wacom.conf-.xsetwacom.sh

Page 3 of 4 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
  •