Skip to content

Commit f404dda

Browse files
committed
linux/FAQ: Add Art section
1 parent 01b7b4a commit f404dda

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

site/_wiki/FAQ/LinuxAppSpecific.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ 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 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

Comments
 (0)