summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2012-02-15 16:04:28 -0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-02-16 00:01:34 +0100
commit3b65f179f2acbf8f2c4372f1cea14069b0d3375c (patch)
tree6d351d0c2a5f1694185ca192205fa5fed85c5c96 /man/Makefile.am
parentecad594e0254648a3bf2d995569afd18dbb75ec2 (diff)
Add intel_panel_fitter tool
The tool allows you to change the panel fitter settings, so you can change the size of the screen being displayed on your monitor without changing the real pixel size of your desktop. The biggest use case for this tool is to work around overscan done by TVs and some monitors in interlaced mode. v2: reviews by Ben, Chris and Rodrigo - don't install - use intel_register_access_init - check for maximum X and Y values - add a disclaimer saying this is not the real solution - print less when pf is disabled and option '-l' is used Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 2b541957..0f197a9f 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -7,6 +7,7 @@ appman_PRE = \
intel_gpu_top.man \
intel_gtt.man \
intel_lid.man \
+ intel_panel_fitter.man \
intel_reg_dumper.man \
intel_reg_read.man \
intel_reg_write.man \