Skip to content

Commit c6b1524

Browse files
authored
Merge pull request #233 from TechniKris/main
FAQ/Linux: Add note about DE mapping virtual device in multi-monitor setups
2 parents f6d7f66 + f20cfcf commit c6b1524

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

site/_wiki/FAQ/Linux.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,26 @@ Failed to initialize virtual tablet. (error code EACCES)
8787

8888
Try disabling your filters one-by-one and see if input finally works.
8989

90+
## Display mapping behaves unexpectedly on a multi-monitor setup {#multi-monitor-mapping-issues}
91+
92+
OpenTabletDriver's virtual device might be getting picked up by your desktop environment, which could be mapping its area to another monitor.
93+
94+
In order to avoid the two from conflicting, you will need to map one of the display area editors to all screens:
95+
96+
### In desktop environment {#multi-monitor-fix-in-de}
97+
98+
- Find your desktop environment's tablet settings page and, if possible, map the virtual device to all screens
99+
- Set your intended area in OpenTabletDriver
100+
101+
Note that some desktop environments might not allow for such a configuration.
102+
103+
### In OpenTabletDriver {#multi-monitor-fix-in-otd}
104+
105+
- `Right click` the display area editor
106+
- Select `Set to display` -> `Virtual Display`
107+
- Save or apply your settings
108+
- Set your intended area in your desktop environment's settings
109+
90110
## Tablet is working but there is no pressure {#artist-mode}
91111

92112
Pressure support is available by changing the output mode of OpenTabletDriver to Artist Mode:

0 commit comments

Comments
 (0)