home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osvirsvg.txt < prev    next >
Text File  |  1997-02-23  |  2KB  |  62 lines

  1. OSVIRSVG - SYSTEM LOCKS UP DURING STARTUP AFTER SETTING IT TO VGA
  2. 09/20/96
  3. =======================================================================
  4. System Locks Up During Startup after Setting it to VGA
  5. =======================================================================
  6. Please Read Entire Document for Full Explanation of Procedures
  7. --------------------------------------------------------------
  8. DESCRIPTION
  9.  
  10. If VGA mode is chosen from the Recovery Choices screen (option F3), and 
  11. the system locks up at a blank, black screen during its subsequent 
  12. restart, the CONFIG.SYS file may not have been completely modified to 
  13. run the system in VGA mode.
  14.  
  15.  
  16. RESOLUTION
  17.  
  18. To fix this problem: 
  19.  
  20. 1. Restart the system and press ALT-F1 when the OS/2 is visible in the 
  21.    top left corner of the screen.  
  22.  
  23. 2. When the Recovery Choices screen appears, choose option F2 to go to 
  24.    the command prompt. From the OS/2 startup drive, type:
  25.  
  26.       TEDIT \CONFIG.SYS
  27.  
  28. 3. Press Esc, then scroll through the CONFIG.SYS, looking for the 
  29.    following lines:
  30.  
  31.       SET VIDEO_DEVICES=VIO_SVGA
  32.       SET VIO_VGA=DEVICE(BVHSVGA)
  33.       DEVICE=x:\OS2\MDOS\VSVGA.SYS
  34.  
  35.    These lines should read:
  36.  
  37.       SET VIDEO_DEVICES=VIO_VGA
  38.       SET VIO_VGA=DEVICE(BVHVGA)
  39.       DEVICE=x:\OS2\MDOS\VVGA.SYS
  40.  
  41.    (Where x: is the OS/2 startup drive)
  42.  
  43.    Make the changes as needed, then save and exit the CONFIG.SYS file 
  44.    and restart the  system. The system should no longer lock up on
  45.    startup.
  46.  
  47.  
  48.  
  49. warp4
  50.  
  51. ______________________________________________________________________
  52. IBM disclaims all warranties, whether express or implied, including 
  53. without limitation, warranties of fitness and merchantability with 
  54. respect to the information in this document. By furnishing this 
  55. document, IBM grants no licenses to any related patents or copyrights.  
  56. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  57. or brand names referenced in this document are the property of their 
  58. respective owners. Consult your product manuals for complete trademark 
  59. information. 
  60.  
  61.  
  62.