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





--- Comment #8 from Stuart Bennett <[email protected]>  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.
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to