From 42e34e90e2e4048b38481cab61cef46f932eada7 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Tue, 3 Mar 2009 22:55:35 +0800 Subject: TV: add property control for TV attributes This is based on Jesse's origin patch for bug #12763. But export integer range to user instead of hardware float point format, and fix different real format on 965G and 945G for contrast and saturation. --- man/intel.man | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'man') diff --git a/man/intel.man b/man/intel.man index 22d998a2..e38cc545 100644 --- a/man/intel.man +++ b/man/intel.man @@ -272,6 +272,30 @@ Integrated TV output. Available properties include: .TP 2 Adjusting these properties allows you to control the placement of your TV output buffer on the screen. The options with the same name can also be set in xorg.conf with integer value. +.PP +.B BRIGHTNESS +- TV brightness, range 0-255 +.TP 2 +Adjust TV brightness, default value is 128. + +.PP +.B CONTRAST +- TV contrast, range 0-255 +.TP 2 +Adjust TV contrast, default value is 1.0 in chipset specific format. + +.PP +.B SATURATION +- TV saturation, range 0-255 +.TP 2 +Adjust TV saturation, default value is 1.0 in chipset specific format. + +.PP +.B HUE +- TV hue, range 0-255 +.TP 2 +Adjust TV hue, default value is 0. + .PP .B TV_FORMAT - output standard -- cgit v1.2.3