-
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
Setup Huion Q11 v2 tablet on Linux #510
Comments
Hardware: Huion Inspiroy Q11K v2 Distro: Ubuntu 20.04 LTS I already had Digimend 10 installed for the previous tablet (Gaomon M10K Pro) that my son now uses, with windows. Currently I use a Huion Inspiroy Q11K V2 and I have followed the steps indicated by @valent1draw from point 2 and as he says: tadaa !!! Everything works perfectly, without jumps and with total smoothness, although I have not been able to test the inclination of the pen. At the end I attach all the tests. I wish they were useful. The script has been as follows.
I'm left-handed so it's set to hold the stylus with my left hand and the buttons on the right side. Thanks "DIGImenders" for your help. descriptors.txt |
Hello @Miratu ! To put the tablet in left-handed mode, which is also my case, you can go into the software "tablet graphic", ("tablette graphique" on linux mint in french) If not, to translate, you can use the site https://www.deepl.com ^^ |
I like Miratu have already got digimend 10 installed. Here is my output from dkms status:
I then carried out Step 2 by MimosaBoo i.e. added the file 50-huion.conf with the text pasted inside and then rebooted. However my xsetwacom --list command produces no output messages. My Q11 v2 works using the usb cable but I want to configure it's buttons. My question is : Thanks for any help. |
Since writing the above I did a reboot and now everything has sprung to life. I've also managed to set up the buttons, although reversed as I'm right handed. Thanks very much @MimosaBoo and @Miratu |
@nexar Sorry I didn't see your message. The shortcut keys have not been working for a few days. Did anyone have the problem? |
@MimosaBoo, the keys on my Q11 pad are working fine all the time. Have you upgraded your OS at all? |
@nexar All the keys worked until a short time ago. |
@MimosaBoo Hmmm I do something slightly different. Rather than having the script assigning the keys running at boot up I run it as part of loading my graphics software. This is because my tablet is not permanently connected to the laptop but only when I want to use it. Is it possible that your tablet is not activated before the shell script runs? If you run the shell script manually do the keys work after it has run? |
I didn't set the script reading to automatic.
Is it possible that the key ids have changed ?
|
Sorry in your initial post you said that you had it set up to run at boot time. I can't see how the key ids would change by themselves. Even if there was a firmware upgrade it is unlikely that key ids would be changed. |
$ tabletpad="HUION Huion Tablet Pad pad" When i test this code in the terminal, it does not result in an error. |
I found it! |
Hahaha!! So there is. I didn't know about it either. Thanks for sharing. |
Hello everyone,
I share my success of the day, that of having succeeded in setting the keys of the Huion Q11 V2 graphics tablet on linux!
(With the help of David Revoy, and his post
https://www.davidrevoy.com/article331/setup-huion-giano-wh1409-tablet-on-linux-mint-18-1-ubuntu-16-04
and a programmer friend.
I use Linux Mint 20.1
Here are the steps to install and set up your Huion Q11 v2 tablet.
1/Install Digimend driver via DKMS:
sudo apt install dkms git-core
sudo git clone https://github.com/DIGImend/digimend-kernel-drivers.git /usr/src/digimend-6
sudo dkms build digimend/6
sudo dkms install digimend/6
Reboot your computer. The tablet should now start to work better, smoother and being listed as "HUION Huion Tablet stylus" when entering this command in a terminal:
xinput --list
The digimend driver should be listed among other modules after typing:
dkms status
You can us now use the tablet in wireless with dongle USB.
2/Add a custom X11 rules:
To configure the tablet, the buttons. We will add a X11 custom rule to make the Digimend driver use the Wacom driver command line tool to setup our . Call your text-editor in admin mode:
sudo xed /usr/share/X11/xorg.conf.d/50-huion.conf
Then paste this inside, save and close.
Reboot your computer. After that, the tablet should appear in the configuration tool xsetwacom:
xsetwacom --list
Congratulation! You're done with the driver part.
3/User preference, buttons, settings.
Now, let configure the tablet with xsetwacom.
We need to store this collections of commands in a bash script and call this bash script when the system open.
... and inside paste and customize the script under.
Don't forget to change the screen size to your screen size (the tablet is not 100% same ratio than 1920x1080, it needs code to force good vertical and horizontal ratio so when you trace a circle on your tablet, a circle appear on the screen, and not an ellipse potato ). And comment or delete all the line you are not interested.
When your script is finished you can save it. Then give it execute permission: In the file-manager ; right-click on it again > Properties > Permissions > and in front of Execute check the box for 'Allow executing file as a program'. You can now double click and run the script. Test and adjust to your needs. Your key on tablet will be mapped for the active session. To keep the settings accross reboot, you'll have to auto execute the script at start-up. To do this, go to 'System Settings', then 'Start-up application'. A user interface will propose you to add your script as a start-up script. You can also create a Menu entries if you need to run multi-scripts (right click on the menu button > Configure > Menu (Tab) > Open the menu editor to create a custom menu entry).
tadaaa
The text was updated successfully, but these errors were encountered: