Skip to content
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

XP-PEN Star 06 #8

Open
reya276 opened this issue Feb 15, 2018 · 6 comments
Open

XP-PEN Star 06 #8

reya276 opened this issue Feb 15, 2018 · 6 comments

Comments

@reya276
Copy link

reya276 commented Feb 15, 2018

Do you support the xp-pen tablets?

@spbnick
Copy link
Member

spbnick commented Feb 16, 2018

We should support some XP-Pen tablets, because some of them are just rebranded Ugee tablets, but I don't believe we support XP-Pen Star 06 yet.

@reya276
Copy link
Author

reya276 commented Feb 16, 2018

I was able to perform a test and it looks like the tablet it self is being recognized by the system. If you see the pastebin of evtest-(https://pastebin.com/b3EaMfZp) and this one as well(https://pastebin.com/uQXNKMn2). So I'm thinking that maybe I need to create a profile for the tablet. The problem is that I do not know how to do that. Is there a site that I can maybe copy template and modify it. I'm thinking using XINPUT.

@reya276
Copy link
Author

reya276 commented Feb 26, 2018

hey is there any possible way you can provide a .conf for any Xp-Pen tablet. Because for some reason my laptop is recognizing the tablet and it even clicks like a mouse does. So I'm thinking that maybe it needs a configuration file. I created one but I don't think I did it correctly, 52-tablet.conf

Section "InputClass"
Identifier "STAR 06"
MatchDriver "evdev"
MatchIsPointer "on"
MatchProduct "keyword"
MatchDevicePath "/dev/input/event*"
# Apply custom Options below.
Option "Calibration" "min-x max-x min-y max-y"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 10"
EndSection

Section "InputClass"
Identifier "STAR 06"
MatchDriver "evdev"
MatchIsTablet "on"
MatchProduct "keyword"
MatchDevicePath "/dev/input/event*"
# Apply custom Options below.
EndSection

@jaytxrx
Copy link

jaytxrx commented Jul 12, 2018

I can see that XP Pen has released Linux drivers for Star 06. Can you try this driver ?

https://www.xp-pen.com/download/index/cid/36.html

@DanielJoyce
Copy link

That driver is hot garbage. It apparently works by grabbing low level usb/hid events and then emitting synthetic x events. Doesn't even run on my desktop. More of a hot-key remapper than anything...

@reya276
Copy link
Author

reya276 commented Jan 23, 2019

That driver is hot garbage. It apparently works by grabbing low level usb/hid events and then emitting synthetic x events. Doesn't even run on my desktop. More of a hot-key remapper than anything...

Well if you can think of a better way to build the driver, feel free to help them out. I'm pretty sure they'll want to get some input from Linux users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants