GTF(1) General Commands Manual GTF(1)NAME
gtf - calculate VESA GTF mode lines
SYNOPSIS
gtf h-resolution v-resolution refresh [-v|--verbose] [-f|--fbmode] [-x|--xf86mode]
DESCRIPTION
Gtf is a utility for calculating VESA GTF modes. Given the desired horizontal and vertical resolutions and refresh rate (in Hz), the
parameters for a matching VESA GTF mode are printed out. Two output formats are supported: mode lines suitable for the XFree86 XF86Con-
fig(5) file, and mode parameters suitable for the Linux fbset(8) utility.
OPTIONS
-v|--verbose
Enable verbose printouts This shows a trace for each step of the computation.
-x|--xf86mode
Print the mode parameters as XFree86-style mode lines. This is the default format.
-f|--fbset
Print the mode parameters in a format suitable for fbset(8).
SEE ALSO XF86Config(5)AUTHOR
Andy Ritger.
This program is based on the Generalized Timing Formula (GTF(TM)) Standard Version: 1.0, Revsion: 1.0. The GTF Excel(TM) spreadsheet, a
sample (and the definitive) implementation of the GTF Timing Standard is available at <ftp://ftp.vesa.org/pub/GTF/VTF_V1R1.xls>.
XFree86 Version 4.7.0 GTF(1)
Check Out this Related Man Page
GTF(1) General Commands Manual GTF(1)NAME
gtf - calculate VESA GTF mode lines
SYNOPSIS
gtf h-resolution v-resolution refresh [-v|--verbose] [-f|--fbmode] [-x|--xorgmode]
DESCRIPTION
Gtf is a utility for calculating VESA GTF modes. Given the desired horizontal and vertical resolutions and refresh rate (in Hz), the
parameters for a matching VESA GTF mode are printed out. Two output formats are supported: mode lines suitable for the Xorg xorg.conf(5)
file, and mode parameters suitable for the Linux fbset(8) utility.
OPTIONS
-v|--verbose
Enable verbose printouts This shows a trace for each step of the computation.
-x|--xorgmode
Print the mode parameters as Xorg-style mode lines. This is the default format.
-f|--fbset
Print the mode parameters in a format suitable for fbset(8).
SEE ALSO xorg.conf(5), cvt(1)AUTHOR
Andy Ritger.
This program is based on the Generalized Timing Formula (GTF(TM)) Standard Version: 1.0, Revision: 1.0. The GTF Excel(TM) spreadsheet, a
sample (and the definitive) implementation of the GTF Timing Standard is available at <ftp://ftp.vesa.org/pub/GTF/VTF_V1R1.xls>.
X Version 11 xorg-server 1.12.4 GTF(1)
Hi!!
This forum been very helpful in my earlier issues. I hope i'll get the resolution this time too.
My query (might seem very silly) is:
I am using following code snippet to find the lines matching to certain string.
....
....
var=`cat temp.txt`
echo $var
for line_read in `echo... (2 Replies)
I have a file "dbshot.xml" that contains lines that need replacing in a batch format but the parameters are based on two lines.
Ex.
<role roletype="01">
<status>1
needs to be changed to
<role roletype="01">
<status>0
I can't use simply "<status>1" replace since the... (2 Replies)
Hi,
I need to ftp a .xls file from WINDOWS to UNIX. When I do it, the file coversion doesn't happen(??) or UNIX doesn't recognixe this format I know not. But there will be junk values in the ftp'd file.
Note: The ftp will be done by a script and I don't think we could place a WINDOWS script on... (5 Replies)
Hi All,
This is my first mail to the group.I would like to generate an attachment in xls format which contains accented characters that are supported by UTF-8 format. However, I am not able to get them as i wished. Can anyone help me in this regard.I would like to know the mail format for... (0 Replies)
Hello my problem is that:
I have several files with 4 columns and I want to calculate mode of 4th column for each file and write 2nd 3rd and mode value as an output file.
Here is an example of my files:
2005-01-21 05:30:00 0.518736 -163
2005-01-20 05:30:00 0.518736 -160... (3 Replies)