> 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/pen-displays/usbc-dp-alt-mode.md).

# USB-C DisplayPort alt mode

## Overview

If you want to send a display signal from your computer to a pen display via a USB-C cable, then the ports and cables need to support **DP alt mode** (DisplayPort Alternative Mode).

<mark style="color:red;">**NOT ALL USB-C PORTS OR CABLES SUPPORT DP ALT MODE.**</mark>

Support for DP alt mode is something you must verify for your ports and your cables. Sometimes this is not straightforward to do. You will find multiple techniques described below.

## Verifying if your USB-C port or cable supports DP alt mode

### Option 1: DisplayPort alt mode symbol

The DisplayPort symbol indicates that the cable or port supports DP alt mode. Unfortunately, many cables that do support DP alt mode do not have this logo.

<div align="left"><figure><img src="/files/ub6LbkhkLPMmTvFjM3bB" alt="" width="140"><figcaption></figcaption></figure></div>

### Option 2: Thunderbolt symbol

The Thunderbolt symbol indicates a cable or port supports DP-alt mode.

Here is an example of two USB-C ports with the Thunderbolt symbol.

<div align="left"><figure><img src="/files/aNLTHBJpAnYSVb3jfEJy" alt="" width="188"><figcaption></figcaption></figure></div>

Here is an example of a cable with a Thunderbolt symbol.

<div align="left"><figure><img src="/files/z6BNoDxvMDkM88Q49THA" alt="" width="169"><figcaption></figcaption></figure></div>

Unfortunately, many USB-C Thunderbolt ports and cables simply do not have the Thunderbolt logo on them.

### Option 3: Unlabeled ports and cables

If your cable or port does not clearly indicate DP alt mode, you still have several strategies:

* **Read the documentation**. Look for the words "Thunderbolt" or "DP alt mode." Sometimes the documentation will say something more ambiguous, like "supports display."
* **Contact product support** from your manufacturer. Just ask them!
* **Reach out to an online community** and ask if anyone has been able to use that port in their tablet to receive a display signal.

## Things to keep in mind

* You have to verify DP support for the USB-C port AND the USB-C cable. Just having one support DP alt mode is not enough.
* DP alt mode has nothing to do with whether the port or cable can carry power or carry enough power. That is a separate issue.


---

# 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/pen-displays/usbc-dp-alt-mode.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.
