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

  1. *****************************************************************************
  2. * FILENAME: P9XREMOV.DSP
  3. * REVISION: 1.00
  4. *     DATE: June 20, 1994
  5. *****************************************************************************
  6.  
  7. :TITLE
  8. Remove P9x00 Driver
  9. :KEY
  10. Remove_P9x00_Driver
  11.  
  12. :DEL_CONFIG_LINE :MODE=PRIMARY
  13. DEVICE=\OS2\POWER_9K\P9100.SYS
  14. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9100.SYS
  15. DEVICE=\OS2\POWER_9K\P9000.SYS
  16. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\P9000.SYS
  17. SET VIDEO_DEVICES=VIO_P9100
  18. SET VIDEO_DEVICES=VIO_P9000
  19. SET VIDEO_DEVICES=VIO_P9X00
  20. SET VIO_P9100=DEVICE(BVHVGA,BVHP9100)
  21. SET VIO_P9000=DEVICE(BVHVGA,BVHP9000)
  22. SET VIO_P9X00=DEVICE(BVHVGA,BVHP9100)
  23. DEVICE=\OS2\POWER_9K\VP91VGA.SYS
  24. DEVICE=\OS2\POWER_9K\VP9100.SYS
  25. DEVICE=\OS2\POWER_9K\VP9VGA.SYS
  26. DEVICE=\OS2\POWER_9K\VP9000.SYS
  27. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP91VGA.SYS
  28. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9100.SYS
  29. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9VGA.SYS
  30. DEVICE=%BOOTDRIVE%:\OS2\POWER_9K\VP9000.SYS
  31.  
  32. :CONFIG :MODE=PRIMARY
  33. SET VIDEO_DEVICES=VIO_VGA
  34. SET VIO_VGA=DEVICE(BVHVGA)
  35.  
  36. :CONFIG :MODE=PRIMARY :MODE=DOS
  37. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  38.  
  39. :WININI :MODE=PRIMARY :MODE=WINDOWS
  40. SYSTEM.INI
  41. *
  42. * Set the seamless Windows driver to VGA.
  43. * This will only work on the Full-Pack.  OS/2 for Windows needs this set
  44. * to "VGA.DRV" but can't do both so only do one.
  45. *
  46. boot sdisplay.drv swinvga.drv
  47. boot.description sdisplay.drv "VGA Seamless Windows Driver"
  48.  
  49. *
  50. * Set the full screen Windows driver to VGA.
  51. * display.drv is used for the Full-Pack.
  52. * fdisplay.drv is used for OS/2 for Windows.
  53. *
  54. boot display.drv vga.drv
  55. boot.description display.drv "VGA Windows Driver"
  56. boot fdisplay.drv vga.drv
  57. boot.description fdisplay.drv "VGA Windows Driver"
  58.  
  59. *
  60. * Set the VGA system fonts.
  61. * fonts.fon is used for the Full-Pack.
  62. * os2fonts.fon is used for OS/2 for Windows.
  63. *
  64. boot fonts.fon vgasys.fon
  65. boot os2fonts.fon vgasys.fon
  66.  
  67. *
  68. * Set the rest of the VGA fonts.
  69. * These are common to both the Full-Pack and OS/2 for Windows.
  70. *
  71. boot fixedfon.fon vgafix.fon
  72. boot oemfonts.fon vgaoem.fon
  73. boot.description aspect 100,96,96
  74.  
  75. *
  76. * Set the VGA grabbers and vdd.
  77. *
  78. boot 286grabber
  79. boot 386grabber
  80. 386Enh display *vddvga
  81.  
  82. *
  83. * Remove the Power 9100 specific entries.
  84. *
  85. SP9100.DRV Font
  86. SP9100.DRV
  87. P9100.DRV Resolution
  88. P9100.DRV Refresh
  89. P9100.DRV Font
  90. P9100.DRV Cursors
  91. P9100.DRV DevBits
  92. P9100.DRV MemClkInDecaKHz
  93. P9100.DRV BusType
  94. P9100.DRV BoardType
  95. P9100.DRV MemAddr
  96. P9100.DRV wBase
  97. P9100.DRV DacType
  98. P9100.DRV CursorUpdate
  99. P9100.DRV Cursor
  100. P9100.DRV Speed
  101. P9100.DRV Monitor
  102. P9100.DRV DefMode
  103. P9100.DRV CfgBA
  104. P9100.DRV OEMString
  105. P9100.DRV Version
  106. P9100.DRV TmgFileName
  107. P9100.DRV ClockType
  108. P9100.DRV IBM525PLL
  109. P9100.DRV
  110.  
  111. *
  112. * Remove the Power 9000 specific entries.
  113. *
  114. SP9000.DRV Font
  115. SP9000.DRV
  116. P9000.DRV Resolution 
  117. P9000.DRV Refresh
  118. P9000.DRV Font
  119. P9000.DRV Cursors
  120. P9000.DRV Palette 
  121. P9000.DRV DevBits 
  122. P9000.DRV
  123. P9000.OEM BusType
  124. P9000.OEM DacType
  125. P9000.OEM MemSize
  126. P9000.OEM CursorUpdate 
  127. P9000.OEM Cursor 
  128. P9000.OEM Speed 
  129. P9000.OEM Monitor 
  130. P9000.OEM DefMode
  131. P9000.OEM
  132.  
  133. :OS2INI :MODE=PRIMARY
  134. OS2.INI
  135. PM_DISPLAYDRIVERS CURRENTDRIVER IBMVGA32
  136.  
  137. *End of file*
  138.