Skip to content
Tim Ansell edited this page Jul 31, 2015 · 4 revisions

Getting EDID pretending working correctly is a pain. You can see our pain regarding EDID in the HDMI2USB project at https://github.com/timvideos/HDMI2USB/issues/105

There are a bunch of other Open Source projects which all work on manipulating EDID, they include;

Debugging Tips

Enabling EDID debugging on Ubuntu (thanks to David Airlie)

echo 6 > /sys/module/drm/parameters/debug

Documentation/EDID
drivers/gpu/drm/i915/intel_i2c.c
drivers/gpu/drm/drm_edid.c

https://01.org/linuxgraphics/documentation/2013-intel-core-processor-family

Clone this wiki locally