diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-02 05:28:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-02 05:28:27 +0000 |
commit | e7c88e44c03e7113cc1103618baa3718e5b022e7 (patch) | |
tree | 74fc6698b3d9614e8f4b0f55eff0da24c88699cd | |
parent | 9952e1ca4ab759cb1e13f2bccad19b3a8d717671 (diff) | |
download | monitor-edid-e7c88e44c03e7113cc1103618baa3718e5b022e7.tar monitor-edid-e7c88e44c03e7113cc1103618baa3718e5b022e7.tar.gz monitor-edid-e7c88e44c03e7113cc1103618baa3718e5b022e7.tar.bz2 monitor-edid-e7c88e44c03e7113cc1103618baa3718e5b022e7.tar.xz monitor-edid-e7c88e44c03e7113cc1103618baa3718e5b022e7.zip |
*** empty log message ***
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -18,3 +18,28 @@ re-organised by Pixel <pixel@mandrakesoft.com> -------------------------------------------------------------------------------- monitor-probe-using-X inspiration is Ubuntu's xresprobe, many thanks to Daniel Stone and Fabio M. Di Nitto. + +-------------------------------------------------------------------------------- +cvt.c is gtf.c modified. some info about vesa standards: + + DDC 1994 + + DMT = Discrete Monitor Timings + started in 1989 + + DMT Version 1.0, Revision 0.8 (1998) + = 28 VESA Standards + + 3 VESA Guidelines (approved, but not endorsed by VESA) + + 2 Industry Standards. + + GTF in 1996 + designed for CRT + doesn't account for different aspect ratios + + CVT in 2003 + to replace GTF + + CVT-RB = Coordinated Video Timings-Reduced Blanking + +http://www1.us.dell.com/content/topics/global.aspx/vectors/en/2003_cvt?c=us&l=en&s=corp +www.vesa.org/Public/EEDIDguideV1.pdf |