Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > how to read monitor's EDID information?

Reply
Thread Tools Display Modes

how to read monitor's EDID information?

 
 
lucy
Guest
Posts: n/a

 
      08-07-2004

"poltrone" <> wrote in message
news:...
> I found some code to interpret EDID data at
> http://john.fremlin.de/programs/linux/read-edid/
> You can compile 'parse-edid.c' from
> http://john.fremlin.de/programs/linu...d-1.4.1.tar.gz
> and then save the EDID data to a file which in turn has to be supplied to
> 'parse-edid.exe'
>
> poltrone
>
> "Calvin Guan" <> schrieb im Newsbeitrag
> news:e#...
> > > Thank you so much. I did read out the EDID with your code. I really

> don't
> > > understand your code. But anyway, here is the result after running it:

> >
> > Each time a child PDO (monitor) is enumerated by the videoport/miniport
> > combo, the port driver stores the Edid data into child's device registry
> > key, (Actually, it took me sometime to figure out in windbg) so that app

> can
> > use SetupAPI to read it.
> >
> > > it is a whole screen of strange numbers.
> > > From my understanding the EDID should have some manufactorer

> information,
> > > Gamma value, display modes, etc.

> >
> > It also contains standard/extended timing info, pixel clock, display
> > PhySize(not for projector though) and many other.
> >
> > > Do you mean I should find some detailed
> > > specifications of these numbers and do some translation? I think I can

> > find
> > > some specifications if they are available to the public somewhere on

the
> > > Internet.

> >
> > See this:
> > http://www.vesa.org/standards_faqs.html#EDID
> >
> > I'm not sure if you have to be a member to access the doc. I bet you may
> > find the definition of EDID struct in open source community?
> >
> > EDID can have extension block, i.e. CEA861 block in many plasma TV which

> is
> > not governed by VESA.
> >
> > > btw, did you use any DDK function in your above code?

> >
> > SetupDiXxx is documented in DDK.
> >
> > >Thank you so much. I
> > > really apreciate that.

> >
> > You are very welcome.
> >
> > Calvin
> > -
> > Calvin Guan Software Engineer
> > ATI Technologies Inc. www.ati.com
> >
> >

>


Hi poltrone,

This is a smart solution. That's great. Thank you very much. Yet after some
reading, I still could not find the interepreation for Gamma value which is
one BYTE in EDID...

I read 120 from my EDID of DELL 2001FP. But how does that 120 relate to
real-world Gamma value?

1.2? 2.2? etc.?

anybody has an idea?

Thank you





 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista not detecting Monitor's built-in webcam Jimmy Hsu Windows Vista Hardware 9 08-30-2009 12:54 PM
Can you help fix Reliability & Performance Monitor's Missing Histo Julian Windows Vista Performance 3 06-01-2008 08:13 AM
Monitor's Speakers Unabletowhistle Windows Vista Hardware 4 12-25-2007 05:08 AM
EDID Prashant Windows Vista File Management 0 10-12-2007 11:25 AM
VideoPortInt10 Reading EDID data sonal Windows Vista Drivers 0 10-06-2003 12:15 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59