Username: Password: Remember me
Search Criteria Advanced
Package Details

linuxwacom 0.8.4-9
http://linuxwacom.sourceforge.net/
Drivers for Wacom tablets

unsupported :: x11
Maintainer: gwash
Votes: 178

License: GPL LGPL

Last Updated: Mon, 16 Nov 2009 20:15:21 +0000
First Submitted: Sun, 11 May 2008 01:13:08 +0000

Tarball :: Files :: PKGBUILD

Dependencies inputproto libxi ncurses pixman xorg-server
Required by expresskeys kcm_tablet wacom-utility

Sources
10-wacom.rules
http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.4-4.tar.bz2
linuxwacom-0.8.4_3-xorg17.patch
Comment by: gwash on Mon, 08 Feb 2010 00:53:57 +0000
linuxwacom seems to be obsolete now (no dev activity for weeks), please try "xf86-input-wacom" instead: http://aur.archlinux.org/packages.php?ID=28999
Comment by: qubodup on Tue, 02 Feb 2010 14:41:46 +0000
cp: cannot stat `/lib/modules/2.6.32-ARCH/build/drivers/hid/hid-ids.h': No such file or directory
Comment by: johanbcn on Sat, 30 Jan 2010 23:37:31 +0000
If you are a Bamboo user, use this package other instead (works great!)
http://aur.archlinux.org/packages.php?ID=31540

Source:
http://bbs.archlinux.org/viewtopic.php?pid=698631#p698631
Comment by: Bobyl on Sun, 24 Jan 2010 18:16:21 +0000
Version 8.4 is not compatible with current stable kernel version. Beta version 8.5 seems to be required to support recent kernel.

However, I did not manage to build version 8.5...
Comment by: el_zoona on Sat, 02 Jan 2010 21:50:33 +0000
0.8.4 doesn't compile against 2.6.32 Kernel
Comment by: stephelton on Thu, 24 Dec 2009 06:34:26 +0000
I've been plagued by this bug:

http://sourceforge.net/tracker/index.php?func=detail&aid=2030106&group_id=69596&atid=525124

Looks like it was solved once, long ago, and since returned. pingc wonders if this has been fixed as of 8.5.7, which is presently a very recent (unstable) version.

Has anyone else experienced this bug? What's the update schedule looking like for this package? Getting recent versions to build on this arch machine looks like quite a bit of trouble.

This bug shows up consistently when I do software-suspend; it pretty much makes suspend unusable.
Comment by: newyew on Fri, 11 Dec 2009 21:47:46 +0000
With xorg-server-1.7.3.1 this works for me:

pkgname=xf86-input-wacom
pkgver=0.10.2
pkgrel=1
pkgdesc="X.org Wacom Tablet Driver"
url="http://cgit.freedesktop.org/"
arch=('i686' 'x86_64')
license=('GPL')
debends=('xorg-server>=1.6' 'kernel26>=2.6.30' 'tcl' 'tk')
makedepends=('autoconf' 'xorg-util-macros>=1.3')
source=("http://cgit.freedesktop.org/~whot/xf86-input-wacom/snapshot/${pkgname}-${pkgver}.tar.bz2")

md5sums=('bf7e9c10fe4d41806820f33402fe4c40')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./autogen.sh || return 1

./configure --prefix=/usr \
--x-includes=/usr/include/pixman-1 \
--libexecdir=/usr/lib/hal

make || exit 1
make DESTDIR="$pkgdir" install || return 1

install -D -m 644 "${srcdir}/${pkgname}-${pkgver}/fdi/wacom.fdi" "$pkgdir/etc/hal/fdi/policy/20-wacom.fdi"
}
Comment by: jham on Thu, 10 Dec 2009 22:58:20 +0000
okay, tried to roll back to: xorg-server-1.7.1.901-2-i686.pkg.tar.gz and to xorg-server-1.7.1.902-1-i686.pkg.tar.gz on my x41t. With that xorg-version linuxwacom was already running some day. Guess what - still segfautls on startx x when linuxwacom installed. I have the feeling, that it's not (only) the xorg-server issue. Maybe it's a matter of some new kernel, kms or some lib like glibc which was updated?
Curious..
Comment by: newyew on Thu, 10 Dec 2009 00:07:37 +0000
For me It doesn't work with xorg-server-1.7.3.1. Error log says no wacom modul found and xserver dosen't start. I have a Thinkpad tablet with wacom inside.
Comment by: KaBooFa on Wed, 09 Dec 2009 11:19:25 +0000
Did someone tried with the new xorg-server-1.7.3-1?

Regards,

Kab
Comment by: rekado on Mon, 07 Dec 2009 14:42:03 +0000
I'm using the latest ATI drivers from git, run kernel 2.6.32 from [testing] and have xserver 1.7.2-2 installed. When the wacom module is loaded (I'm using Wacom Bamboo Fun CTE-650), everything works except for the stylus. When I exit the xserver the whole system freezes, X probably doesn't even quit (I can still see the background picture). Unloading the wacom module before starting X expectedly causes the tablet to stop working, but X can be exited normally.
Comment by: TheBodziO on Sat, 05 Dec 2009 00:50:58 +0000
A hint… I've got stock kernel module wacom and xorg drivers compiled from this package. Starting x works. Tablet seems to function just fine while in x session. Everything collapses (badly) when I'm trying to exit x.
Comment by: TheBodziO on Sat, 05 Dec 2009 00:34:03 +0000
Not only intel… I've got the same issue with nvidia (vendor driver)
Comment by: jham on Tue, 01 Dec 2009 10:41:47 +0000
with xorg-server 1.7.2 it doesn't segfault but presents a black screen unable to change to any VT (could connect via ssh however).
Possible, that the combination of intel - kms - xorg - wacom is broken.
Two weeks without wacom. Doh! :)
Comment by: Matroc on Mon, 30 Nov 2009 21:30:04 +0000
For those of you with segfaults, i had the same problem when i loaded the wacom driver using xorg.conf. Running xorg without xorg.conf solved that problem for me.

Now i have another problem though. The cursor jumps to the border of the screen while using the pen. Drawing a circle looks like this: http://jefahrenbucht.de/wacom-jumping-circle.jpg

Anybody got an idea what could cause this? I'm using a Thinkpad X41 Tablet btw.
Comment by: jham on Tue, 24 Nov 2009 18:27:52 +0000
xerver segfaults while trying to load wacom module. without wacom it runs without problems.
Comment by: rjan on Sat, 21 Nov 2009 10:08:35 +0000
Hi heftig, same problem with me (big crash, reboot to fix). A linuxwacom-fedora would be really nice... if you have time, I'd like to test that...
Comment by: heftig on Fri, 20 Nov 2009 10:19:40 +0000
This horribly crashes X and wedges my Intel GPU for me (Thinkpad X61), requiring a reboot to unbreak. Using the Fedora patchset works for me.

Combined patch, to be applied to linuxwacom-0.8.2-2:
http://omploader.org/vMnQ5OA/linuxwacom-0.8.2.2-fedora.patch

If anyone is interested, I'd create a linuxwacom-fedora package.
Comment by: gwash on Wed, 11 Nov 2009 22:46:47 +0000
@drschwalbenmann: done.
Comment by: drschwalbenmann on Wed, 11 Nov 2009 02:32:02 +0000
Error while configure:
No package 'xorg-server' found

please at it to the dependencies...
Comment by: gwash on Mon, 09 Nov 2009 20:27:02 +0000
@AlienofDoom: the crash is unrelated to the package, and you probably can't file a bug to linuxwacom either (because of the patch), try to seek help on the forums.
Comment by: AlienofDoom on Sun, 08 Nov 2009 16:25:55 +0000
Tried this today with yaourt. Install worked fine. Configured my Intuos 3 and can draw with Gimp. Great. Used xsetwacom to configure Intuos pad buttons. That in itself worked. However, when I then press any pad button I've configured X crashes. My system packages are completely up to date.
Comment by: gwash on Fri, 06 Nov 2009 21:20:25 +0000
got rid of 'update-kernel-drivers.sh' (now you can upgrade from yaourt).
Comment by: gwash on Fri, 06 Nov 2009 17:29:31 +0000
Please report any problems, I still haven't had a chance to test the installed package.
Comment by: gwash on Fri, 06 Nov 2009 13:23:24 +0000
adapted Fedora/Gentoo patch to build against xorg-server>=1.7 (not sure if earlier versions will compile/work correctly, please test)

@Sachiel: this should elminate the building error.
Comment by: Sachiel on Fri, 06 Nov 2009 10:48:56 +0000
I'm getting problems compiling the last version (I've been using previous versions before). Here you can find the logfile: http://sharetext.org/RTZ . I see too many errors to identify which one is the "critical" one to google about it :S. Or are all of them realated to a single "initial" error?
Comment by: anteater on Mon, 02 Nov 2009 14:08:21 +0000
Oh right. Sorry about that.
Comment by: gwash on Sun, 01 Nov 2009 20:01:42 +0000
@anteater: 0.8.5 belongs to the development branch, use linuxwacom-dev instead: http://aur.archlinux.org/packages.php?ID=25238
Comment by: anteater on Sun, 01 Nov 2009 19:50:52 +0000
Version 0.8.5-1 has been released. The current version does not work with xorg 1.7, but the new one hopefully does.
Comment by: gwash on Thu, 15 Oct 2009 13:02:34 +0000
@Maggie34: click the link labeled "Tarball" (above) > download & extract the tarball > cd to extracted directory > launch makepkg -i > sudo ./update-kernel-drivers.sh > done.

if you'd rather do it manually see: http://linuxwacom.sourceforge.net/index.php/howto/kernel
Comment by: Maggie34 on Thu, 15 Oct 2009 11:26:46 +0000
I'm sorry for my question, but HOW can I use supplied script (update-kernel-drivers.sh) or replace wacom kernel drivers??

Liebe Grüße Margarette
Comment by: gwash on Thu, 15 Oct 2009 03:46:47 +0000
extended update-kernel-drivers.sh (also, now REALLY with any kernel version), no release change since it doesn't affect current users in anyway.

@Dr.Bang: good luck.
Comment by: Dr.Bang on Wed, 14 Oct 2009 16:31:57 +0000
It's probably my fault, Google says nobody else has this problem.

I've only been using Arch for a week, so this must be the inevitable learning phase encountered at every distro switch.

Thanks again for your help.
Comment by: gwash on Wed, 14 Oct 2009 15:47:31 +0000
@Dr.Bang: assuming you did everything right thus far, i'm guessing it could be related to X rather than the wacom drivers, usually there are a few suspects in this case, 1) graphics drivers, 2) X server itself and 3) compositing software.
Comment by: Dr.Bang on Wed, 14 Oct 2009 15:19:36 +0000
Absolute failure. I removed linuxwacom, downgraded the kernel, re-installed linuxwacom (rebooting within each process), but the problem persists.

I also tried linuxwacom-dev again, but now this also suffers from the same problem.

I am just a lowly Python programmer, so my only option now is to flee back to Debian.

Thanks for your help, gwash.
Comment by: gwash on Wed, 14 Oct 2009 14:31:34 +0000
Dr.Bang: remember that you need to re-probe the wacom module in order to use the new drivers (rebooting will do). either way tell me how it went.
Comment by: Dr.Bang on Wed, 14 Oct 2009 14:07:48 +0000
Here's an example of what I'm talking about:

http://i.imagehost.org/0200/swirl.png

Using ArtRage.
Comment by: Dr.Bang on Wed, 14 Oct 2009 14:02:49 +0000
I've tried with and without linuxwacom's kernel drivers; my next move will be to downgrade the Kernel and run your PKGBUILD instead of linuxwacom-dev.
Comment by: gwash on Wed, 14 Oct 2009 13:42:38 +0000
@Dr.Bang: i noticed that linuxwacom-dev does this for you (which is really a bad idea), if you want to replace the kernel drivers run the supplied script file (update-kernel-drivers.sh) as root.
Comment by: gwash on Wed, 14 Oct 2009 13:32:29 +0000
@Dr.Band: not really sure, did you replace the kernel drivers with linuxwacom's?
Comment by: Dr.Bang on Wed, 14 Oct 2009 13:25:42 +0000
I've just upgraded from linuxwacom-dev and Kernel 2.6.30 to your version of linuxwacom and kernal 2.6.31. Everything builds fine and installs, but I've noticed that I can can no longer draw smooth lines in Photoshop or artrage (www.artrage.com).

Is it the new kernel? The new wacom driver? Or the hid-ids.h hack?
Comment by: gwash on Wed, 14 Oct 2009 06:29:02 +0000
@Sara: i can't reproduce the error (even with latest packages from [core] and [extra]), so it does seem like a [testing]-related error, try to find support on the forum/IRC.
Comment by: Sara on Wed, 14 Oct 2009 05:55:03 +0000
I'm now getting the following errors upon updating (didn't have a problem with the PKGBUILD I used yesterday, posted in your 11 October entry, but today I did download a buckload of updates from the testing repo...):

make[2]: *** [xf86Wacom.o] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src/xdrv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build linuxwacom package.

Error: unable to update linuxwacom
Comment by: FrozenFox on Tue, 13 Oct 2009 01:53:12 +0000
Seems to work fine for me. Thanks :)
Comment by: gwash on Tue, 13 Oct 2009 00:46:05 +0000
fixed problem with kernel26-2.6.31, updated drivers script (now works with any kernel version)..

@Truewar: does the error persist with the current pkgbuild?
Comment by: Truewar on Mon, 12 Oct 2009 17:56:26 +0000
pacman -S inputproto kernel26 libxi ncurses pixman
yaourt -S linuxwacom

And during build I get error below. How can I fix it?

cp -f ../2.6.28/wacom_wac.c .
Building linuxwacom drivers for 2.6 kernel.
***Note: Drivers not enabled as modules in your kernel config but requested through configure are NOT built
make -C /lib/modules/2.6.31-ARCH/source M=/home/truewar/Downloads/linuxwacom/src/linuxwacom-0.8.4-3/src/2.6.31
make[3]: Entering directory `/usr/src/linux-2.6.31'

WARNING: Symbol version dump /usr/src/linux-2.6.31/Module.symvers
is missing; modules will have no dependencies and modversions.

CC [M] /home/truewar/Downloads/linuxwacom/src/linuxwacom-0.8.4-3/src/2.6.31/wacom_wac.o
CC [M] /home/truewar/Downloads/linuxwacom/src/linuxwacom-0.8.4-3/src/2.6.31/wacom_sys.o
LD [M] /home/truewar/Downloads/linuxwacom/src/linuxwacom-0.8.4-3/src/2.6.31/wacom.o
Building modules, stage 2.
MODPOST 2 modules
/bin/sh: scripts/mod/modpost: No such file or directory
Comment by: gwash on Sun, 11 Oct 2009 11:15:02 +0000
@FrozenFox, will this do?

pkgname=linuxwacom
pkgver=0.8.4
_rel=3
pkgrel=5
pkgdesc="Drivers for Wacom tablets"
arch=('i686' 'x86_64')
_kernel=$(uname -r)
url="http://linuxwacom.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('libxi' 'ncurses' 'pixman' 'inputproto' 'kernel26')
options=('!libtool' '!emptydirs')
install=$pkgname.install
source=(http://prdownloads.sourceforge.net/linuxwacom/$pkgname-$pkgver-$_rel.tar.bz2 10-wacom.rules)
md5sums=('7d57c04562c109112c4e26e4364f8694'
'02d3262b7dd10791b0c74abbaac1b933')

build() {
cd "$srcdir/$pkgname-$pkgver-$_rel"
cp ChangeLog $startdir

./configure --prefix=/usr \
--x-includes=/usr/include/pixman-1 \
--libexecdir=/usr/lib/hal \
--enable-wacom #non USB tablet users can remove this option

if [ $_kernel = 2.6.31-ARCH ] ; then
wget -P ./src/2.6.31 http://kernel.ubuntu.com/git-repos/ubuntu/linux-2.6/drivers/hid/hid-ids.h
sed -i 's|cp $(WCM_KERNEL_DIR)/drivers/hid/hid-ids.h .||g' ./src/2.6.31/Makefile
fi

make || return 1
make DESTDIR="$pkgdir" install

#Install udev rules
install -D -m 644 "$startdir/10-wacom.rules" "$pkgdir/etc/udev/rules.d/10-wacom.rules"
}
Comment by: FrozenFox on Sun, 11 Oct 2009 10:28:26 +0000
Fyi, my 'fix' (hack) grabs from a git repo, so the md5sum always needs to be fixed. What we need to figure out is why the source isn't included in the kernel or if it's in a package somewhere I can't seem to find, or something.

EDIT:

Fyi, the current sum at this moment is '284ee7a33afe6d5e853b8cf67ade2d03'

https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/446776

Also, it appears Ubuntu is having the same issue, oddly enough, even though the file's in their git. Perhaps not added to the kernel (or wherever else it's supposed to come from.. I think it's the kernel) sources upstream?
Comment by: gwash on Sat, 10 Oct 2009 19:39:15 +0000
upgraded to latest, sorry for the delay.
Comment by: Maggie34 on Sat, 10 Oct 2009 18:15:21 +0000
Hi
==> Empfange Quellen...
-> Lade linuxwacom-0.8.4-2.tar.bz2 herunter...
--2009-10-10 19:21:13-- http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.4-2.tar.bz2
Auflösen des Hostnamen �prdownloads.sourceforge.net�.... 216.34.181.59
Verbindungsaufbau zu prdownloads.sourceforge.net|216.34.181.59|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
2009-10-10 19:21:13 FEHLER 404: Not Found.

==> FEHLER: Fehler beim Download von linuxwacom-0.8.4-2.tar.bz2
Breche ab ...

And sourceforge said:
Newest Files
linuxwacom-0.8.4-3.tar.bz2

:(
Comment by: gwash on Wed, 07 Oct 2009 00:32:31 +0000
if more people are interested in FrozenFox's fix, i can add it to the build script.
Comment by: draje on Fri, 02 Oct 2009 04:46:09 +0000
The workaround FrozenFox suggested works flawlessly with 2.6.31. Thanks.
Comment by: FrozenFox on Sat, 26 Sep 2009 17:58:48 +0000
Er, actually it seems I did get it to compile against the kernel in testing with a lousy hack job. It seems Arch's kernel source / headers don't come with hid-ids.h, and linuxwacom wanted it. This compiled for me successfully, however I won't be able to *test* it for a few days. If someone wants to do so before me, it would be great:

Add to source:
http://kernel.ubuntu.com/git-repos/ubuntu/linux-2.6/drivers/hid/hid-ids.h

Add to sums:
'9280b0c7acdbc8233049fe3a42bb1665'

Add below ./configure lines:
cp ${srcdir}/hid-ids.h ./src/2.6.31/hid-ids.h
sed -i 's|cp $(WCM_KERNEL_DIR)/drivers/hid/hid-ids.h .||g' ./src/2.6.31/Makefile
Comment by: FrozenFox on Sat, 26 Sep 2009 16:54:51 +0000
This apparently won't build against the kernel in Testing. You might want to use the same kernel dependencies as the linuxwacom-dev package.
Comment by: gwash on Fri, 18 Sep 2009 12:51:15 +0000
fixed.
Comment by: victorhooi on Fri, 18 Sep 2009 12:48:03 +0000
heya,

I'm getting an error when building:

==> Starting build()...
/tmp/yaourt-tmp-victorhooi/aur-linuxwacom/linuxwacom/./PKGBUILD: line 19: cd: /tmp/yaourt-tmp-victorhooi/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-1: No such file or directory
cp: cannot stat `ChangeLog': No such file or directory
/tmp/yaourt-tmp-victorhooi/aur-linuxwacom/linuxwacom/./PKGBUILD: line 22: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build linuxwacom package.

Error: unable to update linuxwacom

Cheers,
Victor
Comment by: gwash on Fri, 18 Sep 2009 02:32:13 +0000
new release.
Comment by: gwash on Tue, 01 Sep 2009 21:47:41 +0000
updated url (thanks FrozenFox)
Comment by: FrozenFox on Tue, 01 Sep 2009 09:23:45 +0000
URL appears to be dead. Manually doing makepkg using the most recent stable tarball on sourceforge ("0.8.4-1") rendered both the pkgbuild (source, cd path, maybe another thing or two) and the module update script (cp path) in need of tweaks for the "-1", but it worked.

Btw: this release, run with script provided and a full system update (using Testing repo -- but I think normal will work fine now too), finally makes wacom-utility 1.9 (udev/hal detection instead of xorg.conf config) work, and I've updated accordingly. \o/ Thanks!
Comment by: gwash on Sun, 30 Aug 2009 16:27:16 +0000
@cistorhooi: sorry, clumsy fingers, fixed.
Comment by: victorhooi on Sun, 30 Aug 2009 07:47:04 +0000
heya,

The md5sum seems to be broken, at least for me, there seem to be an extraneous "2222" in between the two md5sums, removing them seemed to fix things.

Cheers,
Victor
Comment by: gwash on Fri, 28 Aug 2009 22:25:38 +0000
added --libexecdir configure switch, removed tk dependency, i'll keep the --enable-wacom option in case someone is building against a differnt kernel version (thanks Rad3k)
Comment by: Rad3k on Sun, 23 Aug 2009 11:36:21 +0000
Hi. I had to change few things in PKGBUILD for this package to work fully:
- add configure switch "--libexecdir=/usr/lib/hal" (default is /usr/libexec , which is Arch-incompatible)
- remove configure switch "--enable-wacom" (usb drivers are now in kernel)
- remove 'tk' dependency, which is unneeded as we're not building wacomcpl

The first change is the most important, as it makes hotplugging work as it should - all devices (in my case - stylus, eraser, pad) are properly set up.

Cheers,
Radek
Comment by: gwash on Fri, 31 Jul 2009 17:39:32 +0000
updated to v0.8.4, added install file, a script to replace kernel's drivers

NOTE: kernel 2.6.30's wacom drivers seem to work fine on their own, i don't recommend replacing them unless you have to.
Comment by: gwash on Mon, 13 Apr 2009 20:37:15 +0000
i recommend using linuxwacom-dev from AUR for now, this project has a strange release-cycle..
Comment by: ProfessorTomoe on Sun, 12 Apr 2009 16:21:38 +0000
Xorg-server 1.6 has now been moved into extra. This package won't compile now.
Comment by: gsscalet on Fri, 20 Mar 2009 03:31:02 +0000
for the 2.6.28 kernel, watch out for a "wacom: probe of 7-2:1.0 failed with error -113" when loading the modules (this is read by running dmesg). This error is due to an unsuported kernel on installing the linuxwacom package. I've followed this tips and it's now fully functional (it was only working the touch function of my tablet)
http://bbs.archlinux.org/viewtopic.php?pid=517775
hope it helps
Comment by: gwash on Sun, 08 Mar 2009 08:02:54 +0000
@benob: it says there that the patch is done against linuxwacom svn not stable, i can't add it to the current version, espcially that most people haven't switched to xorg-server 1.6 yet.. cheers!
Comment by: benob on Sat, 07 Mar 2009 20:20:00 +0000
The package does not compile against xorg-server 1.6 (from testing).
Please add that patch to the PKGBUILD for it to work: http://sourceforge.net/tracker/index.php?func=detail&aid=2517856&group_id=69596&atid=525126
Comment by: gwash on Sat, 21 Feb 2009 19:03:03 +0000
adopted and upgraded..

note:
i've changed the PKGBUILD so it would build USB wacom by default, please tell me if this causes a problem for anyone..
Comment by: Andrew_NZ on Thu, 19 Feb 2009 07:11:31 +0000
In order for me to my Wacom Bamboo to use the wacom driver instead of the synaptics driver, I added the following file to /etc/hal/fdi/policy/custom_wacom.fdi:



<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">

<device>
<match key="info.capabilities" contains="input">
<match key="info.product" contains="Wacom">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
</match>
<match key="info.product" contains="WALTOP">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
</match>
</match>
<!-- N-Trig Duosense Electromagnetic Digitizer -->
<match key="info.product" contains="HID 1b96:0001">
<match key="info.parent" contains="if0">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
</match>
</match>
</device>

</deviceinfo>
Comment by: napa3um on Sun, 08 Feb 2009 00:49:06 +0000
ps: через xorg.conf я умею настраивать нормальное перемещение курсора с помощью планшета, но речь именно о том, чтобы убрать из xorg.conf все настройки input-девайсов и возложить управление ими на HAL (как того требуют современные тенденции)..
Comment by: napa3um on Sun, 08 Feb 2009 00:46:10 +0000
2 Abadaar: already posted valid variant by me (for version 0.8.2-2)
2 Ilya: может, стОит добавить файл с правилами в /etc/hal/fdi/policy/ (или в /usr/share/hal/fdi/policy, как это делает xf86-input-synaptics)?.. сейчас, к примеру, у меня планшет работает навроде тачпада - меняет относительные координаты курсора, а не абсолютные.. но я, увы, не знаю, как исправление этих параметров выразить в виде fdi-файла :)..
Comment by: Abadaar on Sat, 07 Feb 2009 20:15:36 +0000
Hello!

Since the newest version of linuxwacom (0.8.2-2) uses a '-' in the version number, I had to make an ugly hack to make it work (since '-' is not allowed in the pkgver).
Don't base any later PKGBUILD on this version.

I have built and tested this on x86_64.

Enjoy!

PKGBUILD:
# Contributor: Ilya Galushko <helloy-ilya@yandex.ru>

pkgname=linuxwacom
pkgver=0.8.2
pkgrel=3
pkgdesc="drivers for Wacom tablets"
arch=('i686' 'x86_64')
url="http://linuxwacom.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('libxi' 'ncurses' 'tk' 'pixman' 'inputproto')
options=('!libtool' '!emptydirs')
source=(http://prdownloads.sourceforge.net/linuxwacom/$pkgname-$pkgver-2.tar.bz2
10-wacom.rules)
md5sums=('bdfaf6da49b446e251ac1f98754a89a2'
'02d3262b7dd10791b0c74abbaac1b933')

build() {
cd "$srcdir/$pkgname-$pkgver-2"
cp ChangeLog $startdir

./configure --prefix=/usr --x-includes=/usr/include/pixman-1
make || return 1
make DESTDIR="$pkgdir" install

install -D -m 644 "$startdir/10-wacom.rules" "$pkgdir/etc/udev/rules.d/10-wacom.rules"
}

# vim:set ts=2 sw=2 et:
Comment by: qubodup on Fri, 06 Feb 2009 00:58:01 +0000
I'm one who would be glad to have an updated version :)
Comment by: gwash on Tue, 27 Jan 2009 20:29:47 +0000
2009-01-19 Ping Cheng <pingc@wacom.com>
* Patch to support Xorg server 1.6 from Alexia Death
* Patch for "usbParse: Exceeded channel" workaround from Markus Gaugusch
* Fixed Bug #2499414
* Label 0.8.2-2
Comment by: napa3um on Wed, 21 Jan 2009 17:26:36 +0000
# Contributor: Ilya Galushko <helloy-ilya@yandex.ru>

pkgname=linuxwacom
pkgver=0.8.2
pkgrel=2
pkgdesc="drivers for Wacom tablets"
arch=('i686' 'x86_64')
url="http://linuxwacom.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('libxi' 'ncurses' 'tk' 'pixman' 'inputproto')
options=('!libtool' '!emptydirs')
source=(http://prdownloads.sourceforge.net/linuxwacom/$pkgname-$pkgver-$pkgrel.tar.bz2
10-wacom.rules)
#md5sums=('cb0647197556c3ab9079b37966a5adc1'
#'02d3262b7dd10791b0c74abbaac1b933')

build() {
cd "$srcdir/$pkgname-$pkgver-$pkgrel"
cp ChangeLog $startdir

./configure --prefix=/usr --x-includes=/usr/include/pixman-1
make || return 1
make DESTDIR="$pkgdir" install

install -D -m 644 "$startdir/10-wacom.rules" "$pkgdir/etc/udev/rules.d/10-wacom.rules"
}

# vim:set ts=2 sw=2 et:
Comment by: Ulf on Sun, 11 Jan 2009 20:51:35 +0000
I got a really weird issue with my tablet...it works until i lift the pen from the tablet, after that nothing.

Some messages in /var/log/Xorg.0.log
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) config/hal: Adding input device ImExPS/2 Generic Explorer Mouse
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Macintosh mouse button emulation
(EE) config/hal: NewInputDeviceRequest failed

No output either when i do xxd /dev/input/wacom. After i rmmod the module and modprobe it again i get the output.
Comment by: lboehne on Mon, 05 Jan 2009 11:41:52 +0000
namcap complains about the package creating manual pages in /usr/man ... this can be fixed by adding

--mandir=/usr/share/man

as an argument to the ./configure invokation
Comment by: Ilya on Wed, 24 Dec 2008 01:48:26 +0000
PKGBUILD updated according two previous messages.
Please, test it (so i can't test it right now). Sorry for delay.
Comment by: ploxiln on Sat, 20 Dec 2008 18:12:19 +0000
I had to add

--x-includes=/usr/include/pixman-1/

to the configure line, otherwise it couldn't find pixman.h half-way through the build.

(It doesn't look to me like this is the best way to add this include dir, but it did allow it to build.)
Comment by: xelados on Thu, 11 Dec 2008 14:29:42 +0000
Here's the PKGBUILD for 8.2-1


# Contributor: Ilya Galushko <helloy-ilya@yandex.ru>

pkgname=linuxwacom
pkgver=0.8.2
pkgrel=1
pkgdesc="drivers for Wacom tablets"
arch=('i686' 'x86_64')
url="http://linuxwacom.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('libxi' 'ncurses' 'tk' 'pixman' 'inputproto')
options=('!libtool' '!emptydirs')
source=(http://prdownloads.sourceforge.net/linuxwacom/$pkgname-$pkgver.tar.bz2
10-wacom.rules)
md5sums=('cb0647197556c3ab9079b37966a5adc1'
'02d3262b7dd10791b0c74abbaac1b933')

build() {
cd "$srcdir/$pkgname-$pkgver"
cp ChangeLog $startdir

./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install

install -D -m 644 "$startdir/10-wacom.rules" "$pkgdir/etc/udev/rules.d/10-wacom.rules"
}

# vim:set ts=2 sw=2 et:

This package seriously needs to be officially updated. There's an issue with my Graphire 4 not producing smooth lines in GIMP when I draw quickly, for instance. My research has led me to think it's either linuxwacom or Xorg itself.
Comment by: gerry on Sat, 06 Dec 2008 10:03:01 +0000
0.8.2 is out.
Comment by: tachy on Sat, 18 Oct 2008 14:42:30 +0000
Please update this package as newer version solve some very annoying stability problems on X41 and X60 tablet, e.g. the cursor goes all crazy and requires a reboot to be fixed.

# Contributor: Ilya Galushko <helloy-ilya@yandex.ru>

pkgname=linuxwacom
pkgver=0.8.1
pkgrel=5
pkgdesc="drivers for Wacom tablets"
arch=('i686' 'x86_64')
url="http://linuxwacom.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('libxi' 'ncurses' 'tk' 'pixman')
options=('!libtool' '!emptydirs')
install=linuxwacom.install
source=(http://garr.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-$pkgver-$pkgrel.tar.bz2
10-wacom.rules)
md5sums=('afd1868b44606c7d5cd6f125e94ffc46'
'02d3262b7dd10791b0c74abbaac1b933')

build() {
cd "$srcdir/$pkgname-$pkgver-$pkgrel"
cp ChangeLog $startdir

./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install

install -D -m 644 "$startdir/10-wacom.rules" "$pkgdir/etc/udev/rules.d/10-wacom.rules"
}

# vim:set ts=2 sw=2 et:
Comment by: greyarea on Tue, 07 Oct 2008 11:25:05 +0000
I agree with danvari, same thing happened here.
Comment by: danvari on Wed, 01 Oct 2008 10:32:48 +0000
please add "inputproto" as dependency. your PKGBUILD does not compile for me until this is installed.
Comment by: yosh64 on Wed, 17 Sep 2008 13:16:04 +0000
hey

I just wanted to let ya know that the 0.8.1 beta version driver didn't work for me, and also for others (see http://bbs.archlinux.org/viewtopic.php?pid=421375).

Anyhows the 0.8.0 production version worked fine :), so maybe ya should just stick to it.

cyas
Comment by: Ilya on Wed, 09 Jul 2008 20:54:49 +0000
updated to 0.8.1
* Added Usb Tablet PC with and without touch support
* Added udev rule. Now you can plug your tablet into any USB-port. Use /dev/input/wacom in your xorg.conf
Comment by: Ilya on Fri, 20 Jun 2008 16:12:46 +0000
> Please add 'pkgconfig' in build-dependences list, without it makepkg fails.

Please, read "AUR User Guidelines" (http://wiki.archlinux.org/index.php/AUR_User_Guidelines)
'pkgconfig' is a part of 'base-devel' group as well as 'gcc'
Comment by: faelar on Fri, 06 Jun 2008 13:04:26 +0000
Please add 'pkgconfig' in build-dependences list, without it makepkg fails.
Comment by: Ilya on Tue, 27 May 2008 09:11:51 +0000
updated to 0.8.0.3-1 (0.8.0-3)
* Fixed an issue in configure.in (Ron and Magnus)
* Fixed an issue in wcmISDV4.c
Comment by: Ilya on Fri, 16 May 2008 08:37:01 +0000
Discussion here: http://bbs.archlinux.org/viewtopic.php?id=47756
Comment by: Ilya on Thu, 15 May 2008 03:47:42 +0000
updated to 0.8.0.2-1 (0.8.0-2)
* Fixed rotation issue
Comment by: Ilya on Sun, 11 May 2008 01:55:54 +0000
Updated to 0.8.0.1-1 (real version is 0.8.0-1).
Fixed Tablet PC baudrate 19200 issue.

v1.6.0