1vga_screenoff(3) Svgalib User Manual vga_screenoff(3)
2
3
4
6 vga_screenoff, vga_screenon - turn generation of the video signal on or
7 off
8
10 #include <vga.h>
11
12 int vga_screenoff(void);
13 int vga_screenon(void);
14
15
17 The functions turn the generation of the video signal on or off. On
18 some video boards, SVGA memory access is faster when no video signal is
19 generated. On the other hand, not all boards allow to disable it (at
20 least not in all modes).
21
22 The functions always return 0 (on which you should probably not really
23 rely).
24
26 svgalib(7), vgagl(7), libvga.config(5), vga_init(3), vga_setmode(3),
27 vga_clear(3),
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_screenoff(3)