remove deprecated grml-bind
[grml-scripts.git] / manpages / gtf.1
1 .TH gtf 1
2 .SH NAME
3 gtf \- generate mode timings using the GTF Timing Standard
4 .SH SYNOPSIS
5 .B gtf
6 .RI "x y refresh" " [ options ]"
7 .SH DESCRIPTION
8 This manual page documents briefly the
9 .B gtf
10 command.
11 .SH OPTIONS
12 The following options are available.
13 .TP
14 .B \-h, \-\-help
15 Show summary of options.
16 .TP
17 .B \-v, \-\-verbose
18 Enable verbose printouts (traces each step of the computation).
19 .TP
20 .B \-f, \-\-fbmode
21 Output an fbset(8)-style mode description.
22 .TP
23 .B \-x, \-\-xf86mode
24 Output an XFree86-style mode description (this is the default if no mode description is requested).
25 .SH USAGE EXAMPLE
26 \fBgtf 1024 768 65\fP
27 .PP
28 Print modelines for resolution 1024x768 with refresh rate of 65.
29 .SH AUTHOR
30 gtf was written by Andy Ritger <aritger@nvidia.com>.
31 Taken from http://osdn.dl.sourceforge.net/sourceforge/gtf/gtf.c
32 .PP
33 This manual page was written by #USERNAME# <#EMAIL#>,
34 for the Debian project (but may be used by others).