debian man page for vga_addmode

Query: vga_addmode

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

vga_addmode(3)							Svgalib User Manual						    vga_addmode(3)

NAME
vga_addmode - add a mode to svgalib modes list
SYNOPSIS
#include <vga.h> int vga_addmode(int width, int height, int num_cols, int offset, int bytesperpixel )
DESCRIPTION
Adds a mode to the list of modes, with the given parameters. The function returns the mode number. If such a mode already exists on the list, its number is returned, and no mode is added.
NOTE
Adding a mode to the list is not enough in order to use it. There must also be a timing line that fits that mode. This can be added either as a modeline in the config file, or with one of the functions vga_addtiming(3) and vga_guesstiming(3).
SEE ALSO
vga_addtiming(3) vga_guesstiming(3) addmodetest(6)
AUTHOR
This manual page was written by Matan Ziv-Av Svgalib (>;= 1.4.0) 7 April 1999 vga_addmode(3)
Related Man Pages
vga_getdefaultmode(3) - debian
vga_getdefaultmode(3) - mojave
vga_getdefaultmode(3) - suse
vga_hasmode(3) - centos
vga_hasmode(3) - redhat
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph