1vga_setlogicalwidth(3) Svgalib User Manual vga_setlogicalwidth(3)
2
3
4
6 vga_setlogicalwidth - set the logical scanline width
7
9 #include <vga.h>
10
11 void vga_setlogicalwidth(int l);
12
13
15 Set the logical scanline width to l bytes. It must be a multiple of 8.
16 Only changes the VGA register, drawing functions don't take it into
17 account. The logical scan line width is the offset between points above
18 each other in consecutive lines. Note that for some cards and graphics
19 modes a multiple of 8 will not suffice to ensure a proper video timing.
20 You should only set l to multiples of the value returned for that
21 graphics mode by vga_modeinfo(3).
22
23
25 svgalib(7), vgagl(7), libvga.config(5), vga_modeinfo(3), vga_dis‐
26 playstart(3), vga_claimvideomemory(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_setlogicalwidth(3)