1vga_disabledriverreport(3) Svgalib User Manual vga_disabledriverreport(3)
2
3
4
6 vga_disabledriverreport - makes svgalib not emit any startup messages
7
9 #include <vga.h>
10
11 void vga_disabledriverreport(void);
12
13
15 Usually svgalib prints the name of the hardware detected or forced to
16 the screen during startup. This and other informational messages are
17 suppressed when vga_disabledriverreport() was called.
18
19
21 svgalib(7), vgagl(7), libvga.config(5), vga_init(3), vga_setmode(3),
22 vga_setchipset(3), vga_setchipsetandfeatures(3)
23
25 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
26 essen.de>. The exact source of the referenced function as well as of
27 the original documentation is unknown.
28
29 It is very likely that both are at least to some extent are due to Harm
30 Hanemaayer <H.Hanemaayer@inter.nl.net>.
31
32 Occasionally this might be wrong. I hereby asked to be excused by the
33 original author and will happily accept any additions or corrections to
34 this first version of the svgalib manual.
35
36
37
38Svgalib (>= 1.2.11) 27 July 1997 vga_disabledriverreport(3)