timvideos / HDMI2USB-litex-firmware

A version of the HDMI2USB firmware based around LiteX tools produced by @Enjoy-Digital (based on misoc+migen created by @M-Labs)
https://hdmi2usb.tv
BSD 2-Clause "Simplified" License
145 stars 71 forks source link

Firmware should read EDID of output devices and warn about incompatibilities #37

Open mithro opened 9 years ago

mithro commented 9 years ago

So, we tested two resolution modes with Carl's monitor. 800x600 and 1024x768.

Setting video mode to 800x600 @56Hz
Setting video mode to 1024x768 @60Hz

Neither of these resolutions are supported by the EDID dump that Carl provided.

The firmware should warn if;

This is related to #35 and possibly related to #18.

enjoy-digital commented 9 years ago

The sequence should be:

mithro commented 9 years ago

@fallen