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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 10 15:55:01 PST 2009


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





--- Comment #8 from Stuart Bennett <sb476 at cam.ac.uk>  2009-01-10 15:55:00 PST ---
problem is due to xf86OutputSetEDID freeing the previously set xf86MonPtr,
which is also the one we're trying to set (again):

if (output->MonInfo != NULL)
  xfree(output->MonInfo);
output->MonInfo = edid_mon;

I'd really prefer to not drag the EDID alteration into the detect path, since
at that stage there's no encoder type set.  What if you defeat the above NULL
check by adding "output->MonInfo = NULL;" just before the call to
xf86OutputSetEDID in munge_edid_for_scaler?


-- 
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