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