<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I may need to sort out again how to explicitly load EDID, so as to get <br>
it to boot cleanly without the AV Receiver turned on, but this setup <br>
will do for now.<br></blockquote><div><br></div><div>Here's how I force the EDID :</div><div><br></div><div>First grab the edid tools</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>sudo apt-get install read-edid</div></div></blockquote><div><br></div>Next grab the edid file copy it somewhere in /lib/firmware - I created a directory there named "edid" so I wouldn't forget later.  <div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>sudo get-edid > MYEDID.bin<br></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>sudo mkdir /lib/firmware/edid</div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>sudo cp MYEDID.bin /lib/firmware/edid</div></blockquote><div class="gmail_quote"><div><br></div><div>For example - on my system the file is located here: /lib/firmware/MYEDID.bin</div><div><br></div><div>Next edit /etc/default/grub modifying the "GRUB_CMDLINE_LINUX_DEFAULT" line with you edid</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash drm_kms_helper.edid_firmware=edid/MYEDID.bin"</div></div></blockquote><div class="gmail_quote"><div><br></div><div>Note that drm_kms_helper has /lib/firmware on it's path so you just need the relative path to your edid file in the /lib/firmware directory</div><div><br></div><div>run "sudo update-grub", reboot, and you're done.</div><div><br></div>





</div></div></div>