CVT means Coordinated Video Timing instead of Common.
This commit is contained in:
		
							parent
							
								
									82b6ea1a4b
								
							
						
					
					
						commit
						6d29f65931
					
				| 
						 | 
					@ -1,3 +1,9 @@
 | 
				
			||||||
 | 
					2006-04-15  Luc Verhaegen  <libv@skynet.be>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* hw/xfree86/utils/cvt/cvt.c: (PrintUsage):
 | 
				
			||||||
 | 
						* hw/xfree86/utils/cvt/cvt.man.pre:
 | 
				
			||||||
 | 
						CVT means Coordinated Video Timing instead of Common.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2006-04-14  Adam Jackson  <ajax@freedesktop.org>
 | 
					2006-04-14  Adam Jackson  <ajax@freedesktop.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* hw/xfree86/os-support/Makefile.am:
 | 
						* hw/xfree86/os-support/Makefile.am:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -341,8 +341,8 @@ PrintUsage(char *Name)
 | 
				
			||||||
    fprintf(stderr, "      refresh : Desired refresh rate (default: 60.0Hz).\n");
 | 
					    fprintf(stderr, "      refresh : Desired refresh rate (default: 60.0Hz).\n");
 | 
				
			||||||
    fprintf(stderr, "\n");
 | 
					    fprintf(stderr, "\n");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fprintf(stderr, "Calculates VESA CVT (Common Video Timing) modelines for"
 | 
					    fprintf(stderr, "Calculates VESA CVT (Coordinated Video Timing) modelines"
 | 
				
			||||||
            " use with X.\n");
 | 
						    " for use with X.\n");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ cvt - calculate VESA CVT mode lines
 | 
				
			||||||
.RB [ refresh ]
 | 
					.RB [ refresh ]
 | 
				
			||||||
.SH DESCRIPTION
 | 
					.SH DESCRIPTION
 | 
				
			||||||
.I Cvt
 | 
					.I Cvt
 | 
				
			||||||
is a utility for calculating VESA Common Video Timing modes.  Given the
 | 
					is a utility for calculating VESA Coordinated Video Timing modes.  Given the
 | 
				
			||||||
desired horizontal and vertical resolutions, a modeline adhering to the CVT
 | 
					desired horizontal and vertical resolutions, a modeline adhering to the CVT
 | 
				
			||||||
standard is printed. This modeline can be included in __xservername__ 
 | 
					standard is printed. This modeline can be included in __xservername__ 
 | 
				
			||||||
.B __xconfigfile__(__filemansuffix__)
 | 
					.B __xconfigfile__(__filemansuffix__)
 | 
				
			||||||
| 
						 | 
					@ -36,6 +36,7 @@ __xconfigfile__(__filemansuffix__)
 | 
				
			||||||
.SH AUTHOR
 | 
					.SH AUTHOR
 | 
				
			||||||
Luc Verhaegen.
 | 
					Luc Verhaegen.
 | 
				
			||||||
.PP
 | 
					.PP
 | 
				
			||||||
This program is based on the Common Video Timing sample implementation
 | 
					This program is based on the Coordinated Video Timing sample
 | 
				
			||||||
written by Graham Loveridge. This file is publically available at
 | 
					implementation written by Graham Loveridge. This file is publically
 | 
				
			||||||
<http://www.vesa.org/Public/CVT/CVTd6r1.xls>. CVT is a VESA trademark.
 | 
					available at <http://www.vesa.org/Public/CVT/CVTd6r1.xls>. CVT is a
 | 
				
			||||||
 | 
					VESA trademark.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue