DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 173 forks source link

Add support for XP-Pen Artist 10s #137

Open ign1s-fatuus opened 6 years ago

ign1s-fatuus commented 6 years ago

Here are the various files for the XP-PEN Artist 10s.

As it is the tablet, being a digital graphics tablet works awesome via xrandr for displayed output. With the rest of it being operational it would be a true wonder.

frame_buttons.txt pen_buttons.txt pen_pressure.txt pen_tilt.txt pen_coords.txt hid_report_descriptors.txt descriptors.txt

spbnick commented 6 years ago

Thank you, @ign1s-fatuus! @danghai, would you be able to integrate these into the tablets repo?

spbnick commented 6 years ago

Everyone concerned with this issue, you're welcome to join the new #DIGImend channel on irc.freenode.net, discuss this and other issues, and help each other! Come and say "Hi!"

ign1s-fatuus commented 6 years ago

I can see what I can do. What would you need from me?

danghai commented 6 years ago

Hello @ign1s-fatuus , Could you help us add information about your tablet ? You can review an example from my commit in repo tablet to add information about your tablet: https://github.com/DIGImend/tablets/commit/35457a0741b56f9841e9fe41f44fc7ad1e762029

And follow the README from this repo: https://github.com/DIGImend/digimend.github.io in order to run your Jekyll site locally. It helps us review what the digimend website looks like. Thanks. Ping me when you need any help or any questions

danghai commented 6 years ago

@ign1s-fatuus would you mind to provide your probe.txt? You can review the command from there: https://github.com/DIGImend/uclogic-tools to get information your probe. Thanks

ign1s-fatuus commented 6 years ago

Here you go. Lemme know if there is anything else I can do. I am in the middle of writing papers for finals as well as writing my Master's thesis, so my time is limited, but I will address what I can when I get a second of free time. probe.txt

lalanikarim commented 5 years ago

Any timeline on this? XP-PEN's beta driver for Linux doesn't support Artist 10S and Wizardpen project is all but dead with no development. Digimend is the only hope for Artist 10S.

ign1s-fatuus commented 5 years ago

Hi, just checking in after a while away. I too would be interested in knowing if there has been any movement on the 10S. While I will be busy university coursework for the foreseeable future, I will take any time needed to help in whatever way that I can.

spbnick commented 5 years ago

Could somebody please try this version of the driver, where I tried to add support for XP-Pen Artist 10s: https://github.com/spbnick/digimend-kernel-drivers/archive/add_xp_pen_artist_10s.zip

ign1s-fatuus commented 5 years ago

I'll look into it ASAP and get back to you later this week at the latest--grad school deadlines coming up but I will gladly show my support by testing out what you've been laboring over.

On Sun, Oct 28, 2018 at 9:21 AM Nikolai Kondrashov notifications@github.com wrote:

Could somebody please try this version of the driver, where I tried to add support for XP-Pen Artist 10s: https://github.com/spbnick/digimend-kernel-drivers/archive/add_xp_pen_artist_10s.zip

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DIGImend/digimend-kernel-drivers/issues/137#issuecomment-433704766, or mute the thread https://github.com/notifications/unsubscribe-auth/AfSZmruucoVJsONzY7MG93855OowgGKvks5upa9TgaJpZM4TkhFA .

kayn23 commented 5 years ago

How to progress with drivers for Artist 10s?

hooger commented 4 years ago

I know it's an old post, however I try to use a device like this. A friend borrowed me this and a Wacom Intous S, so I've seen how a properly configured tablet should work. I tried the zipped version from @spbnick and I also tried the .deb version (downloaded 2 days back). They produced the same behaviour. System:

Linux *** 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux

I'm on KDE, I also installed kde-config-tablet, which doesn't recognize the XP-Pen (with the Wacom tablet like 5 tabs appear, and printed it's name). The kde wizard offered me to setup a custom tablet, but it crashed with various options and I also wasn't sure what should I input.

Experience with the tablet:

How can I help to make it work? Thanks in advance!

hooger commented 4 years ago

Some more info that may help:

How may I help?

hooger commented 4 years ago

So I cloned the current stage of the repo, and made some changes based on merged PRs, that add a single device. The results is in this repo: https://github.com/hooger/digimend-kernel-drivers/tree/xppen-artist-10s Currently the table is recognized, xsetwacom recognizes the tablet, pressure curve can be customized and also MapToOutput works properly. Is there anything else I should check or should I make the PR?

Thanks!

hooger commented 3 months ago

I have an open pull request for this device, that I regularly use. Unfortunately, on the PR page there is no activity. Can anyone point me how can I speed up the merge process? Thanks in advance!