[Nouveau] [Bug 19203] X default modes no longer added

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 10 04:18:01 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=19203





--- Comment #7 from Danny <moondrake at gmail.com>  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.


More information about the Nouveau mailing list