diff options
-rw-r--r-- | man/intel.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index 9e24ca5f..7d12823a 100644 --- a/man/intel.man +++ b/man/intel.man @@ -203,6 +203,7 @@ By adjusting the BACKLIGHT property, the brightness on the LVDS output can be ad - method used to control backlight .TP 2 The driver will attempt to automatically detect the backlight control method for your platform. If this fails however, you can select another method which may allow you to control your backlight. Available methods include: +.RS .PP .B native .TP 4 @@ -219,12 +220,14 @@ This method attempts to use the native registers where possible, resorting to th .B kernel .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. +.RE .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: +.RS .PP .B center .TP 4 @@ -237,6 +240,7 @@ The default mode. Try to upscale the image to the screen size, while preserving .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. +.RE .SS "TV" Integrated TV output. Available properties include: |