diff options
author | Jesse Barnes <jbarnes@nietzche.virtuousgeek.org> | 2008-03-13 18:12:00 -0700 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-03-27 09:25:37 +0800 |
commit | 5a06388bf83c97f49565ad482161645f996492c7 (patch) | |
tree | ae7de11b1e59824ed60095244990e815f96488fb /man | |
parent | 249d16a81b405d76706f2de203a775766b708303 (diff) |
Initial panel fitting changes
Basic support for panel fitting.
(cherry picked from commit 05cf07071e25f84dec3476a9bed7235ed50cd249)
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index c26264f1..b1bb7772 100644 --- a/man/intel.man +++ b/man/intel.man @@ -230,6 +230,24 @@ This method attempts to use the native registers where possible, resorting to th .TP 4 On some system, the kernel may provide a backlight control driver. In that case, using the kernel interfaces is preferable, as the same driver may respond to hotkey events or external APIs. +.PP +.B PANEL_FITTING +- control LCD panel fitting +.TP 2 +By default, the driver will attempt to upscale resolutions smaller than the LCD's native size while preserving the aspect ratio. Other modes are available however: +.PP +.B CENTER +.TP 4 +Simply center the image on-screen, without scaling. +.PP +.B FULL_ASPECT +.TP 4 +The default mode. Try to upscale the image to the screen size, while preserving aspect ratio. May result in letterboxing or pillar-boxing with some resolutions. +.PP +.B FULL +.TP 4 +Upscale the image to the native screen size without regard to aspect ratio. In this mode, the full screen image may appear distorted in some resolutions. + .SS "TV" Integrated TV output. Available properties include: |