Skip to content

Wayland support

NelloKudo edited this page Sep 21, 2023 · 4 revisions

Tablet not working in game

If you noticed your tablet isn't working in-game but only on your desktop, that's because of Absolute mode:

image

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.

osu! fps locked to refresh ratio (60fps/144fps etc...)

The fix for this is to install a patched package for XWayland, you can use the following:

Reboot and you should be good.