home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / svos2win.txt < prev    next >
Text File  |  1994-03-09  |  10KB  |  310 lines

  1. ==============================================================================
  2.      INSTALLING THE DIAMOND STEALTH VRAM OS/2 2.X DISPLAY DRIVERS
  3.     FOR OS/2 FOR WINDOWS 
  4. ==============================================================================
  5.      1.  Select the correct files. 
  6.  
  7.      We suggest you make a list of the files you will need for
  8.      for your system configuration..
  9.  
  10.      (a) ALL CONFIGURATIONS REQUIRE EACH OF THESE FILES:
  11.  
  12.         BVHVGA.DL@
  13.         VVGA.SY@
  14.         VENH.SY@
  15.  
  16.      (b) SELECT ONE OF THE FOLLOWING SETS OF FILES:
  17.  
  18.         -> to run the PM desktop at 1024x768 (256 colors)
  19.             S31KX8.DL@
  20.             SCAR1K.DR@
  21.             S3W1K.DR@
  22.             FONTS.FO@
  23.  
  24.         -> to run the PM desktop at 800x600  (256 colors)
  25.             S3800X8.DL@
  26.             SCAR800.DR@
  27.             S3W800.DR@
  28.  
  29.      (c) SELECT ONE OF THE FOLLOWING FILES:
  30.  
  31.         Note:  To make this selection you'll need to know the BIOS
  32.         version of your Stealth VRAM card and the PowerUp Monitor
  33.         Configuration for which your Stealth VRAM is set (see page
  34.         1:7 in the Stealth VRAM User's Manual).
  35.  
  36.         -> IF your card is set for an IBM 8514 or NEC 2A monitor . . .
  37.  
  38.              AND your Stealth BIOS version is level 2 (2.XX)
  39.  
  40.                   SELECT BVHENH20.DL@
  41.  
  42.              OTHERWISE your BIOS is level 3 (3.XX) so
  43.  
  44.                   SELECT BVHENH0.DL@
  45.  
  46.         -> IF your card is set for a NEC 3D monitor . . .
  47.  
  48.              AND your Stealth BIOS version is level 2 (2.XX)
  49.  
  50.                   SELECT BVHENH24.DL@
  51.  
  52.              OTHERWISE your BIOS is level 3 (3.XX) so
  53.  
  54.                   SELECT BVHENH4.DL@
  55.  
  56.         -> IF your card is set for a MAG 1448 monitor . . .
  57.  
  58.              AND your Stealth BIOS version is level 2 (2.XX)
  59.  
  60.                   SELECT BVHENH25.DL@
  61.  
  62.              OTHERWISE your BIOS is level 3 (3.XX) so
  63.  
  64.                   SELECT BVHENH5.DL@
  65.  
  66.         -> IF your card is set for a NEC 4D or 5D monitor . . .
  67.  
  68.              AND your Stealth BIOS version is level 2 (2.XX)
  69.  
  70.                   SELECT BVHENH28.DL@
  71.  
  72.              OTHERWISE your BIOS is level 3 (3.XX) so
  73.  
  74.                   SELECT BVHENH8.DL@
  75.  
  76.  
  77.      2. Unpack the selected files to a temporary directory.
  78.  
  79.       (a) While running OS/2 2.x, open a windowed or full-screen OS/2
  80.           prompt and create a temporary directory (let's call it SVRAMOS2).
  81.  
  82.       (b) Make SVRAMOS2 the default directory.
  83.  
  84.  
  85.       (c) Copy the files on your list of selected driver files from the
  86.           distribution diskette into SVRAMOS2.
  87.  
  88.       (d) Execute the following commands from the OS/2 command prompt:
  89.  
  90.            UNPACK *.DL@
  91.  
  92.            UNPACK *.DR@
  93.  
  94.            UNPACK *.SY@
  95.  
  96.            UNPACK *.FO@
  97.  
  98.       (e) To clean up, execute the following commands:
  99.  
  100.            DEL *.DL@
  101.  
  102.            DEL *.DR@
  103.  
  104.            DEL *.SY@
  105.  
  106.            DEL *.FO@
  107.  
  108.      3. Edit your CONFIG.SYS file.
  109.  
  110.       (a) Load your CONFIG.SYS file into the OS/2 System Editor.  You may 
  111.           wish to save a backup copy before you proceed.
  112.  
  113.       (b) Look for the following line:
  114.  
  115.            DEVINFO=SCR,VGA,[sysdrive]:\OS2\VIOTBL.DCP
  116.  
  117.              (where "[sysdrive]" is the drive on which your OS/2 system
  118.              files reside)
  119.  
  120.           and CHANGE THE LINE TO:
  121.  
  122.            DEVINFO=SCR,BGA,[sysdrive]:\OS2\VIOTBL.DCP
  123.  
  124.       (c) Look for the following line:
  125.  
  126.            SET VIO_VGA=DEVICE(BVHVGA)
  127.  
  128.           and CHANGE THE LINE TO:
  129.  
  130.            SET VIO_VGA=DEVICE(BVHVGA,BVHENH)
  131.  
  132.       (d) At the end of the file add the line:
  133.  
  134.            DEVICE=[sysdrive]:\OS2\MDOS\VENH.SYS
  135.  
  136.              (where "[sysdrive]" is the drive on which your OS/2 system
  137.              files reside.  BE SURE TO OMIT THE SQUARE BRACKETS!)
  138.  
  139.       (e) Save your modified CONFIG.SYS file.
  140.  
  141.  
  142.      4. Edit your WINOS2 SYSTEM.INI file
  143.  
  144.       (a) Load your WINOS2 SYSTEM.INI file into the System Editor. (You'll
  145.           find SYSTEM.INI in the \WINDOWS directory.)
  146.  
  147.       (b) Look for the following line:
  148.  
  149.            fdisplay.drv=vga.drv
  150.  
  151.       (c) Change this line as follows:
  152.  
  153.            IF you are installing the 1024x768 driver set:
  154.  
  155.             fdisplay.drv=s3w1k.drv
  156.  
  157.            OTHERWISE
  158.  
  159.             fdisplay.drv=s3w800.drv
  160.  
  161.       (d) Look for the following line:
  162.  
  163.            sdisplay.drv=vga.drv
  164.  
  165.       (e) Change this line as follows:
  166.  
  167.            sdisplay.drv=swinvga.drv
  168.  
  169.       (f) Save your modified SYSTEM.INI file and close the editor.
  170.  
  171.  
  172.      5. Reboot from the installation disk and copy the driver files.
  173.  
  174.       (a) Close all running applications and shut down OS/2.
  175.  
  176.       (b) Place the OS/2 2.x Installation Disk in drive A: and reboot
  177.           your computer.
  178.  
  179.       (c) As the OS/2 boot proceeds, look for your first opportunity
  180.           to escape to the [A:\] prompt (this will be a screen of blue
  181.           text on a white background).  Press <Esc> when the screen
  182.           appears and wait for the command prompt.
  183.  
  184.       (d) Play it safe:  Place the OS/2 2.x Diskette 2 in drive A: and
  185.           run CHKDSK [sysdrive]: /F from the floppy.
  186.  
  187.       (e) Save the files necessary to restore your VGA configuration
  188.           (just in case).  Switch to your [sysdrive]:\OS2\DLL directory,
  189.           create a subdirectory called VGA, and switch to that subdirectory.
  190.  
  191.           Now execute the following commands from [sysdrive]:\OS2\DLL\VGA
  192.  
  193.             COPY ..\DISPLAY.DLL
  194.             COPY ..\*.FON
  195.  
  196.             NOTE:  Saving these files will permit you to restore the PM
  197.                desktop to VGA.  If you might want to restore VGA 
  198.                seamless Windows as well, you must also make a copy 
  199.                of your VVGA.SYS file (which you'll find in 
  200.                \OS2\MDOS) and SWINVGA.DRV (in \WINDOWS\SYSTEM).
  201.  
  202.       (f) Make your SVRAMOS2 directory the default.
  203.  
  204.       (g) Execute the following commands to copy the Stealth VRAM drivers:
  205.  
  206.            COPY *.DLL [sysdrive]:\OS2\DLL
  207.  
  208.            COPY *.SYS [sysdrive]:\OS2\MDOS
  209.  
  210.            COPY *.DRV [sysdrive]:\WINDOWS\SYSTEM
  211.  
  212.       (h) ONLY IF you have installed the 1024x768 driver set, execute the
  213.            command:
  214.  
  215.            COPY *.FON [sysdrive]:\OS2\DLL
  216.  
  217.       (i) Remove any diskette from the A: drive and reboot.  If the drivers
  218.           have been copied to the correct directories and CONFIG.SYS has
  219.           been correctly updated, your PM desktop should come up in the
  220.           resolution you have chosen.
  221.  
  222. ------------------------------------------------------------------------------
  223.  
  224. IV.   General information about the Stealth VRAM OS/2 2.x drivers
  225.  
  226.      The Stealth VRAM drivers in this release are 16-bit accelerated OS/2
  227.      2.x display drivers and incorporate Seamless Windows support.  They
  228.      are modelled after IBM's 16-bit drivers for the 8514A.
  229.  
  230.      Remember, therefore, that IBM's advice to users of the 8514A
  231.      (in the OS/2 2.x README file) also applies to you as a user of the Stealth
  232.      VRAM. In particular, DOS VIDEO SETTINGS affect Stealth VRAM performance
  233.      in Seamless and full-screen WINOS2 sessions.
  234.  
  235.      You should therefore access the system menu for the WINOS2 command prompt
  236.      (Click the right mouse button over the WINOS2 icon in the Command Prompts
  237.      window, select OPEN and then SETTINGS from the menu, select the SESSION tab
  238.      in the SETTINGS NOTEBOOK, and press the DOS (or WINOS2) SETTINGS button.
  239.      When the list box appears, scroll down to the VIDEO settings.) and turn
  240.      VIDEO_SWITCH_NOTIFICATION ON (if it is off).  Also be sure to turn
  241.      VIDEO_8514A_XGA_IO_TRAPPING OFF (default is ON) or screen performance
  242.      in WINOS2 sessions may be sluggish.
  243.  
  244.      If you have icons on the PM desktop for individual Windows applications,
  245.      you should perform the same settings on each of them as are recommended
  246.      for the WINOS2 command prompt.
  247.  
  248.      Keep in mind, too, that you should not attempt to switch from the full-screen
  249.      WINOS2 to the PM desktop while a Windows application is actively drawing
  250.      to the screen.  If you do so, you are likely to disrupt the video
  251.      synchronization of the WINOS2 desktop when you switch back.
  252.  
  253.      Finally, keep in mind that the Stealth VRAM drivers in this release do
  254.      not virtualize resolutions greater than 640x480 for DOS applications.
  255.      If you wish to run a high-resolution DOS application (other than Windows),
  256.      exit the application before you attempt to switch back to the PM desktop.
  257.  
  258. ------------------------------------------------------------------------------
  259.  
  260. V.  Known problems
  261.  
  262.      Here are the known problems in release 1.1 of the Stealth VRAM OS/2 2.x
  263.      drivers.
  264.  
  265.      1. Problem:  In a full-screen WINOS2 session, you may find cursor movement
  266.       to be jumpy.
  267.  
  268.     Solution: Close the full-screen WINOS2 session.  Select the WINOS2
  269.       icon on the PM desktop and bring up its SYSTEM MENU (click the right
  270.       mouse button).
  271.  
  272.       Select OPEN then SETTINGS from the menu.
  273.  
  274.       Select the SESSION tab in the SETTINGS notebook.
  275.  
  276.       Select the WIN-OS/2 settings button (or DOS settings button).
  277.  
  278.       Set the following three items:
  279.  
  280.            IDLE_SECONDS             to    20
  281.            IDLE_SENSITIVITY         to    100
  282.            MOUSE_EXCLUSIVE_ACCESS   to    ON
  283.  
  284.       Select the SAVE button and CLOSE the SETTINGS notebook.
  285.  
  286.  
  287.      2. Problem: When WordPerfect 5.1 is installed on the Stealth VRAM it
  288.       incorrectly identifies the Stealth's S3 video chip as an ATI
  289.       video chip.  If you then switch from the WordPerfect
  290.       Print View (graphics-mode) screen to the PM desktop, the Print
  291.       View screen will be incorrectly restored when you attempt to
  292.       return to it.
  293.  
  294.     Work-around:  Go into WordPerfect's Setup function <Shift>+<F1>,
  295.       select DISPLAY, then GRAPHICS SCREEN TYPE, and select the
  296.       IBM VGA (& compatibles) option.
  297.  
  298.      3. Problem: When running a seamless Windows session under OS/2 2.0 GA
  299.       (i.e., WITHOUT the Service Pak), closing a Windows application
  300.       in the normal way--from the File menu, the System menu, or the
  301.       Close box--may leave it running in the background even though
  302.       it has disappeared from the screen.
  303.  
  304.     Work-around:  Close the application from the OS/2 PM Window List
  305.       instead of from the application's menus or Close box.
  306.       (Running the seamless Windows function under OS/2 2.0 GA is
  307.       NOT recommended!)
  308. ------------------------------------------------------------------------------
  309. END OF SVOS2WIN.TXT
  310.