src/via_outputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e53bb7bf442b03b1240445d6c9e846265bda577c Author: Xavier Bachelot <xav...@bachelot.org> Date: Wed Oct 16 00:03:10 2013 +0200 Don't check if the input is digital for VGA diff --git a/src/via_outputs.c b/src/via_outputs.c index 1271fc8..0a23e81 100644 --- a/src/via_outputs.c +++ b/src/via_outputs.c @@ -775,7 +775,7 @@ via_analog_detect(xf86OutputPtr output) xf86MonPtr mon; mon = xf86OutputGetEDID(output, pVia->pI2CBus1); - if (mon && !DIGITAL(mon->features.input_type)) { + if (mon) { xf86OutputSetEDID(output, mon); DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "DDC pI2CBus1 detected a CRT\n")); status = XF86OutputStatusConnected; _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/openchrome-devel