From 3b65f179f2acbf8f2c4372f1cea14069b0d3375c Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Wed, 15 Feb 2012 16:04:28 -0200 Subject: 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 Signed-off-by: Daniel Vetter --- man/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'man/Makefile.am') 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 \ -- cgit v1.2.3