DVI-D: Difference between revisions
Created page with "Category:Video signal formats" Tag: visualeditor-wikitext |
Add comprehensive content for DVI-D signal format page (via update-page on MediaWiki MCP Server) |
||
| Line 1: | Line 1: | ||
'''DVI-D''' ('''Digital Visual Interface — Digital''') is a digital video interface standard developed by the Digital Display Working Group (DDWG) and released in April 1999. DVI-D carries only digital video signals using Transition-Minimized Differential Signaling (TMDS), distinguishing it from DVI-I (which supports both digital and analog) and DVI-A (analog only). DVI-D was the first widely adopted uncompressed digital video interface for computer displays and was later adapted into the foundation for [[HDMI]].<ref name="wp-dvi">[https://en.wikipedia.org/wiki/Digital_Visual_Interface "Digital Visual Interface"], Wikipedia.</ref> | |||
== History == | |||
By the late 1990s, the limitations of analog VGA connections were becoming apparent as display resolutions increased and digital flat-panel LCD monitors entered the market. Converting digital pixel data to analog (at the graphics card) and back to digital (at the LCD panel) introduced unnecessary signal degradation. The DDWG — a consortium of Intel, Silicon Image, Compaq, Fujitsu, Hewlett-Packard, IBM, and NEC — developed DVI to provide a direct digital link between graphics sources and displays.<ref name="wp-dvi" /> | |||
DVI superseded earlier digital interface proposals including Plug and Display (P&D) and Digital Flat Panel (DFP), neither of which gained significant traction. DVI's success came from its balance of features: backward compatibility with analog VGA (via DVI-I), support for high resolutions through dual-link configurations, and a royalty-free licensing model. | |||
DVI dominated the computer display market through the 2000s until it was gradually displaced by [[HDMI]] (in consumer electronics) and DisplayPort (in computing) from the late 2000s onward. | |||
== Signal Characteristics == | |||
DVI-D uses TMDS (Transition-Minimized Differential Signaling) to transmit pixel data serially at high speed over twisted-pair conductors. The TMDS link encodes 8-bit color data into 10-bit symbols (8b/10b encoding) to minimize electromagnetic interference and maintain DC balance. | |||
{| class="wikitable" | |||
! Parameter !! Value | |||
|- | |||
| Signal type || Digital (TMDS encoding) | |||
|- | |||
| Single-link bandwidth || 165 MHz pixel clock (up to 1920×1200 @ 60 Hz) | |||
|- | |||
| Dual-link bandwidth || 330 MHz pixel clock (up to 2560×1600 @ 60 Hz) | |||
|- | |||
| Color depth || Up to 24-bit (8 bits per channel); 48-bit with dual link | |||
|- | |||
| Audio || Not supported (video only) | |||
|- | |||
| Content protection || HDCP 1.x (optional) | |||
|- | |||
| Connector || 18+1 pin (single-link), 24+1 pin (dual-link) | |||
|- | |||
| Max cable length || ~5 m (standard copper); up to 15 m with high-quality cable | |||
|} | |||
A single-link DVI-D connection uses three TMDS data pairs (one per color channel) plus a clock pair, supporting pixel clock rates up to 165 MHz. Dual-link DVI-D adds a second set of three data pairs, doubling the available bandwidth and enabling higher resolutions and refresh rates.<ref name="wp-dvi" /> | |||
== DVI Variants == | |||
The DVI specification defines three connector variants: | |||
* '''DVI-D''' (Digital only) — carries only digital TMDS signals. Available in single-link (18+1 pin) and dual-link (24+1 pin) configurations. This is the most common variant on display devices. | |||
* '''DVI-I''' (Integrated) — carries both digital TMDS and analog VGA signals on additional pins. Can connect to either digital or analog displays using appropriate cables or adapters. | |||
* '''DVI-A''' (Analog only) — carries only the analog VGA-compatible signals. Rarely encountered as a standalone connector. | |||
DVI-D connectors physically cannot accept DVI-A or DVI-I plugs with analog pins, preventing accidental analog-only connections to digital-only devices. | |||
== Relationship to HDMI == | |||
[[HDMI]] was developed as a consumer-oriented successor to DVI, sharing the same TMDS electrical signaling. Key differences include: | |||
* HDMI adds embedded digital audio (DVI is video only) | |||
* HDMI uses a smaller connector | |||
* HDMI adds Consumer Electronics Control (CEC) for device control | |||
* HDMI includes mandatory HDCP content protection | |||
Because the underlying digital video signal is identical, passive DVI-D to HDMI adapters work without signal conversion, though audio and HDMI-specific features are not available over the DVI-D connection. | |||
== Use on CRT Displays == | |||
DVI-D appeared on a small number of high-end CRT monitors in the early-to-mid 2000s, primarily multi-sync professional and prosumer PC monitors that were designed to work with both CRT tubes and emerging digital sources. Examples include late-model NEC MultiSync, Sony GDM, and ViewSonic CRT monitors aimed at professional graphics and CAD applications. | |||
DVI-D was more commonly found on CRT displays as part of a DVI-I connector, where the analog pins provided backward compatibility with VGA sources while the digital pins supported newer graphics cards. On these CRT monitors, the digital DVI signal was internally converted to the analog signals required to drive the CRT's electron guns, meaning the theoretical image quality advantage of an all-digital path did not apply — the signal still passed through a digital-to-analog conversion stage inside the monitor. | |||
A few late-model HD CRT televisions, particularly from Sony, included DVI inputs (predating the adoption of HDMI) that allowed connection of early HD sources and HTPC setups. On some Sony HD CRT chassis, the DVI decoder was implemented on a separate internal board that converted the digital input to analog [[Component (YPbPr)|YPbPr]] for the CRT's video processing. | |||
For the retro gaming and CRT community, DVI-D is primarily relevant as a source output — modern graphics cards with DVI outputs can feed CRT monitors directly (for VGA-compatible CRT monitors via DVI-I to VGA adapters), or can be converted to analog formats via active converters for use with standard-definition CRT televisions. | |||
== See Also == | |||
* [[HDMI]] — Consumer digital interface based on DVI's TMDS signaling | |||
* [[VGA (RGBHV)]] — Analog computer display interface that DVI was designed to replace | |||
* [[RGBS]] — Analog RGB signal format used on professional CRT monitors | |||
* [[Component (YPbPr)]] — Analog HD connection on consumer CRT televisions | |||
== References == | |||
<references /> | |||
[[Category:Video signal formats]] | [[Category:Video signal formats]] | ||
Latest revision as of 19:15, 10 February 2026
DVI-D (Digital Visual Interface — Digital) is a digital video interface standard developed by the Digital Display Working Group (DDWG) and released in April 1999. DVI-D carries only digital video signals using Transition-Minimized Differential Signaling (TMDS), distinguishing it from DVI-I (which supports both digital and analog) and DVI-A (analog only). DVI-D was the first widely adopted uncompressed digital video interface for computer displays and was later adapted into the foundation for HDMI.[1]
History
By the late 1990s, the limitations of analog VGA connections were becoming apparent as display resolutions increased and digital flat-panel LCD monitors entered the market. Converting digital pixel data to analog (at the graphics card) and back to digital (at the LCD panel) introduced unnecessary signal degradation. The DDWG — a consortium of Intel, Silicon Image, Compaq, Fujitsu, Hewlett-Packard, IBM, and NEC — developed DVI to provide a direct digital link between graphics sources and displays.[1]
DVI superseded earlier digital interface proposals including Plug and Display (P&D) and Digital Flat Panel (DFP), neither of which gained significant traction. DVI's success came from its balance of features: backward compatibility with analog VGA (via DVI-I), support for high resolutions through dual-link configurations, and a royalty-free licensing model.
DVI dominated the computer display market through the 2000s until it was gradually displaced by HDMI (in consumer electronics) and DisplayPort (in computing) from the late 2000s onward.
Signal Characteristics
DVI-D uses TMDS (Transition-Minimized Differential Signaling) to transmit pixel data serially at high speed over twisted-pair conductors. The TMDS link encodes 8-bit color data into 10-bit symbols (8b/10b encoding) to minimize electromagnetic interference and maintain DC balance.
| Parameter | Value |
|---|---|
| Signal type | Digital (TMDS encoding) |
| Single-link bandwidth | 165 MHz pixel clock (up to 1920×1200 @ 60 Hz) |
| Dual-link bandwidth | 330 MHz pixel clock (up to 2560×1600 @ 60 Hz) |
| Color depth | Up to 24-bit (8 bits per channel); 48-bit with dual link |
| Audio | Not supported (video only) |
| Content protection | HDCP 1.x (optional) |
| Connector | 18+1 pin (single-link), 24+1 pin (dual-link) |
| Max cable length | ~5 m (standard copper); up to 15 m with high-quality cable |
A single-link DVI-D connection uses three TMDS data pairs (one per color channel) plus a clock pair, supporting pixel clock rates up to 165 MHz. Dual-link DVI-D adds a second set of three data pairs, doubling the available bandwidth and enabling higher resolutions and refresh rates.[1]
DVI Variants
The DVI specification defines three connector variants:
- DVI-D (Digital only) — carries only digital TMDS signals. Available in single-link (18+1 pin) and dual-link (24+1 pin) configurations. This is the most common variant on display devices.
- DVI-I (Integrated) — carries both digital TMDS and analog VGA signals on additional pins. Can connect to either digital or analog displays using appropriate cables or adapters.
- DVI-A (Analog only) — carries only the analog VGA-compatible signals. Rarely encountered as a standalone connector.
DVI-D connectors physically cannot accept DVI-A or DVI-I plugs with analog pins, preventing accidental analog-only connections to digital-only devices.
Relationship to HDMI
HDMI was developed as a consumer-oriented successor to DVI, sharing the same TMDS electrical signaling. Key differences include:
- HDMI adds embedded digital audio (DVI is video only)
- HDMI uses a smaller connector
- HDMI adds Consumer Electronics Control (CEC) for device control
- HDMI includes mandatory HDCP content protection
Because the underlying digital video signal is identical, passive DVI-D to HDMI adapters work without signal conversion, though audio and HDMI-specific features are not available over the DVI-D connection.
Use on CRT Displays
DVI-D appeared on a small number of high-end CRT monitors in the early-to-mid 2000s, primarily multi-sync professional and prosumer PC monitors that were designed to work with both CRT tubes and emerging digital sources. Examples include late-model NEC MultiSync, Sony GDM, and ViewSonic CRT monitors aimed at professional graphics and CAD applications.
DVI-D was more commonly found on CRT displays as part of a DVI-I connector, where the analog pins provided backward compatibility with VGA sources while the digital pins supported newer graphics cards. On these CRT monitors, the digital DVI signal was internally converted to the analog signals required to drive the CRT's electron guns, meaning the theoretical image quality advantage of an all-digital path did not apply — the signal still passed through a digital-to-analog conversion stage inside the monitor.
A few late-model HD CRT televisions, particularly from Sony, included DVI inputs (predating the adoption of HDMI) that allowed connection of early HD sources and HTPC setups. On some Sony HD CRT chassis, the DVI decoder was implemented on a separate internal board that converted the digital input to analog YPbPr for the CRT's video processing.
For the retro gaming and CRT community, DVI-D is primarily relevant as a source output — modern graphics cards with DVI outputs can feed CRT monitors directly (for VGA-compatible CRT monitors via DVI-I to VGA adapters), or can be converted to analog formats via active converters for use with standard-definition CRT televisions.
See Also
- HDMI — Consumer digital interface based on DVI's TMDS signaling
- VGA (RGBHV) — Analog computer display interface that DVI was designed to replace
- RGBS — Analog RGB signal format used on professional CRT monitors
- Component (YPbPr) — Analog HD connection on consumer CRT televisions
References
- ↑ 1.0 1.1 1.2 "Digital Visual Interface", Wikipedia.