Tutorials
0x53.net

Custom EDID

EDID (Extended Display Identification Data) is metadata provided by a display to the operating system, to inform the later about supported resolutions, refresh rates, etc. It also provides defaults or recommendations for those values.

Some displays provide wrong EDID, resulting in bad default resolutions and refresh rates, as well as issues such as GPU memory clock being stuck resulting in enormous power draw during idle. This happens due to the driver not having time to clock down without causing flickering, due to wrong blank timing provided by EDID.

Additionally, modifying the EDID allows having the desired resolution and refresh rate set by deault in most programs, which usually take the default suggested by EDID, that is more often than not less than the display is capable of.

For those reasons it is very useful to load custom EDID.

How to use custom EDID

See also