> 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/hdmi-adapters/dvi-to-hdmi-adapters.md).

# DVI to HDMI adapters

## Overview

DVI is a bit of an older display protocol type. There are DVI-to-HDMI adapters on the market but I don't have a direct experience in using them.

If your computer has a DVI port:

* You need to know the "shape" of the DVI port (see below)
* And get a male DVI to female HDMI adapter that matches that port type

## Example

Here's an example of such an adapter.

<figure><img src="/files/0jlusJjiZIEpt3Lfnziv" alt="" width="563"><figcaption></figcaption></figure>

## DVI port types

<figure><img src="/files/oz19qOa8jNSoSK7zr0FD" alt="" width="563"><figcaption></figcaption></figure>

## Videos:

* [ZachEberly -DVI-D to HDMI Adapter TESTING! | Questions and Answers!!](https://www.youtube.com/watch?v=oaFlLtkOh_c) \[2020]

## Reddit threads

* [/r/wacom - will this hdmi to dvi adapter work with a cintiq](https://www.reddit.com/r/wacom/comments/13kqia7/will_this_hdmi_to_dvi_adapter_work_with_a_cintiq/)

## Other resources

* <https://en.wikipedia.org/wiki/Digital\\_Visual\\_Interface>


---

# 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/hdmi-adapters/dvi-to-hdmi-adapters.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.
