home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinblnk.txt < prev    next >
Text File  |  1997-04-29  |  4KB  |  129 lines

  1. OSINBLNK - BLANK DESKTOP AND NO SYSTEM ACTIVITY AFTER INSTALLING
  2.            OS/2 2.1 OR OS/2 2.11
  3. 01/16/96
  4.  
  5. =======================================================================
  6.         Blank Desktop and No System Activity after Installing
  7.                       OS/2 2.1 or OS/2 2.11
  8. =======================================================================
  9.  
  10. Please Read Entire Document for Full Explanation of Procedures
  11. --------------------------------------------------------------
  12.  
  13. DESCRIPTION
  14.  
  15. When you restart the system after installation, you get a blank Desktop 
  16. and no system activity.
  17.  
  18. RESOLUTION
  19.  
  20. Note: Make sure you have a backup of any file you intend to change.
  21.  
  22. 1. Set up ATI 8514 Ultra or Ultra Graphics Video Adapter:
  23.  
  24.    a. Make sure the ATI  adapter is set up as 8514 PRIMARY display.
  25.  
  26.    b. Edit the CONFIG.SYS file. Make sure it has:
  27.  
  28.          DEVICE=C:\OS2\MDOS\VSVGA.SYS 
  29.  
  30.       During installation, this is sometimes loaded as
  31.       DEVICE=C:\OS2\MDOS\VVGA.SYS and must be changed.
  32.  
  33.    c. Contact ATI for an updated ROM chip. The older ATI ROM chips
  34.       return the incorrect monitor ID when queried by OS/2.
  35.  
  36. 2. Run CHKDSK:
  37.  
  38.    a. Insert the Installation Diskette in drive A.
  39.  
  40.    b. Turn on the computer. If it is already on, perform a shutdown and
  41.       then restart it.
  42.  
  43.    c. When prompted, remove the Installation Diskette and insert
  44.       Diskette 1; then press Enter.
  45.  
  46.    d. When the Welcome screen appears, press Esc to get to an A: prompt.
  47.  
  48.    e. Insert Diskette 2; then type CHKDSK C: /F and press Enter.
  49.  
  50.    Run CHKDSK on all drives. If errors appear, rerun it until no errors
  51.    are found.
  52.    
  53. 3. Check the OS/2 CONFIG.SYS file for duplicate INI statements:
  54.  
  55.    a. Start the system from DOS or a DOS startable diskette.
  56.  
  57.    b. Edit the CONFIG.SYS file.
  58.  
  59.    c. Make sure the SET USER_INI and SET SYSTEM_INI statements appear
  60.       only once in the file. Delete any duplicate occurrences.
  61.  
  62.    d. Save and exit the file.
  63.  
  64. 4. Set the video card to 8-bit mode and place it in an 8-bit slot.
  65.    Refer to the documentation that came with the adapter for
  66.    instructions.
  67.  
  68. 5. If any of the preceding is not applicable or does not work, remake
  69.    the Desktop:
  70.  
  71.    a. Insert the OS/2 Installation Diskette in drive A and restart the
  72.       system.
  73.  
  74.    b. When prompted, remove the Installation Diskette and insert
  75.       Diskette 1.
  76.  
  77.    c. At the Welcome screen, press Esc to get to the A: prompt.
  78.  
  79.    d. Type the following, pressing Enter after each:
  80.  
  81.          C:
  82.          CD \OS2
  83.          ERASE OS2.INI
  84.          MAKEINI OS2.INI INI.RC
  85.          ERASE OS2SYS.INI
  86.          MAKEINI OS2SYS.INI INISYS.RC
  87.  
  88.    e. Delete the hidden file, WP ROOT. SF, from the startable partition:
  89.  
  90.       For FAT file systems:
  91.           ---
  92.       Type the following, pressing Enter after each:
  93.  
  94.          ATTRIB -S -H WP?ROOT.?SF
  95.          DEL WP?ROOT.?SF
  96.  
  97.       For HPFS:
  98.           ----
  99.       Type the following, pressing Enter after each:
  100.  
  101.          ATTRIB -S -H WP ROOT. SF
  102.          DEL WP ROOT. SF
  103.  
  104.    f. Delete the Desktop:
  105.  
  106.       For FAT file systems:
  107.           ---
  108.       1) Change to the OS!2_2.0_D directory.
  109.       2) Delete all the subdirectories; then delete this directory.
  110.  
  111.       For HPFS:
  112.           ----
  113.       1) Change to the OS!2 2.0 DESKTOP directory.
  114.       2) Delete all the subdirectories; then delete this directory.
  115.  
  116.    Note: If MAKEINI was run before, or ALT+F1 was used, other Desktops
  117.          might have been created. Delete ALL Desktops; for example,
  118.          OS!2_21.0_D is another Desktop.
  119.  
  120. ______________________________________________________________________
  121. IBM disclaims all warranties, whether express or implied, including 
  122. without limitation, warranties of fitness and merchantability with 
  123. respect to the information in this document. By furnishing this 
  124. document, IBM grants no licenses to any related patents or copyrights.  
  125. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  126. or brand names referenced in this document are the property of their 
  127. respective owners. Consult your product manuals for complete trademark 
  128. information. 
  129.