From 90d6b178473ba32cf66e6e654e608cb4374e4a19 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Mon, 14 Apr 2008 16:31:03 +0800 Subject: [PATCH] Change default panel fitting mode to origin i8xx currently only works in FULL mode. (cherry picked from commit 33ffd781bbca3d0dee8c1b47e7b90be5824b9a4f) --- src/i830_lvds.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i830_lvds.c b/src/i830_lvds.c index a5004b4b..1562c217 100644 --- a/src/i830_lvds.c +++ b/src/i830_lvds.c @@ -1366,9 +1366,10 @@ i830_lvds_init(ScrnInfoPtr pScrn) /* * Default to filling the whole screen if the mode is less than the - * native size, without breaking aspect ratio. + * native size. (Change default to origin FULL mode, i8xx can only work + * in that mode for now.) */ - dev_priv->fitting_mode = FULL_ASPECT; + dev_priv->fitting_mode = FULL; return;