AzPainter on Ubuntu with a Star G430S XP-Pen Tablet
7 years ago
General
Hello! Things have been slow for me since the cord on my old tablet frayed all the way through. My main rig is also intermittently restarting and getting stuck in boot loops. I have a new Star G430S graphics drawing tablet now and after downloading and installing the driver from digimend
https://github.com/DIGImend/digimen.....kernel-drivers
(UPDATE: You can build everything below but you can also apparently download and install from the .deb packages or the .AppImage very easily!)
Something like:
Going and getting the DIGIMEND driver for my tablet at https://github.com/DIGImend/digimend-kernel-drivers/releases">https://github.com/DIGImend/digimend-kernel-drivers/releases
$ sudo apt-get install linux-headers-generic
$ sudo rmmod hid-kye
$ sudo rmmod hid-uclogic
$ sudo rmmod hid-huion
$ sudo apt-get update
$ sudo tar xzvf /home/USERFOLDERNAME/Downloads/digimend-kernel-drivers-7.tar.gz
$ cd /home/USERFOLDERNAME/digimend-kernel-drivers-7
$ sudo ./configure
$ sudo make
$ sudo make install
$ sudo reboot
(Tablet works in GIMP very well!) I also downloaded and installed AzPainter:
https://github.com/Symbian9/azpainter
Something like (because I don't remember anything):
$ sudo apt-get -y install gcc make libx11-dev libxext-dev libxi-dev libfreetype6-dev libfontconfig1-dev zlib1g-dev libjpeg-dev
$ sudo apt-get -y update
$ sudo apt-get -y install libpng-dev
$ tar xf /home/YOURUSERFOLDER/azpainter-continuous.tar.gz
$ cd azpainter-continuous
$ sudo ./configure
$ sudo make
$ sudo make install-strip
$ sudo reboot
https://github.com/DIGImend/digimen.....kernel-drivers
(UPDATE: You can build everything below but you can also apparently download and install from the .deb packages or the .AppImage very easily!)
Something like:
Going and getting the DIGIMEND driver for my tablet at https://github.com/DIGImend/digimend-kernel-drivers/releases">https://github.com/DIGImend/digimend-kernel-drivers/releases
$ sudo apt-get install linux-headers-generic
$ sudo rmmod hid-kye
$ sudo rmmod hid-uclogic
$ sudo rmmod hid-huion
$ sudo apt-get update
$ sudo tar xzvf /home/USERFOLDERNAME/Downloads/digimend-kernel-drivers-7.tar.gz
$ cd /home/USERFOLDERNAME/digimend-kernel-drivers-7
$ sudo ./configure
$ sudo make
$ sudo make install
$ sudo reboot
(Tablet works in GIMP very well!) I also downloaded and installed AzPainter:
https://github.com/Symbian9/azpainter
Something like (because I don't remember anything):
$ sudo apt-get -y install gcc make libx11-dev libxext-dev libxi-dev libfreetype6-dev libfontconfig1-dev zlib1g-dev libjpeg-dev
$ sudo apt-get -y update
$ sudo apt-get -y install libpng-dev
$ tar xf /home/YOURUSERFOLDER/azpainter-continuous.tar.gz
$ cd azpainter-continuous
$ sudo ./configure
$ sudo make
$ sudo make install-strip
$ sudo reboot
FA+
