Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions site/_wiki/FAQ/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ AttrTabletSmoothing=0

You should restart the OpenTabletDriver daemon after updating this file.

## Can I bypass the stock tablet driver block? {#bypass-driver-block}

Yes. Use the `-i` flag when invoking `modprobe` to bypass the block. E.g.:

```sh
modprobe -i wacom
```

OpenTabletDriver uses `install /usr/bin/true` rather than `blacklist` as some
official manufacturer tablet drivers was found to not clean up properly when
uninstalled.

## Still have problems? {#discord}

If you are still encountering problems with OpenTabletDriver, it will be easier to help you over in our [Discord]({{ site.data.links.project.DiscordInvite }}) server. We will guide you in doing certain debugging steps and will give you different instructions to help resolve your problem.
Loading