> 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/platforms/chromeos/chromebook-testing-results.md).

# ChromeOS testing results

{% hint style="info" %}
More information:

* [Connecting a drawing tablet to a ChromeOS device](/drawtab/guides/platforms/chromeos/drawtabs-with-chromeos.md)
  {% endhint %}

## **Testing**

* Chromebook hardware: HP Dragonfly Pro Chromebook
* ChromeOS version: 126.0.06478.132

## **Pen tablet results**

**General limitations**\
Keep in mind the general limitations that apply to pen tablets when used with a Chromebook.

* No pressure curves
* No force proportions - so drawing is distorted. See: [Matching aspect ratios with Force Proportions](/drawtab/guides/customizing/force-proportions.md)
* etc.

**Wacom One M (CTC-6110WL)**

* Nothing works

**Wacom Intuos Pro Large (PTK-870)**

* Pressing down draws or clicks: YES
* Pressure: works
* Tilt: works
* Device recognized as a pen tablet: YES
* ChromeOS allows buttons to be customized: YES

**Wacom Intuos Pro Medium 2017 (PTH-660)**

* Pointer: No pointer visible when using pen
* Pressing down draws or clicks: YES
* Pressure: works
* Tilt: works
* Lower button: works
* Upper button: works
* Device recognized as a pen tablet: yes
* ChromeOS allows buttons to be customized: YES

## **Pen display results**

**XP-Pen Artist Pro 16 GEN2**

* Display: works
* Pointer: No pointer visible when using pen
* Pressing down draws or clicks: YES
* Pressure: works
* Tilt: works
* Lower button: does not work
* Upper button: works
* Device recognized as a pen display: NO
* Works with single USB-C cable: YES

**Wacom Movink 13**

* The Movink 13 is treated as an external display. Touch and pen do not work.

**Huion Kamvas Pro 16 Plus 4K**

* Display: works
* Pointer: No pointer visible when using pen
* Pressing down draws or clicks: YES
* Pressure: DOES NOT WORK
* Tilt: DOES NOT WORK
* Lower button: DOES NOT WORK
* Upper button: DOES NOT WORK
* Device recognized as a pen display: NO
* Works with single USB-C cable: NO. Required another USB-C cable for power.

**XP-Pen Artist 13 GEN2**

* Display: works
* Pointer: No pointer visible when using pen
* Pressing down draws or clicks: YES
* Pressure: DOES NOT WORK
* Tilt: DOES NOT WORK
* Lower button: DOES NOT WORK
* Upper button: DOES NOT WORK
* Device recognized as a pen display: NO
* Works with single USB-C cable: YES


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sevenpens.com/drawtab/guides/platforms/chromeos/chromebook-testing-results.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
