-
Notifications
You must be signed in to change notification settings - Fork 173
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
PenPower/Huion RemoteGo LCD #618
Comments
measure it to get the right size in mm, then look at the Example from my touchpad which is 98mm:
the params block #1 looks like the pen pressure so you can ignore that.
You need a |
Hi, there. I'm a bot and have been asked to have a look at this. libwacom is a bunch of text files with a C API, and the information in those text files See also https://github.com/linuxwacom/libwacom/wiki/Troubleshooting This is an automated comment created by a bot. Responding to the bot or mentioning it won't have any effect. |
I measured it, and it's precisely what the box says: 148x210 mm.
Here's what
Hence I am guessing that
Right? Or should I go with "200" for EVDEV_ABS_01, and ... what for EVDEV_ABS_00? |
00 is the x axis which is 210mm (not sure why the measurements on the package are height/width instead of width/height). So that hwdb entry you posted looks correct. |
Let me apologize profusely for opening a new issue for the same device, but I realize that you guys are busy people, and may not afford the time to keep up with the deluge of posts in the previous thread, which is why we seem to be talking past each other. This post will summarize my progress in the matter of assimilating the RemoteGo LCD tablet into
libwacom
.There are two goals to this quest:
EVDEV_ABS_xx
parameters in thehwdb.d/60-evdev.hwdb
file:Here is, again, what UCLogic reports about the tablet:
And here is a photo of the tablet box:
I have to confess that I find the UCLogic output quite confusing, which is why I keep pressing that you guys let me know what to make of it. In particular, I am not sure what to make of that
block #1
andblock #2
stuff: what's with all thoseMax
values, and what's the deal with the two resolutions?Many thanks, and, again, apologies for being so persistent. The good news, as I said, is that the system recognizes the tablet, and the stylus moves the computer cursor, which is more that I had ever hoped.
The text was updated successfully, but these errors were encountered: