> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/guides/drivers.md).

# Drivers

## Overview

To use all the features of your drawing tablet, you must install drivers on your computer.

## The importance of installing tablet drivers

Without tablet drivers, you will not be able to:

* Use tilt
* Use pressure
* Configure the buttons on the pen
* Configure buttons on the tablet
* Control which display the tablet is mapped to
* Ensure that you have matching aspect ratios between your tablet and display so that you are drawing without distortion
* Control the pressure curve of the pen, though you may still be able to control it in apps that support it.

Related video: Why you need to install tablet drivers: <https://www.youtube.com/watch?v=qUsZUcH6SWk>

## Driver downloads

* Wacom: <https://www.wacom.com/en-us/support/product-support/drivers>
* Huion: <https://www.huion.com/download/>
* XP-Pen: <https://www.xp-pen.com/download>
* Xencelabs: <https://www.xencelabs.com/support/download-drivers/>

## Using a tablet without installing drivers

In **some** cases, it is possible to use a tablet without drivers. More here: [Using a drawing tablet without installing drivers](/drawtab/guides/drivers/drawtab-without-installing-drivers.md).

## Driver compatibility with multiple tablets

A specific version of a tablet driver tends to be compatible with a range of tablets from a specific manufacturer.

For example, Wacom's Windows drivers are compatible with a wide range of its tablets.

Here is the [compatibility list](https://cdn.wacom.com/u/productsupport/drivers/win/professional/releasenotes/Windows_6.4.4-3.html) for version 6.4.4-3 of the Wacom drivers.

![](/files/XkTZlWJasDXFsxqOwgfq)

## OpenTabletDriver

* An alternative to manufacturer-provided drivers is **OpenTabletDriver** (<https://opentabletdriver.net/>).
* If you want to try OpenTabletDriver:
  * [Install OpenTabletDriver on Windows](/drawtab/guides/drivers/opentabletdriver/otd-windows-install.md)
  * [Install OpenTabletDriver on MacOS](/drawtab/guides/drivers/opentabletdriver/otd-macos-install.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sevenpens.com/drawtab/guides/drivers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
