<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - [HSW ULT]Display rotation with X fail to work on two monitors"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67455">bug 67455</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - [HSW ULT]Display rotation with X fail to work on two monitors"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67455#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - [HSW ULT]Display rotation with X fail to work on two monitors"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67455">bug 67455</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>This is just how "xrandr -o rotation" works. This notation is for randr-1.1
i.e. before multimonitor support was added to the extension, and so only
operates on the primary/first output.

To set rotations with multiple displays you need to use:

xrandr \
   --output ${DISPLAY1} --rotation (left|right|normal|inverted) \
   --output ${DISPLAY2} --rotation (left|right|normal|inverted) \
    # etc</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 the assignee for the bug.</li>
      </ul>
    </body>
</html>