Skip to content

Commit c961c42

Browse files
authored
Merge pull request #59 from gonX/linux-faq-art-programs
Add GIMP instructions to Linux App FAQ
2 parents 01b7b4a + ab132e5 commit c961c42

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

site/_wiki/FAQ/LinuxAppSpecific.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,31 @@ env SDL_VIDEODRIVER=wayland ./osu.AppImage
2323
```bash
2424
env SDL_VIDEODRIVER=wayland osu-lazer
2525
```
26+
27+
---
28+
29+
## Art Programs {#art}
30+
31+
Firstly, make sure your output mode is [set to Artist Mode]({% link _wiki/FAQ/Linux.md %}#artist-mode)
32+
33+
You can confirm the setting is applied by running the following command and
34+
verifying that at least 1 listed device contains 'Artist' in the name:
35+
36+
```bash
37+
libinput list-devices | grep -i OpenTabletDriver
38+
```
39+
40+
If your program still does not work after ensuring the output mode has been set in the driver, please read on.
41+
42+
### GIMP 2 {#gimp2}
43+
44+
1. Go to 'Edit -> Input Devices' in the GIMP Toolbar
45+
2. Make sure any of the devices matching the following settings are set to 'Mode: Screen' in the right hand panel
46+
- `Core Pointer`
47+
- `xwayland-tablet eraser`, if present
48+
- `xwayland-tablet stylus`, if present
49+
- `OpenTabletDriver Virtual Artist Tablet Pen`, if present and on X11
50+
> Any devices not in the list above should have their Mode set to Disabled
51+
3. Ensure your chosen tool supports pressure
52+
- Most tools support this by using the 'Basic Dynamics' Dynamic profile in the Tool Options Dialog
53+
> If you can't find the tool options, they can be found in 'Windows -> Dockable Dialogs -> Tool Options' in the GIMP Toolbar

0 commit comments

Comments
 (0)