home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / dispinst.txt < prev    next >
Text File  |  1993-04-29  |  2KB  |  68 lines

  1. Instructions on how to manually install display drivers.  Downloaded
  2. from the OS/2 Shareware BBS, tel. 703-385-0931.
  3.  
  4. ---------------
  5.  
  6. I beat the guys up and got the MANUAL way to change display type WITHOUT
  7. needing to install, here tis....
  8.  
  9.       ----------------------------
  10. In all cases below, you must have diskettes 6-15 (diskettes installed
  11. under PM - may be different depending on driver level).  When the
  12. instructions say: 'UNPACK A:filename targetdrive:', this implies that
  13. this command is run against each of the diskettes as the file may reside
  14. on any or all of the diskettes.
  15.  
  16. For CGA:
  17.         1. UNPACK A:CGA targetdrive:
  18.         2. copy (or rename) the file \OS2\DLL\CGA.DLL to \OS2\DLL\DISPLAY.DLL
  19.         3. change the CONFIG.SYS
  20.            SET VIDEO_DEVICES=VIO_CGA
  21.            SET VIO_CGA=DEVICE(BVHCGA)
  22.            remove any reference to DEVINFO=KDB,xxx,xxxxx
  23.  
  24. For EGA:
  25.         1. UNPACK A:EGA targetdrive:
  26.         2. copy (or rename) the file \OS2\DLL\EGA.DLL to \OS2\DLL\DISPLAY.DLL
  27.         3. change the CONFIG.SYS
  28.            SET VIDEO_DEVICES=VIO_EGA
  29.            SET VIO_EGA=DEVICE(BVHEGA)
  30.            DEVINFO=KDB,EGA,xxxxx
  31.  
  32. For VGA:
  33.         1. UNPACK A:VGA targetdrive:
  34.         2. copy (or rename) the file \OS2\DLL\VGA.DLL to \OS2\DLL\DISPLAY.DLL
  35.         3. change the CONFIG.SYS
  36.            SET VIDEO_DEVICES=VIO_VGA
  37.            SET VIO_VGA=DEVICE(BVHVGA)
  38.            DEVINFO=KDB,VGA,xxxxx
  39.  
  40. For 8514:
  41.         1. UNPACK A:8514 targetdrive:
  42.         2. copy (or rename) the file \OS2\DLL\8514.DLL to \OS2\DLL\DISPLAY.DLL
  43.         3. change the CONFIG.SYS
  44.            SET VIDEO_DEVICES=VIO_8514
  45.            SET VIO_8514=DEVICE(BVHVGA,BVH8514)
  46.            DEVINFO=KDB,BGA,xxxxx
  47.  
  48. For XGA:
  49.         1. UNPACK A:XGA targetdrive:
  50.         2. copy (or rename) the file \OS2\DLL\XGA.DLL to \OS2\DLL\DISPLAY.DLL
  51.         3. change the CONFIG.SYS
  52.            SET VIDEO_DEVICES=VIO_XGA
  53.            SET VIO_XGA=DEVICE(BVHVGA,BVHXGA)
  54.            DEVICE=targetdrive:\OS2\XGARING0.SYS
  55.            DEVINFO=KDB,VGA,xxxxx
  56.  
  57. Where xxxxx = targetdrive:\OS2\VIOTBL.DCP
  58.  
  59. This does not cover dual display systems, those get somewhat more involved.
  60.  
  61. This also does not cover changing the OS2.INI file, but since these are
  62. changes to colors and must be done programmatically, it is not usually
  63. worth the effort.
  64.      ---------------
  65.  
  66. Irv Spalten  BPC Technical Interface Group, Boca Raton FL
  67.  
  68.