Package Details: xf86-input-acecad 1.5.0-10

Git Clone URL: https://aur.archlinux.org/xf86-input-acecad.git (read-only, click to copy)
Package Base: xf86-input-acecad
Description: X.Org acecad tablet input driver
Upstream URL: https://xorg.freedesktop.org/wiki/
Licenses: custom
Conflicts: X-ABI-XINPUT_VERSION
Submitter: lordheavy
Maintainer: None
Last Packager: FabioLolix
Votes: 2
Popularity: 0.000000
First Submitted: 2017-01-14 20:25 (UTC)
Last Updated: 2021-05-15 19:34 (UTC)

Latest Comments

luancamarim commented on 2021-05-15 17:53 (UTC)

@FabioLolix I have the solution but I don't know how to update it in the AUR, I adopted the package to try to fix it but it still didn't work.

FabioLolix commented on 2021-05-14 10:55 (UTC)

@luan3l you still need to update the pkgbuild

cprn commented on 2021-02-07 20:15 (UTC) (edited on 2021-02-07 20:17 (UTC) by cprn)

I added resolution settings for AceCad Flair to Systemd's hardware database, my merge request was accepted today. It'll run out of the box with libinput now. If you can't wait for Systemd update to be available in your distribution's repositories you can create a file /lib64/udev/hwdb.d/61-whatever.hwdb, add the following content and reboot:

evdev:input:b0003v0460p0004*
 EVDEV_ABS_00=::40
 EVDEV_ABS_01=::40

If you have a different AceCad tablet try replacing 0460 and 0004 with merchant and device ID reported by lsusb - mine shows:

ID 0460:0004 Ace Cad Enterprise Co., Ltd Tablet (5x3.75)

luancamarim commented on 2021-01-29 17:32 (UTC) (edited on 2021-01-29 17:33 (UTC) by luancamarim)

for install correctly change PKGBUILD for:

#$Id: PKGBUILD 250667 2015-11-11 08:40:44Z andyrtr $
#Maintainer: Jan de Groot jgc@archlinux.org

pkgname=xf86-input-acecad pkgver=1.5.0 pkgrel=9 pkgdesc="X.Org acecad tablet input driver" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') depends=('sysfsutils') makedepends=('xorg-server-devel' 'xorgproto-git') conflicts=('xorg-server<1.16') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 assign-local-private-after-allocating.patch) sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1' '9301020b0ef3c6f2081e957481a88d2e187a7973')

build() { cd ${pkgname}-${pkgver} patch -Np1 -i "${srcdir}/assign-local-private-after-allocating.patch" ./configure --prefix=/usr make }

package() { cd ${pkgname}-${pkgver}

make DESTDIR="${pkgdir}" install

install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" }

FabioLolix commented on 2021-01-28 19:04 (UTC)

This is missing 2 makedepends