2000-08-25 11:08:01 +02:00
|
|
|
This is a low level console graphics library, originally based on VGAlib 1.2 by
|
2003-07-31 15:25:26 +02:00
|
|
|
Tommy Frandsen. VGAlib supported a number of standard VGA graphics modes, as
|
|
|
|
well as high resolution/high color modes on many popular graphics adapters. As
|
|
|
|
of now, support for many more chipsets had been added.
|
2000-08-25 11:08:01 +02:00
|
|
|
|
2003-07-31 15:25:26 +02:00
|
|
|
It supports transparent virtual console switching, that is, you can switch
|
2005-07-29 08:21:15 +02:00
|
|
|
consoles to and from text and graphics mode consoles using Alt-[function key].
|
|
|
|
Also, SVGAlib corrects most of VGAlib's textmode corruption behavior by
|
2003-07-31 15:25:26 +02:00
|
|
|
catching SIGSEGV, SIGFPE, SIGILL, and other fatal signals and ensuring that a
|
|
|
|
program is running in the currently visible virtual console before setting a
|
2000-08-25 11:08:01 +02:00
|
|
|
graphics mode.
|
|
|
|
|
|
|
|
WWW: http://www.svgalib.org/
|