From feb553fe71b091c2985bfc6eb528dacdc1210ec8 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 1 Sep 2022 20:59:30 -0500 Subject: [PATCH] Reverted to 3rd party driver --- huion-tablet-setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/huion-tablet-setup.sh b/huion-tablet-setup.sh index f82168d..9c7bc84 100644 --- a/huion-tablet-setup.sh +++ b/huion-tablet-setup.sh @@ -1,14 +1,11 @@ #!/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** # 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=, RUN+="/usr/local/bin/huion-tablet-mount" +# ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/user/.Xauthority", ENV{DISPLAY}=":0", OWNER=, RUN+="/usr/local/bin/huion-tablet-mount" # Create /usr/local/bin/huion-tablet-mount with this content : # #!/bin/sh