Skip to content

Wayland support

NelloKudo edited this page Sep 27, 2024 · 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

There are two possible fixes:

  • Using WINE_ENABLE_ABS_TABLET_HACK=2 in ~/.local/bin/osu-wine
  • Setting OTD to Artist Mode

To make up for Artist Mode's input latency though, 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.