Reverted to 3rd party driver

This commit is contained in:
Sayantan Santra 2022-09-01 20:59:30 -05:00
parent 18a1f0ab1c
commit feb553fe71
1 changed files with 1 additions and 4 deletions

View File

@ -1,14 +1,11 @@
#!/bin/sh #!/bin/sh
# Use the official drivers instead. They're available now.
# Install the AUR package `huiontablet`
# **Steps for setting up the drivers of Huion Inspiroy H640P** # **Steps for setting up the drivers of Huion Inspiroy H640P**
# Install the AUR package digimend-kernel-drivers-dkms-git # 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): # 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" # ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/user/.Xauthority", ENV{DISPLAY}=":0", OWNER=<user>, RUN+="/usr/local/bin/huion-tablet-mount"
# Create /usr/local/bin/huion-tablet-mount with this content : # Create /usr/local/bin/huion-tablet-mount with this content :
# #!/bin/sh # #!/bin/sh