1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2024-12-26 13:18:35 -06:00

Updated installation method of huion drivers

This commit is contained in:
Sayantan Santra 2022-06-13 19:15:54 -05:00
parent 94d68326bf
commit 9298255135

View file

@ -2,10 +2,7 @@
# **Steps for setting up the drivers of Huion Inspiroy H640P**
# git clone https://github.com/Huion-Linux/DIGImend-kernel-drivers-for-Huion
# cd DIGImend-kernel-drivers-for-Huion
# sed -i 's/SUBDIRS=/M=/' Makefile (only for arch or related)
# sudo make dkms_install
# Install the AUR package digimend-kernel-drivers-dkms-git
# Create /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tablet is conencted):
# ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/sintan/.Xauthority", ENV{DISPLAY}=":0", OWNER=<user>, RUN+="/usr/local/bin/huion-tablet-mount"