Disable device check when mergedfb in operation.

This commit is contained in:
Alan Hourihane 2006-08-16 17:16:28 +01:00
parent a94c96abf9
commit cdcc6f23e8
1 changed files with 1 additions and 1 deletions

View File

@ -4398,7 +4398,7 @@ I830BIOSPreInit(ScrnInfoPtr pScrn, int flags)
/*
* Let's setup the mobile systems to check the lid status
*/
if (IS_MOBILE(pI830)) {
if (IS_MOBILE(pI830) && !pI830->MergedFB) {
pI830->checkDevices = TRUE;
if (!xf86ReturnOptValBool(pI830->Options, OPTION_CHECKDEVICES, TRUE)) {