summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2010-01-04 14:16:42 -0500
committerAdam Jackson <ajax@redhat.com>2010-01-04 14:16:42 -0500
commit1d0e73302d4c4eda56f32e129920ccd263f524ce (patch)
treed3f585f6a55e07056c93af547cf24acee1c6e767
parent4b625d15b2bb3dc337924f0703db7ddd47c08434 (diff)
Make the VBESetVBEMode fallback message slightly clearer
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/vesa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vesa.c b/src/vesa.c
index 76a85eb..034a019 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -1179,14 +1179,13 @@ VESASetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode)
/* Some cards do not like setting the clock.
* Free it as it will not be any longer useful
*/
- xf86ErrorF("...Tried again without customized values.\n");
+ xf86ErrorF(", mode set without customized refresh.\n");
xfree(data->block);
data->block = NULL;
data->mode &= ~(1 << 11);
}
else {
ErrorF("\n");
- xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Set VBE Mode failed!\n");
return (FALSE);
}
}