logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

intel_panel_fitter - Change the panel fitter settings

Author

Description

intel_panel_fitter  is  a tool that 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.

Examples

intel_panel_fitter-l
              List the current status of each pipe, so you can decide what to do.

       intel_panel_fitter-pA-x1850-y1040
              Change the pipe A size to 1850x1040 pixels.

       intel_panel_fitter-pA-d
              Disable the panel fitter for pipe A.

Limitations

       Machines older than Ironlake are still not supported, but support may be possible to implement.

Name

       intel_panel_fitter - Change the panel fitter settings

Notes

       In the future, there will be support for this feature inside the Linux Kernel.

Options

-pPIPE
              Pipe to be used (A, B or C, but C is only present on Ivy Bridge and newer).

       -xWIDTH
              Final screen width size in pixels (needs -p option).

       -yHEIGHT
              Final screen height size in pixels (needs -p option).

       -d     Disable panel fitter (needs -p option, ignores -x and -y options).

       -l     List current state of each pipe.

       -h     Print the help message.

Reporting Bugs

       Report bugs on fd.o GitLab:  <https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues>

Synopsis

intel_panel_fitter [OPTIONS]

See Also