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
Dependencies inputproto libxi ncurses pixman xorg-server
Required by expresskeys kcm_tablet wacom-utility
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
cp: cannot stat `/lib/modules/2.6.32-ARCH/build/drivers/hid/hid-ids.h': No such file or directory
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
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...
0.8.4 doesn't compile against 2.6.32 Kernel
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.
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"
}
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..
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.
Did someone tried with the new xorg-server-1.7.3-1?
Regards,
Kab
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.
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.
Not only intel… I've got the same issue with nvidia (vendor driver)
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! :)
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.
xerver segfaults while trying to load wacom module. without wacom it runs without problems.
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...
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.
@drschwalbenmann: done.
Error while configure:
No package 'xorg-server' found
please at it to the dependencies...
@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.
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.
got rid of 'update-kernel-drivers.sh' (now you can upgrade from yaourt).
Please report any problems, I still haven't had a chance to test the installed package.
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.
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?
Oh right. Sorry about that.
@anteater: 0.8.5 belongs to the development branch, use linuxwacom-dev instead: http://aur.archlinux.org/packages.php?ID=25238
Version 0.8.5-1 has been released. The current version does not work with xorg 1.7, but the new one hopefully does.
@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
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
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.
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.
@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.
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.
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.
Here's an example of what I'm talking about:
http://i.imagehost.org/0200/swirl.png
Using ArtRage.
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.
@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.
@Dr.Band: not really sure, did you replace the kernel drivers with linuxwacom's?
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?
@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.
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
Seems to work fine for me. Thanks :)
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?
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
@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"
}
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?
upgraded to latest, sorry for the delay.
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
:(
if more people are interested in FrozenFox's fix, i can add it to the build script.
The workaround FrozenFox suggested works flawlessly with 2.6.31. Thanks.
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
This apparently won't build against the kernel in Testing. You might want to use the same kernel dependencies as the linuxwacom-dev package.
fixed.
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
new release.
updated url (thanks FrozenFox)
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!
@cistorhooi: sorry, clumsy fingers, fixed.
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
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)
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
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.
i recommend using linuxwacom-dev from AUR for now, this project has a strange release-cycle..
Xorg-server 1.6 has now been moved into extra. This package won't compile now.
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
@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!
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
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..
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>
ps: через xorg.conf Ñ ÑƒÐ¼ÐµÑŽ наÑтраивать нормальное перемещение курÑора Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ планшета, но речь именно о том, чтобы убрать из xorg.conf вÑе наÑтройки input-девайÑов и возложить управление ими на HAL (как того требуют Ñовременные тенденции)..
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-файла :)..
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:
I'm one who would be glad to have an updated version :)
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
# 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:
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.
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
PKGBUILD updated according two previous messages.
Please, test it (so i can't test it right now). Sorry for delay.
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.)
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.
0.8.2 is out.
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:
I agree with danvari, same thing happened here.
please add "inputproto" as dependency. your PKGBUILD does not compile for me until this is installed.
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
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
> 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'
Please add 'pkgconfig' in build-dependences list, without it makepkg fails.
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
Discussion here: http://bbs.archlinux.org/viewtopic.php?id=47756
updated to 0.8.0.2-1 (0.8.0-2)
* Fixed rotation issue
Updated to 0.8.0.1-1 (real version is 0.8.0-1).
Fixed Tablet PC baudrate 19200 issue.
v1.6.0