-
Notifications
You must be signed in to change notification settings - Fork 20
Wayland support
NelloKudo edited this page Sep 21, 2023
·
4 revisions
If you noticed your tablet isn't working in-game but only on your desktop, that's because of Absolute mode:
The fix to this is to set OTD to Artist mode instead, but that'll have a massive impact on input latency.
To make up for it, you need to set some stuff in /etc/libinput/local-overrides.quirks
. You can quickly do it like this:
sudo mkdir -p /etc/libinput
echo '[OpenTabletDriver Virtual Tablets]
MatchName=OpenTabletDriver*
AttrTabletSmoothing=0' | sudo tee -a /etc/libinput/local-overrides.quirks
Reboot, and your tablet should now be working.
The fix for this is to install a patched package for XWayland, you can use the following:
- Ubuntu and deriv. / OpenSUSE: Follow the instructions at here: Patched XWayland
- Arch Linux: Grab xorg-xwayland-osu from AUR.
- Fedora: Follow the instructions at here: Patched XWayland
Reboot and you should be good.