home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-11-12 | 817 b | 23 lines |
- ; For Multi Headed Display support, the name of the DirectDraw driver is
- ; passed in as input to MPROpenDevice function. A line in the section below
- ; should have the name of the DirectDraw driver on the left hand side
- ; equated to a MPR driver. This line is read by the MPR engine and the
- ; corresponding driver is loaded. An example could be
- ;
- ; The left hand side string "software" is special, in that it is required
- ; and specifies which driver to use when none is explicitly requested.
- ; This line will normally read "software=gen.mpr" to specify the software
- ; renderer as the default.
- [mpr]
- ; Processor=0 to force standard Pentium drivers.
- ; Processor=1 to allow MMX detection.
- Processor=0
-
- [mpr_ihv]
- software=gen.mpr
-
- display=gen.mpr
- dd3dfx=gr3dfx.mpr
- mm3dfx=gr3dfx.mpr
- R3D=gr3dfx.mpr
-