File: vga_changetiming.3

package info (click to toggle)
svgalib 1%3A1.4.3-33
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,012 kB
  • sloc: ansic: 60,381; makefile: 1,138; asm: 630; sh: 86; perl: 54; pascal: 49
file content (25 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH vga_addtiming 3 "7 April 1999" "Svgalib (>= 1.4.0)" "Svgalib User Manual"
.SH NAME
vga_changetiming \- change the current timing parameters.
.SH SYNOPSIS

.B "#include <vga.h>"

.BI "int vga_addtiming(int pixelClock, int HDisplay, int HSyncStart, int HSyncEnd, int HTotal, \
int VDisplay, int VSyncStart, int VSyncEnd, int VTotal, int flags);


.SH DESCRIPTION
Changes the value of the current timing parameters by the given values. No checks are made to see if the new timing are within monitor or card specs.
See 
.BR svidtune (6)
for an example of using this.

.SH SEE ALSO

.BR vga_getcurrenttiming (3)
.BR svidtune (6)

.SH AUTHOR

This manual page was written by Matan Ziv-Av