Manpages

Manpage of vga_addmode

vga_addmode

Section: Svgalib User Manual (3)
Updated: 7 April 1999
Index
Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
NOTE
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 05:38:56 GMT, April 20, 2024