home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / install / stormpro / os2 / p9x00p.dsp < prev    next >
Text File  |  1994-11-14  |  3KB  |  89 lines

  1. *****************************************************************************
  2. * FILENAME: P9X00P.DSP
  3. * REVISION: 1.00
  4. *     DATE: June 20, 1994
  5. *****************************************************************************
  6.  
  7. :TITLE
  8. Power 9x00 OS/2 2.1 Display Driver
  9. :KEY
  10. P9x00_Display_Driver
  11.  
  12. :FILES :MODE=PRIMARY
  13. \POWER_9K\POWER_9K.@ %BOOTDRIVE%:
  14. \POWER_9K\P9x00Res.Dat %BOOTDRIVE%:\OS2\POWER_9K
  15. \P9XREMOV.DSC %BOOTDRIVE%:\OS2\INSTALL
  16.  
  17. :DEL_CONFIG_LINE :MODE=PRIMARY
  18. SET VIO_VGA=DEVICE(BVHVGA)
  19. SET VIO_SVGA=DEVICE(BVHSVGA)
  20. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  21. SET VIO_P9000=DEVICE(BVHVGA,BVHP9000)
  22. SET VIO_P9100=DEVICE(BVHVGA,BVHP9100)
  23. SET VIDEO_DEVICES=VIO_P9000
  24. SET VIDEO_DEVICES=VIO_P9100
  25. DEVICE=\OS2\MDOS\VVGA.SYS
  26. DEVICE=\OS2\MDOS\VSVGA.SYS
  27. DEVICE=\OS2\MDOS\POWER_9K\VVGA.SYS
  28. DEVICE=\OS2\MDOS\POWER_9K\VP9VGA.SYS
  29. DEVICE=\OS2\MDOS\POWER_9K\VP9000.SYS
  30. DEVICE=\OS2\MDOS\POWER_9K\VVPRVGA.SYS
  31. DEVICE=\OS2\MDOS\POWER_9K\VVIPER.SYS
  32. DEVICE=\OS2\MDOS\POWER_9K\P9000.SYS
  33. DEVICE=\OS2\POWER_9K\VP9VGA.SYS
  34. DEVICE=\OS2\POWER_9K\VP9000.SYS
  35. DEVICE=\OS2\POWER_9K\VVPRVGA.SYS
  36. DEVICE=\OS2\POWER_9K\VVIPER.SYS
  37. DEVICE=\OS2\POWER_9K\P9000.SYS
  38. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  39. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  40. DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VVGA.SYS
  41. DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VP9VGA.SYS
  42. DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VP9000.SYS
  43. DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VVPRVGA.SYS
  44. DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\VVIPER.SYS
  45. DEVICE=%BOOTDRIVE%:\OS2\MDOS\POWER_9K\P9000.SYS
  46. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9VGA.SYS
  47. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9000.SYS
  48. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VVPRVGA.SYS
  49. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VVIPER.SYS
  50. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9000.SYS
  51.  
  52. :CONFIG :MODE=PRIMARY
  53. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9100.SYS
  54. SET VIDEO_DEVICES=VIO_P9X00
  55. SET VIO_P9X00=DEVICE(BVHVGA,BVHP9100)
  56.  
  57. :CONFIG :MODE=PRIMARY :MODE=DOS
  58. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP91VGA.SYS
  59. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9100.SYS
  60.  
  61. :OS2INI :MODE=PRIMARY
  62. OS2.INI
  63. PM_DISPLAYDRIVERS CURRENTDRIVER P91DSP32
  64. PM_DISPLAYDRIVERS P91DSP32      P91DSP32
  65. "Power 9000 Mode Info" "MONITOR" "Generic"
  66. "Power 9000 Mode Info" "BPP" "8"
  67. "Power 9000 Mode Info" "HRES" "640"
  68. "Power 9000 Mode Info" "VRES" "480"
  69. "Power 9000 Mode Info" "REFRESH" "60Hz"
  70. "Power 9000 Mode Info" "ICONSIZE" "32"
  71. "Power 9000 Mode Info" "PTRSIZE" "32"
  72.  
  73. *
  74. * Set the default/initial display resolution for the OS/2 System
  75. * Object display mode selection method.  This information will be
  76. * used when it exists.  P9CNFG.EXE will override this setting by
  77. * deleting the DEFAULTSYSTEMRESOLUTION key.
  78. *
  79. * Note: In order to be able to support both 24 and 32 Bpp formats
  80. * (both of which support 16M colors) it is neccessary to set the
  81. * COLORS field to the Bpp rather than the number of colors.
  82. *
  83. :SET_RESOLUTION
  84. WIDTH=640
  85. HEIGHT=480
  86. COLORS=8
  87. PLANES=1
  88. *End of file*
  89.