Package Details: opentabletdriver 0.6.7-2

Git Clone URL: https://aur.archlinux.org/opentabletdriver.git (read-only, click to copy)
Package Base: opentabletdriver
Description: A cross-platform open source tablet driver
Upstream URL: https://opentabletdriver.net
Keywords: artisul digimend gaomon huion otd parblo uc-logic uclogic ugtablet veikk wacom xencelabs xp-pen xppen
Licenses: LGPL-3.0-or-later
Conflicts: digimend-drivers-git-dkms, digimend-kernel-drivers, digimend-kernel-drivers-dkms, digimend-kernel-drivers-dkms-git
Submitter: LavaDesu
Maintainer: gonX (jamesbt365)
Last Packager: gonX
Votes: 59
Popularity: 3.03
First Submitted: 2021-06-10 13:34 (UTC)
Last Updated: 2026-04-25 21:15 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

seria commented on 2026-05-13 17:07 (UTC)

The current package fails to start the otd-daemon with exit code 150 because it requires .NET 10, but the PKGBUILD still specifies dotnet-runtime-8.0 in the depends array.

Running journalctl --user -u opentabletdriver.service shows: Framework: 'Microsoft.NETCore.App', version '10.0.0' (x64).

gonX commented on 2026-04-25 21:17 (UTC)

PKGBUILD needs a directory fix from ./eng/linux/package.sh to ./eng/bash/package.sh

Sorry, fixed with f5874d247df. The first time I forget to test the build is when upstream changed stuff!

dysphoria commented on 2026-04-25 19:45 (UTC) (edited on 2026-04-25 19:45 (UTC) by dysphoria)

PKGBUILD needs a directory fix from ./eng/linux/package.sh to ./eng/bash/package.sh

railgun_210 commented on 2026-02-01 20:50 (UTC) (edited on 2026-02-01 20:51 (UTC) by railgun_210)

This doesn't work with EndeavourOS using kernel version 6.18.6. I had to manually install it using the steps here:

 # Downloads the pkgbuild from the AUR.
 git clone https://aur.archlinux.org/opentabletdriver.git
 # Changes into the correct directory, pulls needed dependencies, then installs OpenTabletDriver
 cd opentabletdriver && makepkg -si
 # Clean up leftovers
 cd ..
 rm -rf opentabletdriver
 # Regenerate initramfs
 sudo mkinitcpio -P
 # Unload kernel modules
 sudo rmmod wacom hid_uclogic

jamesbt365 commented on 2025-01-28 02:53 (UTC)

dotnet runtime is not backwards compatible, so you need 8 to run opentabletdriver.

Fijxu commented on 2025-01-28 02:52 (UTC) (edited on 2025-01-28 02:52 (UTC) by Fijxu)

installing dotnet-runtime (9.0.1.sdk102-1) breaks dependency 'dotnet-runtime-8.0' required by opentabletdriver

Why don't just use dotnet-runtime? Does OpenTabletDriver has any incompatibility issues with dotnet-runtime-9.0 (and later versions that could come out); I don't think so.

WORMSTweaker commented on 2025-01-27 22:40 (UTC)

For those coming for dependency break error, with dotnet-runtime 9.0.1.sdk102-1, you can possibly switch to dotnet-runtime-8.0-bin instead, it's an alternative that worked on my system

Typology commented on 2025-01-25 22:38 (UTC) (edited on 2025-01-25 22:38 (UTC) by Typology)

I should've looked there first, sorry. normally it's AUR packages that's broken.

jamesbt365 commented on 2025-01-25 22:35 (UTC) (edited on 2025-01-25 22:36 (UTC) by jamesbt365)

:: installing dotnet-runtime (9.0.1.sdk102-1) breaks dependency 'dotnet-runtime-8.0' required by opentabletdriver

This is an upstream issue and the arch maintainers have to handle that correspondingly.

https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-8.0/-/issues/1