diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +EDID (Extended Display Identification Data) is a VESA standard data format +that contains information about a monitor and its capabilities. + +The information is stored in the monitor and is used to communicate with the +system through a Display Data Channel (DDC), which sites between the monitor +and the PC graphics adapter. + +Inspired from: +- read-edid +- RedHat kudzu ddcprobe +- SuSE hwinfo + +int10 and x86emu support by Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> +(partly from Xorg code) + +re-organised by Pixel <pixel@mandrakesoft.com> |