<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Screen flicker when using display with incorrect EDID"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=61537#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Screen flicker when using display with incorrect EDID"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=61537">bug 61537</a>
              from <span class="vcard"><a class="email" href="mailto:jhebler@gmail.com" title="Jan Hebler <jhebler@gmail.com>"> <span class="fn">Jan Hebler</span></a>
</span></b>
        <pre>Same Problem here. You can use the following work-around
1. mkdir [KERNEL-FIRMWARE-DIRECTORY]/edid
2. cp [MONITOR-EDID-FILE].bin [KERNEL-FIRMWARE-DIRECTORY]/edid
3. add the following to your Kernel Commandline:

drm_kms_helper.edid_firmware=edid/[MONITOR-EDID-FILE].bin

This will provide kms and Friends with correct EDID-Informations. However
to stop the annoying flicker, you have to 
4. add another Statement to your Kernel Commandline:

drm_kms_helper.poll=0</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>