home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************************
- * FILENAME: P9X00P.DSP
- * REVISION: 1.00
- * DATE: June 20, 1994
- *****************************************************************************
-
- :TITLE
- Power 9x00 OS/2 2.1 Display Driver
- :KEY
- P9x00_Display_Driver
-
- :FILES :MODE=PRIMARY
- \POWER_9K\POWER_9K.@ %BOOTDRIVE%:
- \POWER_9K\P9x00Res.Dat %BOOTDRIVE%:\OS2\POWER_9K
- \P9XREMOV.DSC %BOOTDRIVE%:\OS2\INSTALL
-
- :DEL_CONFIG_LINE :MODE=PRIMARY
- SET VIO_VGA=DEVICE(BVHVGA)
- SET VIO_SVGA=DEVICE(BVHSVGA)
- SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
- SET VIO_P9000=DEVICE(BVHVGA,BVHP9000)
- SET VIO_P9100=DEVICE(BVHVGA,BVHP9100)
- SET VIDEO_DEVICES=VIO_P9000
- SET VIDEO_DEVICES=VIO_P9100
- DEVICE=\OS2\MDOS\VVGA.SYS
- DEVICE=\OS2\MDOS\VSVGA.SYS
- DEVICE=\OS2\MDOS\POWER_9K\VVGA.SYS
- DEVICE=\OS2\MDOS\POWER_9K\VP9VGA.SYS
- DEVICE=\OS2\MDOS\POWER_9K\VP9000.SYS
- DEVICE=\OS2\MDOS\POWER_9K\VVPRVGA.SYS
- DEVICE=\OS2\MDOS\POWER_9K\VVIPER.SYS
- DEVICE=\OS2\MDOS\POWER_9K\P9000.SYS
- DEVICE=\OS2\POWER_9K\VP9VGA.SYS
- DEVICE=\OS2\POWER_9K\VP9000.SYS
- DEVICE=\OS2\POWER_9K\VVPRVGA.SYS
- DEVICE=\OS2\POWER_9K\VVIPER.SYS
- DEVICE=\OS2\POWER_9K\P9000.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VVGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VP9VGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VP9000.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VVPRVGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VVIPER.SYS
- DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\P9000.SYS
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9VGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9000.SYS
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VVPRVGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VVIPER.SYS
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9000.SYS
-
- :CONFIG :MODE=PRIMARY
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9100.SYS
- SET VIDEO_DEVICES=VIO_P9X00
- SET VIO_P9X00=DEVICE(BVHVGA,BVHP9100)
-
- :CONFIG :MODE=PRIMARY :MODE=DOS
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP91VGA.SYS
- DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9100.SYS
-
- :OS2INI :MODE=PRIMARY
- OS2.INI
- PM_DISPLAYDRIVERS CURRENTDRIVER P91DSP32
- PM_DISPLAYDRIVERS P91DSP32 P91DSP32
- "Power 9000 Mode Info" "MONITOR" "Generic"
- "Power 9000 Mode Info" "BPP" "8"
- "Power 9000 Mode Info" "HRES" "640"
- "Power 9000 Mode Info" "VRES" "480"
- "Power 9000 Mode Info" "REFRESH" "60Hz"
- "Power 9000 Mode Info" "ICONSIZE" "32"
- "Power 9000 Mode Info" "PTRSIZE" "32"
-
- *
- * Set the default/initial display resolution for the OS/2 System
- * Object display mode selection method. This information will be
- * used when it exists. P9CNFG.EXE will override this setting by
- * deleting the DEFAULTSYSTEMRESOLUTION key.
- *
- * Note: In order to be able to support both 24 and 32 Bpp formats
- * (both of which support 16M colors) it is neccessary to set the
- * COLORS field to the Bpp rather than the number of colors.
- *
- :SET_RESOLUTION
- WIDTH=640
- HEIGHT=480
- COLORS=8
- PLANES=1
- *End of file*
-