1vga_addtiming(3) Svgalib User Manual vga_addtiming(3)
2
3
4
6 vga_changetiming - change the current timing parameters.
7
9 #include <vga.h>
10
11 int vga_addtiming(int pixelClock, int HDisplay, int HSyncStart, int
12 HSyncEnd, int HTotal, int VDisplay, int VSyncStart, int VSyncEnd, int
13 VTotal, int flags);
14
15
16
18 Changes the value of the current timing parameters by the given values.
19 No checks are made to see if the new timing are within monitor or card
20 specs. See svidtune(6) for an example of using this.
21
22
24 vga_getcurrenttiming(3) svidtune(6)
25
26
28 This manual page was written by Matan Ziv-Av
29
30
31
32Svgalib (>= 1.4.0) 7 April 1999 vga_addtiming(3)