userspace-tablet-driver-gui
userspace-tablet-driver-gui copied to clipboard
Linux GUI for Kuri's userspace tablet drivers. Supports non-wacom (XP-Pen, Huion, Gaomon) graphics tablets and pen displays
I'm trying to add support for the XP-Pen G640S since I saw the controller for the G640 in the code and figured it should be almost the same. My model...
Product page (kind of): https://www.xp-pen.com/download/star-g640s.html As discussed in #19 this is what I have so far. Without any changes in the daemon, it uses the generic driver, which works for...
I have now managed to get the config gui to launch - but now the pen is no longer detected! I have all this going on: $ userspace_tablet_driver_daemon Listening on...
Hello, building went well. However, I can't run the program: ``` 83% EXECUTING [2s] > Task :run FAILEDon socket FAILURE: Build failed with an exception. * What went wrong: Execution...
I get the following error: ``` $ ./gradlew build FAILURE: Build failed with an exception. * What went wrong: java.lang.UnsupportedClassVersionError: org/openjfx/gradle/JavaFXPlugin has been compiled by a more recent version of...
Dependent on https://github.com/kurikaesu/userspace-tablet-driver-daemon/pull/62 , works as expected
There's two problems 1. The outer roller settings do not show up, despite being present in the code (see https://github.com/kurikaesu/userspace-tablet-driver-daemon/issues/58#issuecomment-1242819753) 2. Inner roller settings are not present in the code...
Hello, First off, the daemon works really well! Thank you for making it! I am experiencing a similar issue to #9, I tried installing similarly to how you did in...
Having trouble building on Fedora and I have no idea why. Would be awesome if prebuilts were available so people like me wouldn't have to go crazy to configure their...