1vga_setchipsetandfeatures(3) Svgalib User Manual vga_setchipsetandfeatures(3)
2
3
4
6 vga_setchipsetandfeatures - force chipset and optional parameters
7
9 #include <vga.h>
10
11 void vga_setchipsetandfeatures(int chipset, int par1, int par2);
12
13
15 Force chipset, and optional parameters like the exact chipset type and
16 the amount of video memory installed. This function works similar to
17 vga_setchipset(3) and allows the same values for chipset. In addition
18 you can pass additional parameters to the setup routine whose meaning
19 heavily depend on the driver. You should only use this for debugging
20 and if you know what you do, which is why we do not document anything
21 more here.
22
23
25 svgalib(7), vgagl(7), libvga.config(5), vgatest(6), vga_getcur‐
26 rentchipset(3), vga_setchipset(3)
27
28
30 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
31 essen.de>. The exact source of the referenced function as well as of
32 the original documentation is unknown.
33
34 It is very likely that both are at least to some extent are due to Harm
35 Hanemaayer <H.Hanemaayer@inter.nl.net>.
36
37 Occasionally this might be wrong. I hereby asked to be excused by the
38 original author and will happily accept any additions or corrections to
39 this first version of the svgalib manual.
40
41
42
43Svgalib (>= 1.2.11) 27 July 1997 vga_setchipsetandfeatures(3)