SvgaLib/lrmi-0.6m
2023-11-23 00:11:45 +01:00
..
dosint.c Initiall commit from latest release 2023-11-23 00:11:45 +01:00
get-edid Initiall commit from latest release 2023-11-23 00:11:45 +01:00
lrmi.c Initiall commit from latest release 2023-11-23 00:11:45 +01:00
lrmi.h Initiall commit from latest release 2023-11-23 00:11:45 +01:00
Makefile Initiall commit from latest release 2023-11-23 00:11:45 +01:00
mode3.c Initiall commit from latest release 2023-11-23 00:11:45 +01:00
README Initiall commit from latest release 2023-11-23 00:11:45 +01:00
vbe.h Initiall commit from latest release 2023-11-23 00:11:45 +01:00
vbemodeinfo.c Initiall commit from latest release 2023-11-23 00:11:45 +01:00
vbetest.c Initiall commit from latest release 2023-11-23 00:11:45 +01:00
vga_reset.c Initiall commit from latest release 2023-11-23 00:11:45 +01:00

This is a modified version of Josh Vanderhoof's lrmi-0.5 package
The original is available at http://www.planet.net/pjoshv/



vbetest - show available modes, and test a mode

mode3 - set mode using vesa bios. It can usually restore text mode after
        svgalib leaves a non-working text-mode.

vga_reset - call real mode c000:0003, which should be the video card's
	initialization routine. Should work in some cases when mode3 fails to
	restore text mode.