Chapter 3 README File

Chapter 3 contains the following example programs:

******************************************************************************
    NOTE: No checking is done to see if the monitor supports the
          requested display mode.  Make sure that the monitor
          you are using supports the display mode you are attempting
          to set!
******************************************************************************

DETECT.EXE
-detects if a Radeon based adapter is installed in the system. Once detected,
the locations of the various apertures are retrieved, and copied to the
Radeon_AdapterInfo structure.

SETMODE.EXE
-sets a display mode on the Radeon, using a video BIOS call.  The screen is
then filled with blue pixels.

MODETBL.EXE
-sets a display mode on the Radeon, using a video BIOS call.  However, a
CRT parameter table is passed, so that the CRT settings are generated from
the table, not the BIOS.  This allows for setting modes that are not directly
supported by the BIOS.

NOBIOS.EXE
-sets a display mode without using the BIOS.  Because the BIOS is not used,
any mode that is supported by the hardware can be set.

NBDFP.EXE
-sets a display mode for Flat Panel Display without using the BIOS:.
