xf86-video-intel-2.13 and EDID property
Elvis Pranskevichus
el at prans.net
Sat Oct 16 16:36:23 PDT 2010
Hi Chris,
Commit 4f8b279f32cf: `intel_display: Miscellaneous tidy' caused an immediate
regression for me: EDID is no longer listed in the output properties and is
not available through xrandr queries. The exact cause is this hunk:
@@ -1151,7 +1158,7 @@ intel_output_set_property(xf86OutputPtr output, Atom property,
}
}
- return TRUE;
+ return FALSE;
}
Reverting it makes EDID data available in output properties again.
Thanks,
Elvis
More information about the xorg
mailing list