File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,3 +23,31 @@ env SDL_VIDEODRIVER=wayland ./osu.AppImage
2323``` bash
2424env 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
You can’t perform that action at this time.
0 commit comments