Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the edid parser #7

Open
mithro opened this issue Jan 10, 2017 · 4 comments
Open

Improve the edid parser #7

mithro opened this issue Jan 10, 2017 · 4 comments

Comments

@mithro
Copy link
Member

mithro commented Jan 10, 2017

It doesn't seem to handle everything...

@mithro
Copy link
Member Author

mithro commented Jan 10, 2017

@joeladdison - Can you drop some links in here?

@joeladdison
Copy link
Member

I think we should probably take the edid-decode (https://cgit.freedesktop.org/xorg/app/edid-decode/) code and port it to Python. It has been working well in my testing, and covers EDID 1.3 as well as the CEA extension, which is required for HDMI.

Other than that, I have just been reading the EDID standard (search for it) to work out what is happening everywhere. The wikipedia page is pretty good, but the standard helps to confirm some aspects of it.

@mithro
Copy link
Member Author

mithro commented Jan 10, 2017

I think we probably want to use the edid data we have collected so far as a test suite too. It looks like edid-decode has some edid data for testing at https://cgit.freedesktop.org/xorg/app/edid-decode/tree/data too.

@mithro
Copy link
Member Author

mithro commented Jan 10, 2017

@hyades

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants