1. VGA插座形式
female male
2. VGA引脚定义
Note: Direction is Computer relative Monitor. All VGA pinout signals except R, G, B are TTL level signals.
3. Monitor Type Detect
3.1 ID
4 11 12 ID2 ID0 ID1 ----------------------------------------------
n/c n/c n/c no monitor n/c n/c GND Mono monitor which does not support 1024x768 n/c GND n/c Color monitor which does not support 1024x768 GND GND n/c Color monitor which supports 1024x768
GND means connected to ground
n/c means that the pin is not connected anywhere
This monitor type detection is becoming more and more obsolete nowadays. New VGA plug-and-play monitors communicate with the computer according to VESA DDC standard.
3.2 DDC
VESA Display Data Channel is a method for integrating digital interface to VGA connector so as to enable the monitor and graphics card to communicate. There are two different levels of DDC: DDC1 and DDC2.
DDC1 allows the monitor to tell its parameters to the computer. The following VGA card connector pins have to be changed to allow DDC1 functions:
VGA pin new function 9 Optional +5V output from graphics card 12 Data from display 14 Standard vertical sync signal which works also as data clock 15 Monitor ID3
When the VGA graphics card detects data on data-line it starts to read the data coming from the monitor synchronous to vertical sync pulse. Vertical sync pulse frequency can be increased up to 25 KHz for the time of the data transfer if a DDC1 compliant monitor is found (be sure not to send those high frequencies to non DDC1 monitors!).
DDC2 allows bidirectional communication: monitor can tell its parameters and the computer can adjust monitor settings. The bidirectional data bus is a synchronous data bus similar to Access Bus and is based on I2C technology. The following pins on VGA pinout have to be changed to enable DDC2 to work:
VGA pin new function 9 Optional +5V output from graphics card 12 Bidirectional data line (SDA) 15 Data clock (SCLK)
The signals in the data bus are standard I2C signals. The computer provides 15 kohm pullup for the SDA and SCLK lines. Monitor must provide 47 kohm pull-up on SCLK line.
文章评论(0条评论)
登录后参与讨论