-
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
Gaomon M10K Pro #433
Comments
Would be great to have support for this. |
@Miratu already uploaded a load of files, what can the users provide to help advance the support for the Gaomon M10K Pro? I am using it on macOS and its a joy to work on and hope I will be able to use on my linux systems as well. Please let us know how we can help to get this tablet supported. |
Any new? |
@Miratu @fidelbrea @Kangaroux Check out #275 Support for the Huion HS610 is well on its way and part of it has been implemented in v10 already. Support for the touch ring has been set for v11 of the Digimend driver (see https://github.com/DIGImend/digimend-kernel-drivers/milestone/4). Hope all of you find this informative, Kind regards, @spbnick Could you link the Gaomon M10K Pro to the Huion HS610, they appear to have the same functionality? |
These are the steps that I have followed to use my tablet with Blender. The touch ring with a center button change value, so I haven't caught the handle on them yet. I still haven't been able to test the pen pressure. sudo gedit /usr/share/X11/xorg.conf.d/70-wacom.conf (in my case it appears as "70". In other cases like "50") add the following at the end: #Gaomon m10k Pro ---For the right hand--- sudo gedit /usr/local/bin/blenderRight Since it did not exist, it will appear empty. Add the following: #!/bin/bash echo assigning commands to graphics tablet buttons (pen in right hand) echo key 3 has no function assigned at this time xsetwacom --set 'GAOMON Gaomon Tablet_M10KPRO Pad pad' Button 1 "key tab" cd /usr/bin ./blender ---For lefties like me--- sudo gedit /usr/local/bin/blenderLeft Since it did not exist, it will appear empty. Add the following: #!/bin/bash echo don't recalibrate pen pressure when starting echo change orientation to use left hand echo assigning commands to graphics tablet buttons (pen in left hand) echo key 12 has no function assigned at this time xsetwacom --set 'GAOMON Gaomon Tablet_M10KPRO Pad pad' Button 1 "key control" cd /usr/bin ./blender I hope you find it useful! |
Any news? |
Hi, about the m10k pro, the buttons works now? |
I switched to OTD open table drivers |
That looks really interesting since it seems to make everything to work, but it is not a clean install proccess. I have tried it without success. What I tried mainly is this script:
I am able to launch opentabledriver as aplication and I open it, but it does not detect my Gaemon M10K Pro. Then I downloaded your json file and tried to load it as configuration... and it made the aplication to crash. So, my feeling whith this project is a dirty experience. I mean: I had to add the Microsoft packages repository, the https apt (that's OK), the dotNET SDK in order to install (finally) the opentabletdriver. I hope sincerely to have been wrong and to read a comment saying that I have done it wrong from the beginning and that the steps to follow are .... Any way @zakaria-chahboun , as I began this comment, that still looks interesting. Regards! |
@fidelbrea You have to black list the DIGImend drivers from the kernel, Then follow my steps in the link. |
Hardware: Gaomon M10K Pro
lsusb: 256c:006d (like Huion HS610)
Vendor: Gaomon
Product: M10K Pro
Status: Unsupported
Specs: 10″×6.25″, 5080 LPI, 266 RPS , 8192 PL, tilt-sensitive, Frame controls 10 buttons, touch ring with a center button
Distro: Ubuntu 20.04 LTS
Kernel: 5.4.0-40-lowlatency(x86_64) updated to 5.7.7-050707-generic x86_64
Issue: Only the pen and its two buttons work. The configuration sees the presence of a tablet (when it is not connected it does not appear in the configuration) but reports that it does not detect any tablet or pen (although the pen works correctly).
Thanks for your help
Gaomon M10K Pro - https://www.gaomon.net/Pen_Tablet/M10KPRO.html
touch_ring(directions).txt
touch_ring(clockwise).txt
touch_ring(center_key).txt
touch_ring(anti-clockwise).txt
probe.txt
pen_tilt.txt
pen_pressure.txt
pen_coords.txt
pen_buttons.txt
frame_buttons.txt
descriptors.txt
The text was updated successfully, but these errors were encountered: