Linux command
gtf 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Generate modeline for 1920x1080@60Hz
gtf 1920 1080 60
Generate for specific refresh rate
gtf [1280] [1024] [75]
Output in X format
gtf 1920 1080 60 -x
Verbose output
gtf 1920 1080 60 -v
说明
gtf calculates VESA Generalized Timing Formula modelines. It generates the timing parameters needed for X11 configuration at specific resolutions. The tool outputs modelines suitable for xorg.conf. It's useful for setting up custom display modes not automatically detected.
参数
- -x
- Output in X11 modeline format.
- -v, --verbose
- Verbose output.
- --help
- Display help information.
FAQ
What is the gtf command used for?
gtf calculates VESA Generalized Timing Formula modelines. It generates the timing parameters needed for X11 configuration at specific resolutions. The tool outputs modelines suitable for xorg.conf. It's useful for setting up custom display modes not automatically detected.
How do I run a basic gtf example?
Run `gtf 1920 1080 60` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -x do in gtf?
Output in X11 modeline format.