-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get "userspace-tablet-driver-daemon" work on FreeBSD 13.1? #68
Comments
If the driver does not detect your device it is likely because it does not use the alternate unlock bit that is used by the current generation of XP-Pen devices. In this case, the device will need to have drivers written specifically targeting it. If you know or would like to try getting libinput/termcap to give you USB packet dumps you can try and implement it yourself. Apart from that the only alternatives is someone else who owns the tablet takes on the implementation or I go and buy the tablet myself and do it myself. |
Thank You for your reply. Wow that is interesting. I will try to give many information and see if we can get this to work: When I do: Here is what
Here is what
Here is what
Here is what
Here is what
I would like to see if I can implement libinput/termcap to get USB packet dumps. Thanks. |
On the positive side, it looks like libinput is working correctly since it is assuming control over the device. I've gone ahead and bought the tablet. I'll see if I can implement the device when I receive it. |
Commit 954565d should add support for the G640. Please let me know if it does not work for you. |
Alright, I have built it on FreeBSD 13.1
I ran the command:
userspace_tablet_driver_daemon
And this is the only output I get:
Nothing else happens...
I have a XP-Pen Star G640 tablet.
Here are my PC info:
OS: FreeBSD 13.1-RELEASE-p5 amd64
Uptime: 1 hour, 12 mins
Packages: 1637 (pkg)
Shell: sh
Resolution: 3840x2160
DE: Plasma 5.24.7
WM: KWin
Theme: [Plasma], Breeze [GTK2/3]
Icons: [Plasma], breeze-dark [GTK2/3]
Terminal: konsole
CPU: AMD FX-8350 (8) @ 3.991GHz
GPU: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
Memory: 12385MiB / 32684MiB
Thanks.
The text was updated successfully, but these errors were encountered: