<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - All 3 monitor EDIDs show the same"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72648#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - All 3 monitor EDIDs show the same"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72648">bug 72648</a>
              from <span class="vcard"><a class="email" href="mailto:jim.cromie@gmail.com" title="jim.cromie@gmail.com">jim.cromie@gmail.com</a>
</span></b>
        <pre>update:

prepping the crow now..

original bug report was based upon this showing same monitor 3 times:

$ for p in /sys/class/drm/card0*/edid; do 
  echo; echo $p; echo; 
  monitor-edid $p ; 
done 

but those sysfs files are really different

$ pwd
/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0
$ sum card0-*/edid
14477     1 card0-DVI-D-1/edid
51583     1 card0-HDMI-A-1/edid
64619     1 card0-VGA-1/edid


and my script works as expected with monitor-parse-edid

sorry for the noise</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>