summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2008-06-22 13:01:21 -0700
committerAaron Plattner <aplattner@nvidia.com>2008-06-22 13:08:42 -0700
commitdb768cf105956fbea39383a2214227782bf827b0 (patch)
tree62c8de28db0137cc2dd182c0c3d117dc70b6cb8a
parentfb10793d2607d30077a9861b575c108b6c4101ca (diff)
Add a note that MODE_PANEL really means "larger than BIOS-programmed panel size".
Bug #16085.
-rw-r--r--src/nv_setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nv_setup.c b/src/nv_setup.c
index 606696d..b057da1 100644
--- a/src/nv_setup.c
+++ b/src/nv_setup.c
@@ -698,6 +698,10 @@ NVCommonSetup(ScrnInfoPtr pScrn)
pNv->fpSyncs = pNv->PRAMDAC[0x0848/4] & 0x30000033;
xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Panel size is %i x %i\n",
pNv->fpWidth, pNv->fpHeight);
+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "NOTE: This driver cannot "
+ "reconfigure the BIOS-programmed size.\n");
+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "These dimensions will be used as "
+ "the panel size for mode validation.\n");
}
if(monitorA)