The :SET_DRIVER command is used to configure a 32-bit display driver for use by the 32-bit graphics engine. The parameters that are associated with this keyword are listed in the lines that follow the :SET_DRIVER command. These parameters are passed to the DspSetDriverInfo API that was discussed earlier in this chapter.

Each parameter is specified as a <keyword> = <value> pair.

The following list specifies the parameters that must be specified in the lines following the :SET_DRIVER command line. All the parameter values in this list are strings and must be enclosed in double quotation marks.

NAME

DESC PATHNAME PARMS

Example:

    :SET_DRIVER
    NAME="IBMVGA32"
    DESC="IBM VGA Display Driver"
    PATHNAME="IBMVGA32"
    PARMS=""


[Back: RUN]
[Next: SET_RESOLUTION]