# 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 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 Thnderbolt 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/9i8sMqgiYyiqJGswFbZc" 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 support DP alt mode, you have several remaining strategies:

* **Read the documentation**. Look for for the words "Thunderbolt" of "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: 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/pen-displays/usbc-dp-alt-mode.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.
