Change default panel fitting mode to origin
i8xx currently only works in FULL mode. (cherry picked from commit 33ffd781bbca3d0dee8c1b47e7b90be5824b9a4f)
This commit is contained in:
parent
c1ad0a1a34
commit
90d6b17847
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue