LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gtf

calculates VESA Generalized Timing Formula modelines

TLDR

Generate modeline for 1920x1080@60Hz
$ gtf 1920 1080 60
copy
Generate for specific refresh rate
$ gtf [1280] [1024] [75]
copy
Output in X format
$ gtf 1920 1080 60 -x
copy
Verbose output
$ gtf 1920 1080 60 -v
copy

SYNOPSIS

gtf h-pixels v-pixels refresh [options]

DESCRIPTION

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.

PARAMETERS

H-PIXELS

Horizontal resolution.
V-PIXELS
Vertical resolution.
REFRESH
Refresh rate in Hz.
-x
Output in X11 modeline format.
-v, --verbose
Verbose output.
--help
Display help information.

INSTALL

sudo apt install xserver-xorg-core
copy
sudo pacman -S xorg-server
copy
sudo apk add xorg-server
copy
brew install xorg-server
copy
nix profile install nixpkgs#xorg-server
copy

CAVEATS

Modern systems auto-detect modes. May damage older monitors. Use cvt for newer standard.

HISTORY

gtf was developed for XFree86/X.Org to generate VESA GTF compliant modelines for monitor configuration.

SEE ALSO

cvt(1), xrandr(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid