<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [HSW] HDMI monitor does not work via active DisplayPort adapter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83600#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [HSW] HDMI monitor does not work via active DisplayPort adapter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83600">bug 83600</a>
              from <span class="vcard"><a class="email" href="mailto:chris.cheney@gmail.com" title="Chris Cheney <chris.cheney@gmail.com>"> <span class="fn">Chris Cheney</span></a>
</span></b>
        <pre>Looking at it a bit more it seems to be timing sensitive. If I run the
following without a sleep, or a short sleep, between the two xrandr calls it
will often not bring the screen back up, but if I up the sleep time to 5
seconds or more it seems to be pretty reliable.

Note the following also works without having to set the lower resolution first
as I had previously thought was required.

xrandr --verbose -q -d :0 --output DP1 --off
sleep 5
xrandr --verbose -q -d :0 --output DP1 --auto --right-of HDMI2

Occasionally I'll get an error like the following when running the commands:

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  21 (RRSetCrtcConfig)
  Serial number of failed request:  43
  Current serial number in output stream:  43</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>