We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b7b4a commit f404ddaCopy full SHA for f404dda
1 file changed
site/_wiki/FAQ/LinuxAppSpecific.md
@@ -23,3 +23,14 @@ env SDL_VIDEODRIVER=wayland ./osu.AppImage
23
```bash
24
env SDL_VIDEODRIVER=wayland osu-lazer
25
```
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 verifying that at least 1 listed device contains 'Artist' in the name.
34
+```bash
35
+libinput list-devices | grep -i OpenTabletDriver
36
+```
0 commit comments