HOME | DD

HardCyder — Install Paint Tool SAI on Linux w/ Pen Pressure!

Published: 2013-07-04 00:13:35 +0000 UTC; Views: 87886; Favourites: 216; Downloads: 700
Redirect to original
Description How To Install Paint Tool SAI on Linux and get pen pressure to work

 **********[UPDATE 3/02/2014] **********


I'm really sorry that I haven't been responding to comments in the past 3 months. But I'm very happy to see that some people have stepped up to help others who are having problems with their setup - especially Superblobmonster , you're awesome. If you are having a problem, I won't be able to help in most cases since I've already put the entirety of my knowledge on this subject in this tutorial. I especially can't help if you're using a version of Linux or the Bamboo tablets that I don't have since I won't be able to reproduce the issue. But, if someone wants to donate space and host a completed VM (~20 GB) that has SAI and all these steps below setup, please send me a note. I think this would help a lot of people. I'll update this message if we set something up. 


*************************** **********



I own a Macbook Pro but I found that Paint Tool SAI (PTS) was just the best tool for getting art done. The next best program was Fire Alpaca, but it had serious problems with crashing. I found that I could run PTS on my make using Wine or PlayOnMac, but when I did this, PTS would not use my drawing tablet's pen pressure. Thus rendering my Bamboo Capture tablet pretty much useless. Next I tried using my tablet in Windows 7 and Windows Server 2008 (which I used to use for work). It worked, but turning on either version of Windows would drain my mac's resources to the point of hair pulling uselessness. Hence, most of my artwork is still done on pen and paper.

Now comes the good part. The good folks who made PlayOnLinux have added a patch to their program* that allows pen pressure to work with PTS when running it in Linux. Now, I'm not a linux user, but the promise of running PST on an OS that wouldn't kill my system resources was too good to pass up. And boy I'm glad I tried it. After a day of scrounging around the internet and pulling information form various incomplete resources, I managed to get Paint Tool SAI running on Linux AND my Wacom Bamboo Capture's pen pressure works! Please note, that this is a rather recent development for PlayOnLinux. Last month (June, 15th 2013), they finally patched the program so that pen pressure would work with SAI (sadly, the patch did not work for PlayOnMac… I tried it).

So now, without further ado. Here are the steps that I took to get Pen Pressure working in PaintTool SAI running on Linux:

1) Install Ubuntu 12.04 with VMWare tools www.traffictool.net/vmware/ubu…

Other versions of linux may work, but I haven't tested any of them.

For this step, you must have VMWare Fusion my.vmware.com/web/vmware/info/… If you don't have it or can't afford it, then you may be able to find some other way to install Linux. I can't help you with that, but don't give up! There's lots of information out there so you may just find another way!

2) Next, download and install PlayOnLinux for the Precise version of Ubuntu. You can do this all from the terminal window in Ubuntu (can't find the terminal window? Click on "Dash Home" and type "terminal" in the search box). Open a terminal window and type the following commands :

wget -q "deb.playonlinux.com/public.gpg " -O- | sudo apt-key add -

sudo wget deb.playonlinux.com/playonlinu… -O /etc/apt/sources.list.d/playonlinux.list

sudo apt-get update

sudo apt-get install playonlinux

(NOTE: if you used the vmware image I linked to above, then your sudo password is "password". I strongly recommend you change that as soon as possible)

3) Install your drawing tablet's driver. I'm using a Wacom Bamboo Capture help.ubuntu.com/community/Waco…

4) Now we need to install the right version of Wine in to PlayOnLinux so that PaintTool SAI can use the pen's pressure sensitivity.

- Open PlayOnLinux.
- go to Tools-> Manage Wine Versions and install the version named "1.5.5-SAI". The list wasn't in order for me, so scroll through the whole thing until you find it.

5) Download the PaintTool SAI installer file form the official website: www.systemax.jp/en/sai/

- Just open the installer file and it should automatically open in PlayOnLinux.
- In the Installation For Paint Tool SAI window, change the Installation Folder to "C://Program Files/PaintToolSAI" then click Install.
- I named my virtual drive "SAI" and my program "Paint Tool SAI"

6) Now, you also need to download and unzip the cracked version of SAI: www.mediafire.com/?eryhqymywzn

You need this because there is a bug in PlayOnLinux that will not allow Paint Tool SAI to start if you only us the official install program. PTS thinks it needs Admin rights in order to check for previous versions of PTS. If the link is broken, just google search for Paint Tool SAI Free Full. (I do not advocate using unlicensed software. You should buy a license of PTS and support the fine people who made this awesome program. We are only using the cracked version here because I've not found any alternate method to instal PTS in PlayOnLinux and be able to use pen pressure. Maybe they will fix this bug someday).

7) Now that PTS is installed, we need to configure PlayOnLinux to use the right settings in order to use our pen's pressure.

- in PlayOnLinux, click Configure
- Then select the virtual drive named "SAI"
- under the General tab, change the Wine Version to 1.5.5-SAI
- now under the Miscellaneous tab, click on Open Virtual Drive's Directory. this will open a finder window (no idea if linux users have a different name for this).
- in the window, go to "drive_c" > Program Files > Paint Tool SAI
- Now you want to copy the contents of the cracked version of PTS over the contents of this folder. Make sure you overwrite the existing files.
- Next, open file misc.ini that is the root of the Paint Tool SAI folder and change TabletMouseSimulation = 0 to TabletMouseSimulation = 1 (if you fail to do this, the pen will twitch about the screen all on it's own)
- close the window now, you're done here.

8) In PlayOnLinux, select Paint Tool SAI then click Run. You're PTS should work. I'll edit this as required to make the instructions more clear.

[UPDATE!] 08/08/2013

One of the unfortunate problems with the setup above is that you cannot set your table's buttons using the Wacom Graphics Tablet window under System Settings in Ubuntu.

If you need to modify your tablet's setting, you will have to use the Terminal window, and a command called "xsetwacom". This is a pretty powerful little command, but I feel it's VERY poorly documented.

xsetwacom works, but any changes you make using it will be lost as soon as you unplug your tablet. Not very handy, huh? So, here is my work around solution. We're going to create a Shell Script that will setup the tablet for us. This way, we need only run the shell script after plugging in the tablet and it will do the rest.

First, lets setup the Shell Script. We'll use my tablets settings to begin with, then I'll talk about how you can modify it to suit your needs.

1) Open a terminal window and type: vi LoadWacomSettings.sh
2) Once inside the Editor, type i. This will allow you to insert / start typing your shell script.
3) Paste the code below into the script.

#!/bin/bash

DEVICE="Wacom Bamboo 16FG 4x5 Finger touch" ;
echo "Turning OFF Touch.";
xsetwacom set "$DEVICE" touch off;
DEVICE="Wacom Bamboo 16FG 4x5 Finger pad" ;
echo "Setting Pad's Physical Button 1 to CTRL+S.";
xsetwacom set "$DEVICE" button 1 "key +ctrl s -ctrl";
echo "Setting Pad's Physical Button 2 to CTRL+Z.";
xsetwacom set "$DEVICE" button 9 "key +ctrl z -ctrl";
echo "Setting Pad's Physical Button 3 to Shift+PgUp.";
xsetwacom set "$DEVICE" button 8 "key +shift Pgup";
echo "Setting Pad's Physical Button 4 to Shift+PgDn";
xsetwacom set "$DEVICE" button 3 "key +shift Pgdn";
DEVICE="Wacom Bamboo 16FG 4x5 Pen stylus" ;
echo "Setting Pen's Lower Button to Pan";
xsetwacom set "$DEVICE" button 2 "key +space";
echo "Setting Pen's Upper Button to Right Click";
xsetwacom set "$DEVICE" button 3 3;

4) Exit the editor by typing an Esc then : (colon) then wq! and enter.
*This will write the changes to the file and bring you back to the terminal.
5) Make this Shell Script executable by typing: chmod +x LoadWacomSettings.sh

Whenever you want to load these settings, open a Terminal window and type: ./LoadWacomSettings.sh
* your tablet must already be plugged in before you run the Shell Script.


Customizing your buttons

I have a Bamboo Capture, which has 4 buttons on the pad, and 2 on the stylus. Unfortunately, xsetwacom doesn't label the buttons in a way that appears to make sense. If you are not using a Bamboo Capture, you'll need to play with xsetwacom (or use Google) to find the IDs for each of your buttons. If you have the same tablet that I have, you're in luck! Here are the button IDs for the physical buttons starting from the top-left:

Physical Button | Button ID in xsetwacom
pad Button 1 | button 1
pad Button 2 | button 9
pad Button 3 | button 8
pad Button 4 | button 3

pen button 1 | button 2
pan button 2 | button 3


I recommend setting the buttons' actions using xsetwacom in a Terminal window in order to test your changes. This way, you'll see the errors and quickly be able to modify your commands.

To set the top button on the left side of my tablet to "Undo", I have to modify that button's action using a Terminal window and running the following command:
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger pad" button 1 "key +ctrl z -ctrl"

Let's break down that command into it's parts:
xsetwacom - we're calling on xsetwacom the execute the commands that follow
set - tell the command that we are setting an action. There is also a "get" command, but you don't need it here.
"Wacom Bamboo 16FG 4x5 Finger pad" - this is the name of our device. Specifically, it's the name of the tablet and it does not include the stylus of the touch pad. You can find out the name of all the Wacom devices by running the following command: xsetwacom --list devices
button 1 - this is the xsetwacom button ID that is listed above.
"key +ctrl z -ctrl" - this is the action we want the button to execute when pressed
NOTE: You need the keyword "key" at the beginning of your list of actions, otherwise you will get this error: Cannot parse keyword '+ctrl' at position 1

About the Action Commands:
There are 2 kinds of actions commands: mouse clicks and keyboard shortcuts
1) Mouse Clicks
There are just three values: 1 for left click, 2 for middle click, and 3 for right click. You may have noticed that I set the 2nd Stylus button to a right click in my script: xsetwacom set "$DEVICE" button 3 3
2) Keyboard Shortcuts
These commands make user of the + and -.
+ means "Press and hold this button"
- mean "release this button"
If you don't use either, it treats the command as if you pressed and immediately released the button. Please note that all commands mapped to a button are automatically released when you release the physical button you've mapped them to.

There are a lot of commands here, so begin by typing the following command in a Terminal window (it will list the modifiers that are available to you): xsetwacom --list modifiers

Here is the output of my modifiers (chances are good they are the same as yours):
userubuntu :~$ xsetwacom --list modifiers
20 modifiers are supported:
ctrl
ctl
control
lctrl
rctrl
meta
lmeta
rmeta
alt
lalt
ralt
shift
lshift
rshift
super
lsuper
rsuper
hyper
lhyper
rhyper

46 specialkeys are supported:
f1
f2
f3
f4
f5
f6
f7
f8
f9
f10
f11
f12
f13
f14
f15
f16
f17
f18
f19
f20
f21
f22
f23
f24
f25
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
esc
Esc
up
down
left
right
backspace
Backspace
tab
PgUp
PgDn

Keep in mind that this list does not include regular keys such as "S" or "space", but you can use those keys as well.
In the shell script above, replace the commands that are inside the double quotes with your own set of keystrokes. For example: you might want your top button to be "Redo" instead of "Save". The shortcut for Redo is Control+y. So you'd set button 1 to "key +ctrl y".
xsetwacom set "$DEVICE" button 1 "key +ctrl y";

Please note that not all keys work for commands. I tried using [ and ] but they didn't work (nor did they throw an error when I set them as my action). Paint Tool SAI uses these brackets to Increase and Decrease the pen size - a tool I find very handy. To get around this limitation, you'll need to setup the custom shortcuts in Paint Tool SAI to a command that xsetwacom will recognize. In this case, I set the Increase and Decrease the pen size command to Shift Pageup and Shift Pagedown.

I hope this wasn't too confusing and was actually helpful. I know it's a lot of information, but one you get everything setup, it's really easy to use your tablet with custom settings.

Side Note:
There was some rumbling the internet about some sort of config file you could setup under /etc/X11 so that your settings would auto-magically be set when you plugged in your drawing tablet, but I was never able to come close to getting that to work (if you know how to make this work, please feel free to comment below).
Good luck!

Related content
Comments: 201

Stepphers [2018-07-25 02:57:17 +0000 UTC]

I don't know if you could direct me to help, but I am a windows 10 creators update user and I am trying to install a monoprice 10594 tablet. 

👍: 1 ⏩: 0

VividMayhem137 [2018-03-07 05:20:33 +0000 UTC]

Hello, I just got Linux Mint Cinnamon.. and I've been trying for hours, to get Sai to work.. Help please..!

👍: 0 ⏩: 1

ICanArtSorta In reply to VividMayhem137 [2018-06-17 16:29:47 +0000 UTC]

Idk if you still need help

But I used this method last night- askubuntu.com/questions/101390…



👍: 1 ⏩: 0

hayyifas [2018-02-19 22:39:04 +0000 UTC]

Um I know someone has asked this already but do you think you could make a video on YouTube? I've tried to follow but I'm not sure what I'm doing anymore and this seems to be one of the few good places with this information. (That I know of.)

👍: 0 ⏩: 0

Whetsit-Tuya [2018-02-01 06:09:11 +0000 UTC]

Can I get the pressure sensitivity working by simply switching from Unity to MATE and avoiding the VMFusion whatever?

👍: 0 ⏩: 0

Angel-Tigercloud [2017-10-31 14:00:59 +0000 UTC]

Btw this just works with the 32bit Version. Is there a 64bit Version? I have a ton of free Memory but because of the 32bit it can just handle 4GB, which is a bit annoying

👍: 0 ⏩: 0

catusfelony [2017-09-29 19:45:46 +0000 UTC]

I got it working fine on Debian but there's a little problem with pressure where the stroke is cut short whenever I put more pressure than whatever is its maximum, if anyone could help me out with that it'd be very much appreciated!

👍: 0 ⏩: 0

Devil-Fruit-User-Lis [2017-09-22 14:16:45 +0000 UTC]

so you know how to let painttool sai work on a mac with wine? i don't really care about pen pressure. i just want my beloved painttool sai back.

i can't seem to make it work with wine.
can you please help me and tell me how you did this?
i'm in desperate need for your help hahaha

👍: 0 ⏩: 0

Angel-Tigercloud [2017-08-10 16:52:23 +0000 UTC]

If that works, you are my hero!

👍: 0 ⏩: 0

P0k3yGam3rGirl [2017-05-31 17:44:25 +0000 UTC]

I tried following the steps but apparently my computer doesn't like them. XP

👍: 0 ⏩: 0

hihellosup [2017-01-17 20:26:24 +0000 UTC]

what if i want to uninstall it? what do i do? help

👍: 0 ⏩: 1

Perkelee In reply to hihellosup [2017-01-23 18:40:39 +0000 UTC]

You use 
sudo apt-get purge

👍: 0 ⏩: 0

macpainttool [2017-01-04 02:57:42 +0000 UTC]

Really thanks. You save my life!  I like sai!

Do you know how to operate sai on mac? Currently, I followed the method of the article 3 alternative to Paint Tool sai Mac OS X EI Capital   with pen pressure support. I would like try to find out the most convenient method to use paint tool sai on Mac and this seems to work.

Here is a suggestion from my friend: Another nice paint tool on Mac is named Pro Paint for Mac which can paint, draw, edit image, vector graphic design, free-form transformation, add filters, crop, alpha channel edit and more like paint tool sai.

👍: 0 ⏩: 0

MartenMartes [2016-12-19 19:39:16 +0000 UTC]

You saved my life! Thanks a lot for this tutorial!

👍: 0 ⏩: 0

Rythymn [2016-12-17 02:42:53 +0000 UTC]

I have the issue of the cursor flickering as I try to use my Wacom Intuos in Sai, i cannot draw or interact unless i use my mouse. Any opnions, BTW i am using Ubuntu

👍: 0 ⏩: 0

Laugh-Butts [2016-10-02 04:44:04 +0000 UTC]

You are wonderful for helping out the community on this!

👍: 0 ⏩: 0

ok3y11 [2016-09-25 10:41:12 +0000 UTC]

I wrote a script that installs PTS on its own.
NOTE! This requires wine-staging!

1. Download install.sh  into a directory ON ITS OWN!
2. Enter the directory where you downloaded the script via a terminal
3. Run commands:

chmod +x install.sh

./install.sh

4. Once done, you can run start.sh and start drawing!
You can follow the tablet setup instructions in the description here!

Although you can save yourself the hassle if you just install Krita..

👍: 0 ⏩: 3

Whetsit-Tuya In reply to ok3y11 [2018-01-09 01:50:48 +0000 UTC]

Hello good sir if you don't mind my asking how do you enter the directory where it was downloaded? It keeps giving me an error called "Unable to find the requested file. Please check the spelling and try again.
Unhandled error message: Error when getting information for file '/home/music': No such file or directory"
(I saved install.sh into my Music folder which has no other files in it)

👍: 0 ⏩: 0

Angel-Tigercloud In reply to ok3y11 [2017-08-17 17:30:31 +0000 UTC]

You can also assign .sai Files to open them by double click.

I use "Choose other application" -> "Use a custom command" which is in my case:
/usr/bin/env bash -c "printf 'z:%%q\\n' %F | WINEPREFIX='/home/peter/SAI/.painttoolsai/' xargs wine 'C:\\Program Files\\PaintTool SAI English Pack\\sai.exe'"

You have just replace "/home/peter/SAI/" with the Path where do you run the installation File

After that you are able to open SAI-Files by double click!

👍: 0 ⏩: 0

Angel-Tigercloud In reply to ok3y11 [2017-08-10 18:48:17 +0000 UTC]

Lol worked instant.... After trying the install via Playlinux your script just worked out of the box... and it is pretty short! Thanks a bunch <3

👍: 0 ⏩: 1

ok3y11 In reply to Angel-Tigercloud [2017-08-30 20:32:55 +0000 UTC]

No problem.

👍: 0 ⏩: 0

KreepaGrlKilla17 [2016-07-29 11:00:47 +0000 UTC]

my pts wont launch ;-;

👍: 0 ⏩: 0

RaguTheNinja [2016-07-11 19:23:48 +0000 UTC]

I've replaced the downloaded version with the demo, but it doesn't open anyway

👍: 0 ⏩: 0

mlprainbowarts [2016-05-14 00:36:21 +0000 UTC]

What version is this? I have the Ubuntu version

👍: 0 ⏩: 0

fankspop [2016-05-08 21:33:19 +0000 UTC]

Thank you soooo much

👍: 0 ⏩: 0

KlipusTFM [2016-04-17 18:40:02 +0000 UTC]

Nice tutorial, thanks!

👍: 0 ⏩: 0

ToxicWolvez-RxRx [2016-04-04 05:12:22 +0000 UTC]

If you have a youtube,  can you make a video on how to? i dont understand it ;-;

👍: 0 ⏩: 0

Hyosymura [2016-01-26 09:53:10 +0000 UTC]

at step 5 , i already download SAI 1.2 , but it's not automatically open in POL , it's opened in archive manager

👍: 0 ⏩: 0

TWDG-writer [2016-01-10 18:57:36 +0000 UTC]

How can I just download this in Windows? 
I am getting pissed off, there is a key code for some art software from Wacom but I can't find where to use it.

👍: 0 ⏩: 1

redarmyvevo In reply to TWDG-writer [2016-05-06 00:48:35 +0000 UTC]

there's a completely different version that's like, 10x easier to install

as long as your tablet is set up, it will work fine, here's the link: theultimatefailure.deviantart.…

i have it, it's gr8.

👍: 0 ⏩: 0

ThomasSavageCarder [2015-12-01 02:46:52 +0000 UTC]

I fucking love you.

👍: 0 ⏩: 0

Archsider [2015-11-13 14:10:08 +0000 UTC]

holy shit O_O 
xDDD I'm happy with Krita xDDD

👍: 0 ⏩: 0

Gislas [2015-10-31 18:06:10 +0000 UTC]

Worked for me in Linux Mint 17.1 except for the pressure, but I'm sure I'll be capable of figuring it out. Thanks for the detailed tutorial!

👍: 0 ⏩: 0

BrushiBall546 [2015-09-26 18:40:46 +0000 UTC]

It works! Thank you so much!

👍: 0 ⏩: 0

EnglishFlier [2015-09-03 23:55:50 +0000 UTC]

Isn't a Chrome OS based Chromebook related to Linux?

👍: 0 ⏩: 1

Fofinho In reply to EnglishFlier [2016-03-17 20:04:49 +0000 UTC]

yeah

👍: 0 ⏩: 0

ameboid [2015-08-29 22:24:48 +0000 UTC]

Followed your instructions on Arch Linux and the pressure still doesn't work.

👍: 0 ⏩: 0

UberM [2015-08-19 11:36:34 +0000 UTC]

After I set TabletMouseSimulation = 1 mouse draws fine, but when I try to draw with the pen the circle of brush size disappears and it draws nothing. The pointer moves fine. When drawing with the mouse - circle appears. I got Wacom bamboo
....
I just find out that it draws with "eraser" on top of the pen, not the tip of the pen.  Also, find out that with the tip it draws in the side to where I stroke with cosmic speed, and even reacts to pressure. its horrible. I want sai on Linux, why I should suffer so much

👍: 0 ⏩: 1

gem-magic In reply to UberM [2015-08-29 16:48:26 +0000 UTC]

I was trying SAI out on Ubuntu and had the same problem, but I fixed it by changing another one of the options in the misc.ini file. I can't remember what it was called exactly now, but I think it had to do with the window size or something. (You'll be able to find it, just look through the file.) I changed it from a 0 to a 1 (or a 1 to a 0, basically just change it to whichever isn't the default), and everything worked perfectly.

👍: 0 ⏩: 0

cuntess13 [2015-07-24 11:49:20 +0000 UTC]

Thank you!

👍: 0 ⏩: 0

EncryptedPhoneNumber [2015-06-27 15:10:41 +0000 UTC]

How would I go about "unzipping" the cracked version. I've been using Ubuntu for the past six years and I've never heard of that term before.

👍: 0 ⏩: 0

SASteve [2015-04-16 08:00:38 +0000 UTC]

Thank you, it works on Ubuntu 14.04

👍: 0 ⏩: 0

mo259 [2015-04-05 15:31:40 +0000 UTC]

Thank you sooo much, worked perfectly on ubunto 14.04 <3

👍: 0 ⏩: 1

deliciousnai In reply to mo259 [2015-08-11 21:45:23 +0000 UTC]

did you follow all steps? or skip some steps? i'm new in ubuntu 14.04 and wanna use sai in it...

👍: 0 ⏩: 1

xerion567 In reply to deliciousnai [2015-08-24 20:12:57 +0000 UTC]

If you're still interested in this I can help.

👍: 0 ⏩: 1

deliciousnai In reply to xerion567 [2015-09-13 16:32:18 +0000 UTC]

really? thank you so much, i appreciate it! >_<

👍: 0 ⏩: 1

xerion567 In reply to deliciousnai [2015-09-13 17:53:47 +0000 UTC]

Sure! To start tell me what you have done so far, and which parts you need help with (it's ok if you're not even sure where to start. ^^)
I should be able to respond within a day.

👍: 0 ⏩: 1

deliciousnai In reply to xerion567 [2015-09-13 23:30:08 +0000 UTC]

i sent you a note so it won't disturb the owner of this post
thank you so much btw

👍: 0 ⏩: 1

xerion567 In reply to deliciousnai [2015-09-14 15:32:56 +0000 UTC]

You are very welcome! The new version of SAI (1.2) seems to install and work just fine as well (if you have a paid version). These instructions are old, but most of it is still useful info.

👍: 0 ⏩: 0

Mortemire [2015-03-21 23:04:48 +0000 UTC]

Wish this worked for me ;;

👍: 0 ⏩: 1


| Next =>