[Bug 67455] [HSW ULT]Display rotation with X fail to work on two monitors

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 29 03:08:39 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67455

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #5 from Chris Wilson <chris at chris-wilson.co.uk> ---
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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130729/1b859d24/attachment-0001.html>


More information about the intel-gfx-bugs mailing list