« Return to Thread: 0.8.1-1 on HP tx2500z
On Wed, Jul 30, 2008 at 4:19 AM, Michael Grunde <m.grunde@...> wrote:Ooh. I've never tested this on 64 bit before. I'll investigate after
> Here are my results using linuxwacom-0.8.1-1 on my new HP tx2500z running
> Ubuntu 8.04 x86_64
>
work today to see if that's an issue.
Alrighty, that's the device I've got.
> mike@mike-tablet:~/Desktop/linuxwacom-0.8.1-1$ lsusb
> Bus 005 Device 003: ID 056a:0093 Wacom Co., Ltd
>
You need TCL (and TK) to build wacomcpl. You need ncurses for wacdump.
> I ran ./configure with --enable-wacom --enable-hid --enable-usbmouse
> --enable-input. Here are the results:
>
> BUILD ENVIRONMENT:
> architecture - x86_64-linux-gnu
> linux kernel - yes 2.6.24
> module versioning - no
> kernel source - yes /lib/modules/2.6.24-20-generic/build
> XFree86 source - no
> Xorg SDK - no
> XSERVER64 - yes
> dlloader - yes
> XLib - yes /usr/lib
> TCL - no
> TK - no
> ncurses - no
IIRC, sudo apt-get install tcl8.4 tk8.4 libncurses5-dev will do the
job.
>See above.
> BUILD OPTIONS:
> wacom.o - yes
> wacdump - no
> xidump - yes (no ncurses)
> libwacomcfg - yes
> libwacomxi - no
> xsetwacom - yes
> hid.o - no
> usbmouse.o - no
> evdev.o - no
> mousedev.o - no
> input.o - no
> wacom_drv.so - no /usr/lib/xorg/modules/input
> wacom_drv.o - no
> wacom*_drv quirks -
>
>
> I don't understand why wacdump isn't included here.
Calibration doesn't exist unless you edit xorg.conf. It pretends it's
>
> I then made and installed the driver, and immediately after running
> "modprobe wacom" I had touchscreen and active digitizer support (without
> editing xorg.conf). However, the calibration is way off and wacomcpl
> doesn't seem to be installed.
a regular (i.e. relative) mouse device, and being a touchscreen device
this only leads to badness. Once you edit xorg.conf, it will be nice
and linear.
Here's my config segments:
Section "InputDevice"
Identifier "TabletPCStylus"
Driver "wacom"
Option "ForceDevice" "ISDV4"
Option "Type" "stylus"
Option "SendCoreEvents" "true"
Option "Device"
"/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-wacom"
Option "TopX" "225"
Option "TopY" "122"
Option "BottomX" "26365"
Option "BottomY" "16488"
EndSection
Section "InputDevice"
Identifier "TabletPCStylus2"
Driver "wacom"
Option "ForceDevice" "ISDV4"
Option "Type" "stylus"
Option "SendCoreEvents" "true"
Option "Device"
"/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.1-wacom"
EndSection
Section "InputDevice"
Identifier "TabletPCStylus3"
Driver "wacom"
Option "ForceDevice" "ISDV4"
Option "Type" "eraser"
Option "SendCoreEvents" "true"
Option "Device"
"/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-wacom"
EndSection
Note: Do NOT change any of the identifiers. Changing them to anything
else unless you know EXACTLY why they're the way they are will break
wacomcpl (i.e. don't change them). The "Device" sections are based on
my tx2000z, so they may have changed for the tx2500 (look in the
/dev/input/by-path folder). 1.0-wacom is the pen/eraser, 1.1-wacom is
the touch (No, the "Type" "Stylus" is not a typo. Just trust me.)
This might have something to do with being on 64 bit. (The number is
>
> Even though wacdump was listed as no earlier, it is installed, and it seems
> to be working (class usb device /dev/input/event12). What I noticed is that
> as I push harder on the screen, the pressure increases to ~250, then
> decreases to 128, so once I hit ~250 the registered pressure actually
> decreases as I press harder on the screen with my stylus.
>
255 by the way) After work today I'll investigate (as mentioned
above).
I'll send you a debug patch after work today, and then you can send me
> I'm not sure what else to report. This is my first tablet PC, so I'm not
> sure what else I can do. If you need any more information, don't hesitate
> to ask :)
your dmesg and I can go from there.
Thanks for the report
-Andrew
« Return to Thread: 0.8.1-1 on HP tx2500z
| Free Forum Powered by Nabble | Forum Help |