Change default panel fitting mode to origin

i8xx currently only works in FULL mode.
(cherry picked from commit 33ffd781bbca3d0dee8c1b47e7b90be5824b9a4f)
This commit is contained in:
Zhenyu Wang 2008-04-14 16:31:03 +08:00
parent c1ad0a1a34
commit 90d6b17847
1 changed files with 3 additions and 2 deletions

View File

@ -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;