			README file for SuperProbe
			--------------------------
			    Version 2.0

			    David E Wexelblat
			    dwex@goblin.org

What is it?
-----------
SuperProbe is a program for Intel-based Unix machines.  It is used to 
determine the type of video hardware installed in the machine, including, 
where it can be determined, which specific chipset, what type of 
RAMDAC is attached, and how much video memory resides on the board.
The current version supports EISA/ISA/VLB machines running SVR3, 
SVR4, Linux, *BSD*, Minix-386, and Mach (MicroChannel and PCI machines 
are believed to work as well, although the BIOS checking may need to 
be disabled via the '-no_bios' option).  Adding support for other 
operating systems should be fairly trivial, as the OS dependencies are 
isolated to a single file for each OS.

Building
--------
Both an Imakefile and a standard Makefile are provided.  If you are using 
imake, you should be able to simply do:

	xmkmf -a
	make
	make install
	make install.man

If you are using the standard Makefile, edit the Makefile.std file to set
up the OS dependencies; then do:

	make -f Makefile.std
	make install

The program will need to be installed setuid-root on all of the currently
supported OSs.

Running
-------
See the SuperProbe.1 manual page.

Reporting Problems
------------------
Please report any problems to the author, David E Wexeblat, <dwex@goblin.org>

Credits
-------
Finn Thoegersen
	For providing the vgadoc2.zip and vgadoc3.zip video hardware 
	documentation packages and sample code, and for allowing me 
	to port his code to the Unix environment.

David Dawes <dawes@physics.su.oz.au>
	For lots of help on the initial design, and writing the 386BSD OS
	support module.

Orest Zborowski <obz@kodak.com>
	For writing the Linux OS support module.

Philip Homburg <philip@cs.vu.nl>
	For writing the Minix-386 OS support module.

Robert Baron <Robert.Baron@ernst.mach.cs.cmu.edu>
	For writing the Mach OS support module.

Tiago Gons <tiago@comosjn.hobby.nl>
Kevin Martin <martin@cs.unc.edu>
	8514/A and ATI Mach-xx probe code.

The XFree86 Beta Test Team
	For helping test and debug this software.


$XFree86: mit/server/ddx/x386/SuperProbe/00README,v 2.8 1994/03/02 08:04:48 dawes Exp $
