# computer display standard

> specification of display attributes

**Wikidata**: [Q1147660](https://www.wikidata.org/wiki/Q1147660)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/List_of_computer_display_standards)  
**Source**: https://4ort.xyz/entity/computer-display-standard

## Summary
A computer display standard is a technical specification that defines the exact attributes a screen must support—such as resolution, color depth, and refresh rate—so that graphics cards and monitors can interoperate predictably. By standardizing these parameters, manufacturers ensure that a given video output will be correctly rendered on any compliant display.

## Key Facts
- Classified as a subclass of graphics card, computer monitor, and technical standard.
- Has five core parts: display aspect ratio, display size, display resolution, color depth, and refresh rate.
- Wikidata sitelink count: 18; Wikipedia articles exist in 10 languages under “List of computer display standards.”
- Freebase ID: /m/0jmz_; Microsoft Academic ID (discontinued): 9445161.
- Notable historical standards include Color Graphics Adapter (inception: 1981), Video Graphics Array, and Enhanced Graphics Adapter.
- Related regional or vendor-specific standards: JEGA (Japanese), Tandy Graphics Adapter, Texas Instruments Graphics Architecture, Amiga Halfbrite mode, Hold-And-Modify.

## FAQs
### Q: What does a computer display standard actually specify?
A: It specifies measurable display attributes—resolution, aspect ratio, color depth, refresh rate, and sometimes physical connector signals—so that both the graphics card and the monitor can operate in lock-step.

### Q: How is a display standard different from a graphics card or monitor?
A: The standard is the documented specification; the graphics card generates the signal that meets that spec, and the monitor interprets and shows it. The standard itself is not hardware.

### Q: Why are there so many standards?
A: Each new standard emerged to support higher resolutions, more colors, or faster refresh rates as semiconductor and CRT/LCD technologies advanced, while remaining backward-compatible where possible.

### Q: Are modern PCs still bound by these legacy standards?
A: Current systems use generalized rules (e.g., HDMI, DisplayPort specs), but the legacy names like “VGA” or “SXGA” are still used as shorthand for specific resolution-color-refresh combinations.

## Why It Matters
Without agreed-upon display standards, every graphics card would require custom drivers and cables for every monitor, stifling innovation and raising costs. Standards create a common language: a laptop maker can label a panel “1920×1080 @ 60 Hz” and trust that any modern GPU will output that mode. This interoperability underpins today’s multi-vendor PC ecosystem, lets operating systems expose plug-and-play resolution lists, and allows consumers to mix and match components with confidence. Historically, each new standard—CGA, EGA, VGA, XGA—marked a leap in color richness or pixel count, directly enabling the desktop-publishing, gaming, and GUI revolutions. Even in an era of auto-negotiating digital links, the resolution shorthand born from these standards (“4K”, “1080p”) still guides marketing, software UI design, and content creation pipelines.

## Notable For
- First widespread color PC standard, Color Graphics Adapter, launched in 1981.
- Video Graphics Array (VGA) became the longest-lived analog standard, still used as a baseline resolution (640×480) today.
- Enhanced Graphics Adapter quadrupled CGA’s on-screen colors and helped popularize business graphics.
- Regional variant JEGA extended standard VGA for Japanese text processing.
- Amiga-specific modes (Halfbrite, HAM) allowed 4,096-color images on 1980s hardware by clever bit-plane manipulation.

## Body
### Definition and Scope
A computer display standard is a formal, usually vendor-neutral specification that enumerates every parameter a display system must implement so that compliant graphics hardware and monitors can interoperate. Core parameters include horizontal and vertical pixel counts (resolution), refresh frequency (Hz), color depth (bits per pixel), aspect ratio, and sometimes connector pin-outs and signaling voltages.

### Historical Evolution
1981’s Color Graphics Adapter offered 320×200 at 4 colors or 640×200 monochrome, establishing the first de-facto PC graphics baseline. IBM followed with Enhanced Graphics Adapter (EGA) in 1984, doubling resolution and expanding the palette to 16 colors from a 64-color set. Video Graphics Array (1987) pushed 640×480 at 60 Hz with 256 on-screen colors and analog RGB signaling, becoming the dominant standard for more than a decade. Extended Graphics Array (XGA) in 1990 delivered 1024×768 and hardware-resizable windows. Super VGA, an industry consortium extension, coined the “800×600” mode that remains a fallback resolution today.

### Vendor and Regional Variants
JEGA (Japanese Enhanced Graphics Adapter) added 15.7 kHz horizontal scan modes for Japanese PCs. Tandy Graphics Adapter duplicated CGA resolutions while extending palette to 16 colors on Tandy 1000 machines. Texas Instruments Graphics Architecture provided 512×424 at 16 colors on TI-99/4A. Commodore Amiga’s Hold-And-Modify and Halfbrite planar modes achieved up to 4,096 simultaneous colors on 1985 hardware, well beyond contemporaneous PC standards.

### Modern Legacy
Although analog VGA signaling is obsolete, its 640×480 resolution is still the x86 BIOS default. Modern digital interfaces (HDMI, DisplayPort, USB-C Alt Mode) embed extended display identification (EDID) data that lists modes descended from these early standards, ensuring backward compatibility while supporting 4K and 8K variants.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "computer display standard",
  "description": "Technical specification defining display attributes such as resolution and refresh rate to ensure interoperability between graphics cards and monitors.",
  "sameAs": ["https://www.wikidata.org/wiki/Q5155675", "https://en.wikipedia.org/wiki/List_of_computer_display_standards"]
}

## References

1. KBpedia