Linux command
intel_panel_fitter 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Show panel fitter status
sudo intel_panel_fitter
Show for specific pipe
sudo intel_panel_fitter -p [0]
Enable panel fitting
sudo intel_panel_fitter -e
Disable panel fitting
sudo intel_panel_fitter -d
说明
intel_panel_fitter controls the hardware scaler for Intel GPUs. The panel fitter scales content to match display resolution. The tool shows current scaling settings and allows enabling/disabling hardware scaling. Useful for resolution mismatch debugging.
参数
- -p _PIPE_
- Display pipe number.
- -e
- Enable panel fitter.
- -d
- Disable panel fitter.
- --help
- Display help information.
FAQ
What is the intel_panel_fitter command used for?
intel_panel_fitter controls the hardware scaler for Intel GPUs. The panel fitter scales content to match display resolution. The tool shows current scaling settings and allows enabling/disabling hardware scaling. Useful for resolution mismatch debugging.
How do I run a basic intel_panel_fitter example?
Run `sudo intel_panel_fitter` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -p _PIPE_ do in intel_panel_fitter?
Display pipe number.