http://bugs.freedesktop.org/show_bug.cgi?id=19203
--- Comment #7 from Danny <[email protected]> 2009-01-10 04:18:01 PST --- OK, patch does not work because xf86OutputSetEDID has already been called once, and the edid got applied to the output. Calling it again will not change the current edid, but seems to add another one. Doing; if (nv_connector->edid) nv_connector->edid->features.msc |= 0x1; in edid_sink_connected instead (before the firstxf86OutputSetEDID) seems to work fine. d. -- Configure bugmail: http://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
