Mirror of svgalib patched to compile on modern Linux distros
Find a file
2023-11-23 00:11:45 +01:00
demos Initiall commit from latest release 2023-11-23 00:11:45 +01:00
doc Initiall commit from latest release 2023-11-23 00:11:45 +01:00
gl Initiall commit from latest release 2023-11-23 00:11:45 +01:00
include Initiall commit from latest release 2023-11-23 00:11:45 +01:00
kernel Initiall commit from latest release 2023-11-23 00:11:45 +01:00
lrmi-0.6m Initiall commit from latest release 2023-11-23 00:11:45 +01:00
lrmi-0.9 Initiall commit from latest release 2023-11-23 00:11:45 +01:00
obsolete Initiall commit from latest release 2023-11-23 00:11:45 +01:00
src Initiall commit from latest release 2023-11-23 00:11:45 +01:00
threeDKit Initiall commit from latest release 2023-11-23 00:11:45 +01:00
utils Initiall commit from latest release 2023-11-23 00:11:45 +01:00
0-README Initiall commit from latest release 2023-11-23 00:11:45 +01:00
fixldsoconf Initiall commit from latest release 2023-11-23 00:11:45 +01:00
LICENSE 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
Makefile.cfg 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
svgalib.lsm Initiall commit from latest release 2023-11-23 00:11:45 +01:00

This is an _alpha_ release. Don't use it if you are not interested in
svgalib development.

Program using svgalib 1.9.0 or later don't need root provoleges (suid
root). They do need access to /dev/svga, which is a char device
with major 209 and minor 0.
The module svgalib_helper need also be inserted.

To make the devices, and the module (kernel 2.4 or newer), change to directory
kernel/svgalib_helper, and type make install.

There is a compile time option to return to old behaviour, of using root
privileges to access /dev/mem, instead of svgalib helper. To compile for this
select the NO_HELPER option in Makefile.cfg.