xf86-video-intel: src/i830_lvds.c

Jesse Barnes jbarnes at kemper.freedesktop.org
Tue Nov 11 12:55:58 PST 2008


 src/i830_lvds.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 667923559219429b0c5fec12a0164f7eba1f8f2d
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Tue Nov 11 12:55:06 2008 -0800

    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.

diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 0d67d50..239bc89 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;
 


More information about the xorg-commit mailing list