From d649fb0d964a9b40b8e04314b5fc14bbbfd41bc3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 5 Oct 2006 22:46:07 -0700 Subject: [PATCH] Don't require MonitorLayout when two monitors are plugged in. With randr12 working, we can just leave the second monitor off for now. --- src/i830_driver.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index d46fc1bd..07a9d59b 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -1771,13 +1771,6 @@ I830PreInit(ScrnInfoPtr pScrn, int flags) } if ((pI830->entityPrivate && I830IsPrimary(pScrn)) || pI830->Clone) { - if ((!xf86GetOptValString(pI830->Options, OPTION_MONITOR_LAYOUT))) { - xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "You must have a MonitorLayout " - "defined for use in a DualHead, Clone or MergedFB setup.\n"); - PreInitCleanup(pScrn); - return FALSE; - } - if (pI830->MonType1 == PIPE_NONE || pI830->MonType2 == PIPE_NONE) { xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Monitor 1 or Monitor 2 " "cannot be type NONE in DualHead or Clone setup.\n");