%general-entities; ]> SVGAlib-&SVGAlib-version; Introduction to <application>SVGAlib</application> SVGAlib is a low-level graphics library that provides VGA and SVGA modes in a console. This is useful for programs running on a console that require graphics capabilities. Package information Download (HTTP): Download (FTP): Download size: &SVGAlib-size; Estimated Disk space required: &SVGAlib-buildsize; Estimated build time: &SVGAlib-time; Additional downloads Required Patch: Installation of <application>SVGAlib</application> You must compile and install as root. If you don't, certain tools won't be able to become SUID root which is required for proper operation. However, this raises a risk of exposing your system to any holes in those tools that might be used to gain root access, so use with caution. Install SVGAlib by running the following commands: patch -Np1 -i ../svgalib-&SVGAlib-version;-gcc3-1.patch && make prefix=/usr install && cd doc && for dir in man?; do for file in $dir/*; do \ gunzip /usr/share/man/$file; done; done Command explanations cd doc && for dir in man?; do for file in $dir/*; do gunzip /usr/share/man/$file; done; done: SVGAlib installs its man pages in compressed format so we uncompress them. Configuring SVGAlib Config files /etc/vga/libvga.config, ~/.svgalibrc Configuration information You must edit the config file to set the monitor and mouse type. Depending on your hardware, other setup might be required. Contents The SVGAlib package contains libvga and libvgagl libraries, dumpreg, mode3, restorefont, restorepalette, restoretextmode, savetextmode, textmode and svgakeymap. Description libvga library libvga is a low-level graphics library. libvgagl library libvgagl is a fast frame buffer level graphics library based on libvga. dumpreg dumpreg dumps the state of the card as the svgalib chipset driver sees it. mode3 mode3 sets a VESA mode. restorefont restorefont saves or restores the SVGA font for textmode. restorepalette restorepalette sets the color palette for textmode. restoretextmode restoretextmode saves or restores the SVGA registers for textmode. savetextmode, textmode savetextmode and textmode save or restore the complete SVGA status for textmode. svgakeymap svgakeymap generates keymaps for svgalib.