xf86-video-intel: Branch 'xf86-video-intel-2.3-branch' - src/i830_lvds.c

Zhenyu Wang zhen at kemper.freedesktop.org
Mon Apr 14 01:34:51 PDT 2008


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

New commits:
commit 33ffd781bbca3d0dee8c1b47e7b90be5824b9a4f
Author: Zhenyu Wang <zhenyu.z.wang at intel.com>
Date:   Mon Apr 14 16:31:03 2008 +0800

    Change default panel fitting mode to origin
    
    i8xx currently only works in FULL mode.

diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index a5004b4..1562c21 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;
 


More information about the xorg-commit mailing list