modeinfo is a small program that uses svgalib functions to report what 
modes are available on your computer and reports the information available
with vga_getmodeinfo in a nice format for any available video modes.

To INSTALL:
By default, the makefile will name the program modeinfo, and install it
in /usr/local/bin, and install the man page in /usr/local/man/man1.  You
can change the 'prefix' variable in the makefile to something other than
'/usr/local' if you want, and change the 'prog' variable to something
other than 'modeinfo' if you already have something with that name.
Just type:

	make

to make the program, and 

	make install

to install the program and manpage.  Type

	man modeinfo

or whatever you named the program to see how to use it.  Basically,
here's how to use it:

	modeinfo 640x480x256

will print information about video mode 640x480x256.

	modeinfo --available

will print the names of all available video modes.

	modeinfo --all | less

will print mode information for all available video modes and display it
with 'less'.

COPYING POLICY.
This program is public domain.  I am not responsible for it, and I give you 
permission to do whatever you want with the source code.  Please let me know
if there are any bugs.

Adam P. Jenkins  <apj@twain.oit.umass.edu>
