InfinityGhost / TabletDriver

https://github.com/InfinityGhost/OpenTabletDriver
GNU General Public License v3.0
66 stars 14 forks source link

Add support for XP-Pen Star G960 #43

Open nuenweh opened 4 years ago

nuenweh commented 4 years ago

Hello, I would like to use this driver for my tablet. I don't know how to code thought, so I think I should ask about it here. Or do you have an instruction how to configure TabletDriver for my tablet? When all will be done I will make a pull request as soon as I can.

Hardware/software information

Windows Version: Windows 10 Pro 1903

Tablet Driver version: none

Tablet model: XP-Pen Star G960

InfinityGhost commented 4 years ago

This guide is quite helpful for creating tablet configurations.

nuenweh commented 4 years ago

Thank you! I'll tinker with the configuration file. By the way, is the configuration file somewhere in the source code or somewhere in the files? I'm afraid of compiling anything, last time I compiled msbuild my laptop was unusable for 20-30 minutes, I think it can be harmful.

InfinityGhost commented 4 years ago

there's no need to compile, these files are in the TabletDriver/config folder on release versions.

nuenweh commented 4 years ago

I made a configuration file but the driver still doesn't work. Here is the pasted text. At the end of the log it says [2020-02-24 01:13:05.471] [TabletHandler] [ERROR] Tablet Read Error! What does this mean? I tried disabling Windows Ink workspace in group policies (tried just to test if it helps) and nothing. Didn't uninstall the official drivers, but I closed them before running TabletDriver so it shouldn't interfere. Also, after installing VMulti the official drivers didn't work at all except when I turn on Relative mode or Windows Ink (which is weird, because it's disabled in group policies). What should I do? Is there something wrong with VMulti?

InfinityGhost commented 4 years ago

Honestly I'm not sure, and its quite difficult to debug this issue on TabletDriverService without compiling it and debugging it. I can only assume that the tablet data stream is being intercepted and blocked.

nuenweh commented 4 years ago

Alright I'll do everything needed for it to work, what should I do?