~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/xfree86/utils/gtf/gtf.man.pre

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $XFree86$
 
2
.TH GTF 1 __vendorversion__
 
3
.SH NAME
 
4
gtf - calculate VESA GTF mode lines
 
5
.SH SYNOPSIS
 
6
.B gtf
 
7
.I h-resolution
 
8
.I v-resolution
 
9
.I refresh
 
10
.RB [ \-v | \-\-verbose ]
 
11
.RB [ \-f | \-\-fbmode ]
 
12
.RB [ \-x | \-\-xorgmode ]
 
13
.SH DESCRIPTION
 
14
.I Gtf
 
15
is a utility for calculating VESA GTF modes.  Given the desired
 
16
horizontal and vertical resolutions and refresh rate (in Hz), the parameters
 
17
for a matching VESA GTF mode are printed out.  Two output formats are
 
18
supported: mode lines suitable for the __xservername__
 
19
.B __xconfigfile__(__filemansuffix__)
 
20
file, and mode parameters suitable for the Linux
 
21
.B fbset(8)
 
22
utility.
 
23
 
 
24
.SH OPTIONS
 
25
.TP 8
 
26
.BR \-v | \-\-verbose
 
27
Enable verbose printouts  This shows a trace for each step of the
 
28
computation.
 
29
.TP 8
 
30
.BR \-x | \-\-xorgmode
 
31
Print the mode parameters as __xservername__-style mode lines.  This is the
 
32
default format.
 
33
.TP 8
 
34
.BR \-f | \-\-fbset
 
35
Print the mode parameters in a format suitable for
 
36
.BR fbset(8) .
 
37
.SH "SEE ALSO"
 
38
__xconfigfile__(__filemansuffix__)
 
39
.SH AUTHOR
 
40
Andy Ritger.
 
41
.PP
 
42
This program is based on the Generalized Timing Formula (GTF(TM)) Standard
 
43
Version: 1.0, Revsion: 1.0.  The GTF Excel(TM) spreadsheet, a sample
 
44
(and the definitive) implementation of the GTF Timing Standard is
 
45
available at <ftp://ftp.vesa.org/pub/GTF/VTF_V1R1.xls>.