summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2008-11-11 12:55:06 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-11-11 12:55:06 -0800
commit667923559219429b0c5fec12a0164f7eba1f8f2d (patch)
treebe9f60119e74bd30b5236468b403801a43e7ba0b
parent65cd0fbb018b2c18f1571dc0924c7d92eaf794ad (diff)
Default to FULL_ASPECT panel fitting
Now that 8xx is fixed, we should be able to preserve aspect ratio by default. Fixes fdo bz #18033.
-rw-r--r--src/i830_lvds.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 0d67d50c..239bc894 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -1377,11 +1377,9 @@ found_mode:
dev_priv->backlight_duty_cycle = dev_priv->get_backlight(output);
/*
- * Default to filling the whole screen if the mode is less than the
- * native size. (Change default to origin FULL mode, i8xx can only work
- * in that mode for now.)
+ * Avoid munging the aspect ratio by default.
*/
- dev_priv->fitting_mode = FULL;
+ dev_priv->fitting_mode = FULL_ASPECT;
return;