Skip to content

Commit

Permalink
linux/FAQ: Add GIMP to Art section
Browse files Browse the repository at this point in the history
This commit contains a FIXME because the text is not verified with X11
  • Loading branch information
gonX committed Nov 27, 2023
1 parent 668b479 commit 1fc84dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _wiki/FAQ/LinuxAppSpecific.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,18 @@ You can confirm the setting is applied by running the following command and veri
```bash
libinput list-devices | grep -i OpenTabletDriver
```

If your program still does not work after ensuring the output mode has been set in the driver, please read on.

#### GIMP {#gimp}

1. Go to 'Edit -> Input Devices' in the GIMP Toolbar
2. Make sure any of the devices matching the following settings are set to 'Mode: Screen' in the right hand panel
- `Core Pointer`
- `xwayland-tablet eraser`, if present
- `xwayland-tablet stylus`, if present
- `OpenTabletDriver Virtual Artist Tablet` (FIXME: verify this is correct for X11)
> Any devices not in the list above should have their Mode set to Disabled
3. Ensure your chosen tool supports pressure
- Most tools support this by using the 'Basic Dynamics' Dynamic profile in the Tool Options Dialog
> If you can't find the tool options, they can be found in 'Windows -> Dockable Dialogs -> Tool Options' in the GIMP Toolbar

0 comments on commit 1fc84dc

Please sign in to comment.