1================== 2intel_panel_fitter 3================== 4 5-------------------------------- 6Change the panel fitter settings 7-------------------------------- 8.. include:: defs.rst 9:Author: IGT Developers <igt-dev@lists.freedesktop.org> 10:Date: 2016-03-01 11:Version: |PACKAGE_STRING| 12:Copyright: 2012,2016 Intel Corporation 13:Manual section: |MANUAL_SECTION| 14:Manual group: |MANUAL_GROUP| 15 16SYNOPSIS 17======== 18 19**intel_panel_fitter** [*OPTIONS*] 20 21DESCRIPTION 22=========== 23 24**intel_panel_fitter** is a tool that allows you to change the panel fitter 25settings, so you can change the size of the screen being displayed on your 26monitor without changing the real pixel size of your desktop. The biggest use 27case for this tool is to work around overscan done by TVs and some monitors in 28interlaced mode. 29 30OPTIONS 31======= 32 33-p PIPE 34 Pipe to be used (A, B or C, but C is only present on Ivy Bridge and newer). 35 36-x WIDTH 37 Final screen width size in pixels (needs -p option). 38 39-y HEIGHT 40 Final screen height size in pixels (needs -p option). 41 42-d 43 Disable panel fitter (needs -p option, ignores -x and -y options). 44 45-l 46 List current state of each pipe. 47 48-h 49 Print the help message. 50 51EXAMPLES 52======== 53 54intel_panel_fitter -l 55 List the current status of each pipe, so you can decide what to do. 56 57intel_panel_fitter -p A -x 1850 -y 1040 58 Change the pipe A size to 1850x1040 pixels. 59 60intel_panel_fitter -p A -d 61 Disable the panel fitter for pipe A. 62 63NOTES 64===== 65 66In the future, there will be support for this feature inside the Linux Kernel. 67 68LIMITATIONS 69=========== 70 71Machines older than Ironlake are still not supported, but support may be 72possible to implement. 73 74REPORTING BUGS 75============== 76 77Report bugs to https://bugs.freedesktop.org. 78