Results 1 to 8 of 8

Thread: (Pentablet_drivers) XP Pen Drivers for Linux

  1. #1
    Join Date
    Sep 2018
    Beans
    3

    (Pentablet_drivers) XP Pen Drivers for Linux

    How could I install the Pentablet_Driver for linux?
    I have a XP Pen Deco 01 graphic tablet and I got Ubuntu 18.04.
    I can use the tablet, it works perfectly well but I need to install Pentablet so I can customize the bottoms and the stylus funtions.
    I downloaded the package succesfully but I can't figure out the way to install it.

    Does anyone had the same problem and knows how to solve it?

    Here is the Pentablet link---> https://www.xp-pen.com/download/index/cid/36.html

  2. #2
    Join Date
    Dec 2014
    Beans
    2,566

    Re: (Pentablet_drivers) XP Pen Drivers for Linux

    It's an archive file (tar.gz). Unpack it wherever you want and execute the shell script (Pentablet_Driver.sh). Don't call the executable which is also in the archive directly, the script sets LD_LIBRARY_PATH to the 'lib' directory from the archive which contains some libraries the program needs.

    Holger

  3. #3
    Join Date
    Sep 2018
    Beans
    3

    Re: (Pentablet_drivers) XP Pen Drivers for Linux

    Thank you Holger for answering.
    So far I have unpacked the archive but when I try to execute the Pentablet_Driver.sh the following message shows up:

    --Don't know how to handle 'file:///home/name/Downloads/Linux_Pentablet_V1.2.3/Pentablet_Driver.sh'--

    I don't know what goes wrong... could it be the package is broken or something?
    Last edited by janpialbarran; September 22nd, 2018 at 02:52 AM.

  4. #4
    Join Date
    Dec 2014
    Beans
    2,566

    Re: (Pentablet_drivers) XP Pen Drivers for Linux

    The package is not really broken, but there's a small problem: the script and the program aren't set executable. Open a terminal and enter:
    Code:
    cd ~/Downloads/Linux_Pentablet_V1.2.3/
    chmod +x Pentablet_Driver.sh Pentablet_Driver
    ./Pentablet_Driver.sh
    (change to the directory with the driver, set the executable bit for the two files, execute the script)
    If you want to start the Driver from your Desktop Environment, you'll have to create a '.desktop' file for it and put it in '~/.local/share/applications/'. Further explanations for this can be found in the wiki (a bit older and mainly for Unity but most of it still applies, no matter what Desktop you use) and in several threads here on the forum.

    Holger

  5. #5
    Join Date
    Sep 2018
    Beans
    3

    Re: (Pentablet_drivers) XP Pen Drivers for Linux

    I really thank you, it worked!

  6. #6
    Join Date
    Feb 2018
    Beans
    3

    Re: (Pentablet_drivers) XP Pen Drivers for Linux

    Hello,
    Thanks a lot for this post. I still have problems, does anyone knows a solution to this?

    For me the files "Pentablet_Driver.sh" and "Pentablet_Driver" are already executable but when i execute "Pentablet_Driver.sh" this happens :
    Code:
    cpt_blueberry@UbuntuOne:~/Desktop/Files/Linux_Pentablet_V1.2.3$ ./Pentablet_Driver.sh
    cpt_blueberry@UbuntuOne:~/Desktop/Files/Linux_Pentablet_V1.2.3$
    So actually it happens nothing as you can see. And if i try to execute the other file this happens :
    Code:
    cpt_blueberry@UbuntuOne:~/Desktop/Files/Linux_Pentablet_V1.2.3$ ./Pentablet_Driver
    ./Pentablet_Driver: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by ./Pentablet_Driver)

  7. #7
    Join Date
    Dec 2018
    Beans
    1

    Re: (Pentablet_drivers) XP Pen Drivers for Linux

    Quote Originally Posted by cpt-blueberry View Post
    Hello,
    Thanks a lot for this post. I still have problems, does anyone knows a solution to this?

    For me the files "Pentablet_Driver.sh" and "Pentablet_Driver" are already executable but when i execute "Pentablet_Driver.sh" this happens :
    Code:
    cpt_blueberry@UbuntuOne:~/Desktop/Files/Linux_Pentablet_V1.2.3$ ./Pentablet_Driver.sh
    cpt_blueberry@UbuntuOne:~/Desktop/Files/Linux_Pentablet_V1.2.3$
    So actually it happens nothing as you can see. And if i try to execute the other file this happens :
    Code:
    cpt_blueberry@UbuntuOne:~/Desktop/Files/Linux_Pentablet_V1.2.3$ ./Pentablet_Driver
    ./Pentablet_Driver: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found (required by ./Pentablet_Driver)
    I am having the same issue too! Anyone have a solution?

  8. #8
    Join Date
    Feb 2018
    Beans
    3

    Re: (Pentablet_drivers) XP Pen Drivers for Linux

    Well I've got a solution to that Qt Problem.

    Just go to /etc/ld.so.conf.d and create a file (what ever name you like) but it should end with .conf like --> pentablet_qt_driver.conf
    Than edit the file and write inside, the directory of your /lib folder which is inside of your Pentablets Folder like --> /home/$USER/Linux_Pentablet_V1.2.5/lib

    Save the file and do this in the terminal:
    Code:
    ldconfig
    That will tell system where to look for libraries. But unfortunately i am stuck with another ****** Problem. Every time I execute the Pentablet_Driver.sh (with sudo). I get this message:

    Code:
    QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
    it would be nice if anyone had a solution to that which he/she were interested to share.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •