https://bugs.freedesktop.org/show_bug.cgi?id=40502
--- Comment #1 from [email protected] 2011-10-08 02:46:42 PDT --- So, I understand now what is going on. Its actually a feature, very unusual and strange one. When I execute: 'xrandr --output LVDS-1 --auto --crtc 1' System does switch LVDS to CRTC1, however, xrandr also marks said CRTC as primary, which brings it to first position of crtc list in XRRGetScreenResources. and therefore on next invocation xrandr insists that output is once again connected to CRTC 0, which is technicaly true, but its different '0'. Also except reporting actual atom values, there is no way for xrandr to undo this feature which granted is to support backward compatability with older (and current?) desktops. Yet, at least xrandr could sort the crtc list and assuming that atom values for each crtc don't change (and they seem not) it'll fix this problem. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
