vga_getcurrenttiming - Man Page
get the current timing parameters.
Synopsis
#include <vga.h>
int vga_addtiming(int *pixelClock, int *HSyncStart, int *HSyncEnd, int *HTotal, int *VDisplay, int *VSyncStart, int *VSyncEnd, int *VTotal, int *flags);
Description
Saves to the current timing parameters to the variables given in the function call. See svidtune(6) for an example of using this.
See Also
Author
This manual page was written by Matan Ziv-Av
Referenced By
svidtune(6), vga_changetiming(3).
7 April 1999 Svgalib (>= 1.4.0) Svgalib User Manual