[Bug 61461] *ERROR* failed to set mode on [CRTC:7] when changing xrandr settings

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Mon Sep 16 09:17:34 PDT 2013


https://bugzilla.kernel.org/show_bug.cgi?id=61461

Daniel Vetter <daniel at ffwll.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |daniel at ffwll.ch
         Resolution|---                         |DOCUMENTED

--- Comment #1 from Daniel Vetter <daniel at ffwll.ch> ---
Atm we don't support atomic modeset, so you X does changes step-by-step. Which
means in-between it'll try to enable 3 outputs which won't work. If you split
up the operation into 3 steps

1) Enable 1st external screen
2) Disable internal screen
3) Enabel 2nd external screen

it should work. Closing as not a bug, simple a misdesign of the current code.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the intel-gfx-bugs mailing list