home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Multimedia Development Kit 0.9 beta / MDKBeta_Release3.iso / mmwin / readme.txt < prev    next >
Encoding:
Text File  |  1991-06-15  |  35.5 KB  |  1,043 lines

  1. README.TXT
  2.  
  3. USING NOTEPAD TO VIEW ON-LINE DOCUMENTS
  4. =======================================
  5.  
  6.   *  If you enlarge Notepad to its maximum size, the following 
  7.      document will be easier to read. To do so, click the 
  8.      Maximize button in the upper-right corner of the Notepad 
  9.      window. Or open the Control menu in the upper-left corner
  10.      of the Notepad window and choose Maximize.
  11.  
  12.   *  To move through the document, press PAGE UP and PAGE DOWN 
  13.      or click the arrows at the top and bottom of the scroll bar 
  14.      along the right side of the Notepad window.
  15.  
  16.   *  To print the document, choose Print from the Notepad File 
  17.      menu.
  18.  
  19.   *  To read other on-line documents, choose Open from the File
  20.      menu.
  21.  
  22.   *  For Help using Notepad, press F1.
  23.  
  24.   *  If you are currently setting up Windows, choose Exit from 
  25.      the Notepad File menu to continue with Setup.
  26.  
  27.  
  28. NOTES ON WINDOWS 3.0
  29. ====================
  30.  
  31. This document contains important information that is not 
  32. included in the Windows User's Guide or in on-line Help. These 
  33. topics are covered:
  34.  
  35.   *  Copying files from the Windows 3.0 disks
  36.  
  37.   *  Running out of memory and how to increase available memory
  38.  
  39.   *  Using the Swapfile utility
  40.  
  41.   *  Using HIMEM.SYS
  42.  
  43.   *  Giving maximum priority to an application
  44.  
  45.   *  Using Windows 2.x drivers with Windows 3.0
  46.  
  47.   *  Running specific non-Windows applications
  48.  
  49.   *  Running specific Windows applications
  50.  
  51.   *  General notes about applications
  52.  
  53.   *  General notes about hardware
  54.  
  55.   
  56.  
  57. COPYING FILES FROM THE WINDOWS 3.0 DISKS
  58. ========================================
  59.  
  60. The files on the Windows 3.0 installation disks are compressed. 
  61. The files are not usable until they are expanded. Setup and 
  62. Control Panel expand the compressed files as they are copied 
  63. onto your hard disk.
  64.  
  65. If you need to copy files directly from a Windows 3.0 disk 
  66. without using Setup or Control Panel, follow these steps:
  67.  
  68.   1.  Copy EXPAND.EXE from Microsoft Windows Disk #2 onto your 
  69.       hard drive. (This utility expands compressed files to a 
  70.       useable format.)
  71.  
  72.   2.  Insert the disk with the file you want to expand into 
  73.       drive A: (or any floppy-disk drive).
  74.  
  75.   3.  Type the following and press ENTER:
  76.  
  77.         expand x:<filename> y:<filename>
  78.  
  79.       where x: is the disk drive you are copying from (source)
  80.             y: is the disk drive you are copying to (destination)
  81.  
  82.       The compressed file is expanded as it is copied onto your 
  83.       hard-disk drive.
  84.  
  85. System files (.SYS) are named SY$ as compressed files. For 
  86. example, MOUSE.SYS is named MOUSE.SY$; HIMEM.SYS, HIMEM.SY$ and 
  87. so forth. When you use Windows Setup to install these files, 
  88. they are renamed with .SYS extensions automatically.
  89.  
  90. If you use the expand utility to copy .SY$ files onto your hard 
  91. disk, you must change their filename extensions to .SYS. You can
  92. use the MS-DOS Rename command or you can rename each file as you
  93. copy them from the Windows Disk with the Expand command.
  94.  
  95. To rename a file when you expand it, type the following command 
  96. and press ENTER:
  97.  
  98.   expand x:filename.sy$ c:\windirectory\filename.sys
  99.  
  100. where x: is the source disk
  101.       filename.sy$ is the name of the compressed file you want
  102.         to copy
  103.       \windirectory is the name of your windows directory
  104.       filename.sys is the renamed file that will appear on your
  105.         hard disk
  106.  
  107.  
  108. WHAT IF YOU RUN OUT OF MEMORY?
  109. ==============================
  110.  
  111. As you're running applications in Windows or are trying to start
  112. an application, you might receive messages about being out of 
  113. memory. You can find out how much memory is available and of what
  114. type by choosing the About command from the Help menu in either
  115. Program Manager or File Manager. A dialog box containing memory 
  116. information appears.
  117.  
  118. The following list describes each memory category and suggests 
  119. how to increase available memory:
  120.  
  121. Amount of memory free   This number is the amount of conventional
  122.             memory currently available for 
  123.             applications.  
  124.               
  125.             When you run Windows in standard mode, 
  126.             this number includes extended memory.
  127.  
  128.                         When you run Windows in 386 enhanced 
  129.             mode, this number includes virtual 
  130.             memory and could be much larger than the
  131.             physical amount of memory in your 
  132.             computer. 
  133.  
  134.             If you need more memory or if the amount
  135.               of free memory is less than 30K, close 
  136.             some applications.
  137.  
  138. Amount of EMS free      When you run Windows in real mode with 
  139.             an expanded memory driver installed, 
  140.             this number shows the amount of expanded 
  141.             memory currently available. It is 
  142.             possible to have plenty of expanded 
  143.             memory available, but be out of 
  144.             conventional memory. 
  145.  
  146.             You can close some applications to free 
  147.             up conventional memory.
  148.  
  149. SMARTDrive Amount       This number is the amount of expanded 
  150.             memory claimed by SMARTDrive. Windows 
  151.             3.0 can allocate memory from SMARTDrive 
  152.             as needed.
  153.  
  154.                         For more information on how to use 
  155.             SMARTDrive, see Chapter 13, "Optimizing 
  156.             Windows," in the Windows User's Guide.
  157.  
  158. System Resources        This number is the percentage of system 
  159.             resources available. This number never 
  160.             reaches 100% because the system itself 
  161.             takes up some system resources.
  162.  
  163.             If this number is too low (about 15%), 
  164.             you cannot run more applications 
  165.             regardless of how much free memory you 
  166.             have. Close some applications to free 
  167.             system resources. 
  168.  
  169.  
  170. USING THE SWAPFILE UTILITY
  171. ==========================
  172.  
  173. Windows 3.0 includes Swapfile, a utility that can dramatically 
  174. improve Windows' performance on some computers when you are 
  175. running in 386 enhanced mode. Swapfile turns a portion of hard 
  176. disk space into additional memory. However, Swapfile cannot be 
  177. used with all hard disk drives because of the way some drives 
  178. interact with MS-DOS. 
  179.  
  180. If you want to run Swapfile, see Chapter 13, "Optimizing 
  181. Windows," in the Windows User's Guide for important information.
  182.  
  183.  
  184. USING HIMEM.SYS
  185. ===============
  186.  
  187. HIMEM.SYS is a driver required by Windows 3.0 for using extended 
  188. memory. It must be included in your CONFIG.SYS file. The method 
  189. HIMEM uses to access extended memory depends on your hardware.
  190.  
  191. When you boot your computer, HIMEM is loaded from your
  192. CONFIG.SYS file. After it is loaded, you will see a message like
  193. the following telling you the method HIMEM will use to access 
  194. extended memory on your computer.
  195.  
  196.   Installed A20 handler number X.
  197.  
  198.    where X is 1 through 8 which corresponds to one of the 
  199.    following methods:
  200.  
  201.       Number   Name               Computer type
  202.   --------------------------------------------------------------
  203.         1        at               ; IBM AT or 100% compatible.
  204.         2        ps2              ; IBM PS/2
  205.         3        ptlcascade       ; Phoenix Cascade BIOS
  206.         4        hpvectra         ; HP Vectra (A & A+)
  207.         5        att6300plus      ; AT&T 6300 Plus
  208.         6        acer1100         ; Acer 1100
  209.         7        toshiba          ; Toshiba 1600 & 1200XE
  210.         8        wyse             ; Wyse 12.5 Mhz 286 
  211.  
  212.  
  213. If HIMEM does not work properly, you can try a different method.
  214. Specify the switch for your computer type on the 
  215. device=HIMEM.SYS line in your CONFIG.SYS file. Computer type 
  216. corresponds to either the number or the name of your computer 
  217. from the table.
  218.  
  219. For example the following lines are equivalent:
  220.  
  221.   device=c:\himem.sys /M:ps2
  222.   device=c:\himem.sys /M:2
  223.  
  224. This entry forces HIMEM to use the IBM PS/2 A20 method for 
  225. accessing extended memory.
  226.  
  227.  
  228. GIVING MAXIMUM PRIORITY TO AN APPLICATION
  229. =========================================
  230. Windows lets you set the specific amount of processing time 
  231. your applications will receive relative to other applications 
  232. that are running. 
  233.  
  234. To ensure that a particular application receives all the 
  235. processing time it needs without interruption, set its Priority 
  236. Foreground option to 10000. With this setting, no background
  237. applications will be allowed to run unless the foreground
  238. application is idle. 
  239.  
  240. See Chapter 12, "More About Applications," in the 
  241. Windows User's Guide for more information about this setting.
  242.  
  243.  
  244. USING WINDOWS 2.X DRIVERS WITH WINDOWS 3.0
  245. ==========================================
  246.  
  247. Windows 3.0 will not start in standard mode or 386 enhanced 
  248. mode if you installed Windows 2.x display, mouse, sound, system,
  249. or communications drivers. You must update these drivers to run 
  250. Windows 3.0.
  251.  
  252. To start Windows in real mode, type the following at the MS-DOS 
  253. prompt and press ENTER:
  254.  
  255.   win /r
  256.  
  257. If you use Windows 2.x printer drivers with Windows 3.0, you 
  258. might see a warning when you print. As with Windows 2.x 
  259. applications, 2.x printer drivers work reliably only if you run 
  260. Windows 3.0 in real mode.
  261.  
  262.   NOTE  It is recommended that you install only the drivers 
  263.     provided with Windows 3.0. If you want to use a special
  264.     device driver that was not provided with Windows, contact
  265.     the manufacturer for an updated driver that works with 
  266.     Windows 3.0.
  267.  
  268.  
  269. RUNNING SPECIFIC NON-WINDOWS APPLICATIONS
  270. =========================================
  271.  
  272. This section describes some problems you might have running 
  273. non-Windows applications with Windows 3.0.
  274.  
  275.  
  276. Microsoft Flight Simulator 
  277. --------------------------
  278. Microsoft Flight Simulator cannot be run as a background 
  279. application. When you are running Windows in standard or real 
  280. modes, do not switch from Flight Simulator (ALT+TAB or ALT+ESC) 
  281. to any other application.
  282.  
  283.  
  284. Using MultiSoft PC-Kwik Disk Accelerator
  285. ----------------------------------------
  286. If you use PC-Kwik with Windows running in 386 enhanced mode, 
  287. make sure the version is 3.55 or later and that you use 
  288. PC-Kwik in extended memory, not expanded memory.
  289.  
  290. If you need to upgrade your version of PC-Kwik, call MultiSoft 
  291. at 1-800-888-KWIK in the United States. Outside the U.S., call
  292. 1-503-644-5644.
  293.  
  294.  
  295. Professional Oracle
  296. -------------------
  297. You can run Oracle only in real mode, and without the 
  298. HIMEM extended memory driver loaded. 
  299.  
  300.  
  301. QModem 
  302. ------
  303. If you have problems running QModem with Windows, create a 
  304. program information file (PIF) for QModem that specifies a 
  305. limit of 0 for EMS memory. Specifying 0 disables EMS for 
  306. QModem, freeing that memory for use by Windows. 
  307.  
  308.  
  309. Borland Reflex
  310. --------------
  311. If you have performance problems running Borland Reflex with 
  312. Windows in 386 enhanced mode, include the following line in the 
  313. [386Enh] section of your SYSTEM.INI file:
  314.   
  315.   VirtualHDIrq=FALSE
  316.  
  317.  
  318. Microsoft Word
  319. --------------
  320. You might have problems using ALT+TAB with Microsoft Word 5.0 
  321. and also using ALT+SPACEBAR to transfer data into Microsoft Word
  322. 5.0 from the Windows 3.0 Clipboard. If so, contact Microsoft 
  323. Customer Service for an updated version of Microsoft Word 5.0. 
  324. The updated version contains a keyboard driver that lets you use
  325. ALT+TAB and ALT+SPACEBAR.
  326.  
  327.  
  328. Lotus 1-2-3
  329. ----------
  330. Some versions of Lotus 1-2-3 require you to insert a floppy disk
  331. that contains a software "key". When running with Windows in 386
  332. enhanced mode, a "key" version of 1-2-3 might display an error 
  333. message telling you that the disk drive is not ready. Or, Windows
  334. might terminate 1-2-3 and display a message telling you that the 
  335. application has violated system integrity.  You can prevent these 
  336. problems by doing one of the following:
  337.  
  338.  * Make sure no other non-Windows applications are running when 
  339.    you start 1-2-3. 
  340.  
  341.  * Or edit the PIF for 1-2-3, and check the "Execution: Exclusive" box.
  342.  
  343.  
  344. RUNNING SPECIFIC WINDOWS APPLICATIONS
  345. =====================================
  346.  
  347. This section describes some problems you might have running 
  348. some Windows applications.
  349.  
  350.  
  351. Control Panel 
  352. -------------
  353. If you are running Windows 3.0 in real mode and using expanded 
  354. memory, a new desktop wallpaper selection will not take effect 
  355. immediately. You must quit and then restart Windows to see the 
  356. new selection.
  357.  
  358.  
  359. Print Manager and Network Printers
  360. ----------------------------------
  361. The availability of several features in Print Manager depends 
  362. on the support provided by your Network software. The 
  363. NETWORKS.TXT on-line document contains important information 
  364. about the networks you can use with Windows and which features 
  365. are available in Print Manager for each network type. See 
  366. NETWORKS.TXT for more information.
  367.  
  368.  
  369. Using Terminal from the OS/2 DOS Compatibility Box
  370. --------------------------------------------------
  371. If you want Terminal to communicate through COM ports from the 
  372. OS/2 DOS compatibility box, you must set the port before you 
  373. start Windows. To do so, you can run the SETCOM command from 
  374. the DOS prompt or you can include the initialization in your 
  375. CONFIG.SYS file.
  376.  
  377. To set the COM port from the DOS prompt, type the following 
  378. before you start Windows:
  379.  
  380.   SETCOM40 COMx=ON
  381.  
  382. For example, if you want to use COM1, you would type the 
  383. following command:
  384.  
  385.   SETCOM40 COM1=ON
  386.  
  387. To set the COM port automatically, you can add a line in your 
  388. CONFIG.SYS file. See your OS/2 documentation for instructions.
  389.  
  390.  
  391. Paintbrush
  392. ----------
  393. You can print color images from Paintbrush only if you are 
  394. using a color PostScript printer or an HP PaintJet printer. 
  395. These are the only printers that currently recognize Device 
  396. Independent Bitmaps (DIBs), the color file format Paintbrush 
  397. uses.
  398.  
  399. In addition, when running Windows in real mode, you might 
  400. receive out-of-memory messages when you try to print. If so, 
  401. try one of the following:
  402.  
  403.   *  Close all other applications and try printing again.
  404.  
  405.   *  Save the Paintbrush file and exit Windows. Start Windows 
  406.      again in standard mode or 386 enhanced mode, and then print
  407.      the Paintbrush file.
  408.  
  409.   *  If you can run only in real mode, you can convert the color
  410.      image and save it to a black and white format, then open 
  411.      the converted file, and print the monochrome bitmap.
  412.  
  413.  
  414. GENERAL NOTES ABOUT APPLICATIONS
  415. ================================
  416.  
  417. This section includes important information about other problems
  418. you might encounter running applications with Windows 3.0.
  419.  
  420.  
  421. Running Non-Windows Applications
  422. --------------------------------
  423. If you have problems with your display when you try to run two 
  424. non-Windows applications and Windows in 386 enhanced mode, add 
  425. the following line to the [386Enh] section of your SYSTEM.INI
  426. file:
  427.  
  428.   local=EGA$
  429.  
  430.  
  431. Increasing Your Display's Update Speed
  432. --------------------------------------
  433. If a non-windows application running in 386 enhanced mode 
  434. Windows seems to be updating the display very slowly, try 
  435. creating or modifying the application's program information 
  436. file (PIF).
  437.  
  438. Check the application's PIF file to make sure none of the 
  439. Monitor Ports check boxes are selected in the Advanced Settings
  440. dialog box. On some displays, canceling the Monitor Ports 
  441. options might mean that you cannot switch back to the 
  442. application after switching away. In this case, you must exit 
  443. the first application before starting another.
  444.  
  445. See "Specifying Advanced PIF Options for 386 Enhanced Mode" in 
  446. Chapter 12, "More About Applications" in the Windows User's 
  447. Guide for information on PIFs and the Monitor Ports options.
  448.  
  449.  
  450. Running Windows 2.x and Windows 3.0
  451. -----------------------------------
  452.   *  If you have both versions of Windows on your hard disk, 
  453.      make sure that the directory containing Windows 3.0 is 
  454.      included in the PATH command in your AUTOEXEC.BAT, not the 
  455.      directory for Windows 2.x.
  456.  
  457.   *  Because Windows searches the current directory before it 
  458.      searches other directories in the PATH command, when you 
  459.      want to run an application, print, install a printer, or 
  460.      install any other drivers in Windows 3.0, make sure the 
  461.      Windows 2.x directory is not the current directory.
  462.  
  463.   *  If you want to run Windows versions 2.x and 3.0 on the same
  464.      computer at different times, make sure that your CONFIG.SYS
  465.      file includes the Windows 3.0 HIMEM.SYS driver. 
  466.  
  467.   *  If you use SMARTDrive or RAMDrive with Windows/386 2.x, 
  468.      make sure the drivers are 2.x drivers. The Windows 3.0 
  469.      drivers for SMARTDrive and RAMDrive will not work with 
  470.      Windows/386 2.x.
  471.  
  472.  
  473. Omit the APPEND, JOIN, and SUBST MS-DOS Utilities
  474. -------------------------------------------------
  475. The MS-DOS utilities APPEND, JOIN, and SUBST can cause problems
  476. when you are running Windows 3.0. If you included APPEND, JOIN, 
  477. or SUBST in your AUTOEXEC.BAT file, remove them and refrain from 
  478. running them within Windows.
  479.  
  480.  
  481. Running Batch Files and Embedded Macros
  482. ---------------------------------------
  483. If you want to run a batch file with a Windows application that 
  484. uses embedded macro language, do so from a PIF. If you will
  485. be running it with Windows in 386 enhanced more, make sure that 
  486. the Background check box in the batch file's PIF is not selected.
  487. That way the batch file will run exclusively, causing the 
  488. Windows application to pause until processing is complete. To 
  489. learn about creating PIFs, see Chapter 12, "More About 
  490. Applications," in the Windows User's Guide.
  491.  
  492.  
  493. Using SHARE.EXE with Windows
  494. ----------------------------
  495. To prevent two applications from modifying the same file, run 
  496. the MS-DOS utility, SHARE.EXE, before you start Windows. It will 
  497. not work correctly if you run it from within Windows. See your 
  498. MS-DOS documentation for details about what SHARE.EXE does and 
  499. how to install it.
  500.  
  501.  
  502. Preventing Stack Overflow 
  503. -------------------------
  504. Stacks are temporary data structures that MS-DOS and applications
  505. use for processing hardware events. If you receive the Internal
  506. Stack Overflow message when you are running Windows in 386 
  507. enhanced mode, you need to change your stacks= setting.
  508.  
  509.   *  If your system uses MS-DOS 3.2, include the following line 
  510.      in your CONFIG.SYS file:
  511.  
  512.        stacks=9,192
  513.  
  514.   *  If your system uses MS-DOS 3.3 or above, include the 
  515.      following line in your CONFIG.SYS file:
  516.  
  517.        stacks=0,0
  518.  
  519.  
  520. Selecting a Port for a Serial Mouse
  521. -----------------------------------
  522. Do not try to run your serial mouse from a COM3 or COM4 port. 
  523. Windows supports serial mice on COM1 and COM2 only.
  524.  
  525.  
  526. Running Windows from the OS/2 version 1.2 DOS Compatibility Box
  527. ---------------------------------------------------------------
  528.   *  Do not allow Windows Setup to make changes to your 
  529.      AUTOEXEC.BAT file or CONFIG.SYS file. Make the appropriate
  530.      changes yourself.
  531.  
  532.   *  To print, you must set the printer driver port to one with 
  533.      an .OS2 extension as follows:
  534.  
  535.      If your printer is physically connected to LPT1 or to LPT2,
  536.      when you configure your printer, make sure you set the 
  537.      printer-driver port to LPT1.OS2 or LPT2.OS2.
  538.  
  539.      If the printer is physically connected to LPT3 or LPT4, you
  540.      must create a line for LPT3.OS2 or LPT4.OS2 in the [ports] 
  541.      section of your WIN.INI file and then set the printer 
  542.      driver to the appropriate .OS2 port when you configure it.
  543.  
  544.      For more information about WIN.INI settings, see the 
  545.      on-line document called WININI.TXT.
  546.  
  547.  
  548. Running Applications that Require Expanded Memory
  549. -------------------------------------------------
  550. If you have an 80386 system and use applications that require 
  551. expanded memory, you can use EMM386.SYS, the expanded memory 
  552. emulator that comes with Windows 3.0. See Chapter 13, 
  553. "Optimizing Windows," in the Windows User's Guide for 
  554. information on using EMM386.SYS.
  555.  
  556.  
  557. Setting the D= Switch for EMM386
  558. --------------------------------
  559. If you install EMM386, before you can start Windows in 386
  560. enhanced mode, you must include the following setting on your 
  561. EMM386 command line:
  562.  
  563.   d=48
  564.  
  565.  
  566. Running SMARTDrive with Disk Manager, SpeedStor or Vfeature Deluxe
  567. ------------------------------------------------------------------
  568.  
  569. SMARTDrive will not run if your hard disk was partitioned using 
  570. one of the following utilities:
  571.  
  572.   *  Disk Manager (Ontrack Computer Systems)
  573.   *  SpeedStor (Storage Dimensions)
  574.   *  Vfeature Deluxe (Golden Bow Systems)
  575.  
  576. If your hard disk was partitioned using one of these utilities,
  577. SMARTDrive will not start. Instead, it displays the following 
  578. message:
  579.  
  580.   Incompatible disk partition detected.
  581.  
  582. SMARTDrive does this in order to protect your hard disk from 
  583. possible damage. Hard disks partitioned using these three 
  584. utilities are often incompatible with SMARTDrive; running 
  585. SMARTDrive on such a hard disk could destroy the data on that disk.
  586.  
  587.  
  588. GENERAL NOTES ABOUT HARDWARE
  589. ============================
  590.  
  591. More than 16 megabytes (MB) of RAM
  592. ----------------------------------
  593. If your computer has over 16MB of RAM, you must run the 
  594. HIMEM.SYS that you received with Windows 3.0, not other XMS 
  595. drivers.
  596.  
  597.  
  598. Using COM Ports for Communications
  599. ----------------------------------
  600. If you are running a non-Windows application that uses COM 
  601. ports for communications, you might lose characters or receive 
  602. protection violations. If so, include the following setting in 
  603. your SYSTEM.INI file:
  604.  
  605.   COMxProtocol=XOFF
  606.  
  607.     where x is the number for the COM port
  608.  
  609. For information on this switch and instructions on changing 
  610. SYSTEM.INI settings, see the on-line document, SYSINI2.TXT.
  611.  
  612.  
  613. Using Serial Communications Ports Simultaneously
  614. ------------------------------------------------
  615. On some systems, you might have problems simultaneously
  616. using the COM1 and COM3 ports or the COM2 and COM4 ports.
  617. If so, make sure the [386enh] section of your SYSTEM.INI 
  618. file contains the following setting:
  619.  
  620.    COMIrqSharing=true
  621.  
  622. This setting allows simultaneous use of the COM1 and COM3 
  623. (or COM2 and COM4) ports on some systems. However, many serial 
  624. communications adapters do not allow these ports to be used 
  625. simultaneously, regardless of the setting in your SYSTEM.INI 
  626. file. 
  627.  
  628.  
  629. Using the COM3 and COM4 Serial Ports in 386 Enhanced Mode  
  630. ---------------------------------------------------------  
  631. Some PC systems with COM3 and COM4 serial communications  
  632. ports use I/O base port addresses that differ from the 
  633. default addresses that Windows uses when running in 386 
  634. enhanced mode. This difference can cause Windows to deny 
  635. access to a port that is actually available. To avoid this
  636. problem, make sure that all COMxBase= settings in the [386enh]
  637. section of the SYSTEM.INI file are set correctly for the 
  638. serial port adapter(s) you are using. Many adapters use the 
  639. values COM3Base=3E8h and COM4Base=2E8h instead of the default 
  640. Windows values. See your hardware documentation for the correct 
  641. values for your serial port adapter(s).
  642.   
  643. See the SYSINI2.TXT file for additional information about the 
  644. communications port settings. 
  645.  
  646.  
  647. Adaptec Controller Boards
  648. -------------------------
  649. If you are using an Adaptec controller board, you might need to
  650. turn off double-buffering in SMARTDrive. You can do this by 
  651. adding the /B- switch at the end of the SMARTDrive device line 
  652. in your CONFIG.SYS file.
  653.  
  654. The following is an example of such an entry:
  655.  
  656.   device=c:\windows\smartdrv.sys 1024 512 /B-
  657.  
  658.  
  659. The All ChargeCard with a 3Com Network
  660. ---------------------------------------
  661. If you have problems running the All ChargeCard in standard mode
  662. with a 3Com network, remove ALLEMM4.SYS from your CONFIG.SYS file. 
  663.  
  664. Alternately, you can keep ALLEMM4.SYS and start Windows in real 
  665. mode. To start in real mode, type WIN /r at the DOS prompt and 
  666. press ENTER.
  667.  
  668.  
  669. Apricot Computers
  670. -----------------
  671.  
  672.   *  If you are running Windows in 386 enhanced mode on Apricot 
  673.      DOS 3.3, you must install a console device driver such as 
  674.      the ANSI.SYS driver you received with MS-DOS.
  675.  
  676. Adding an entry like the following to your CONFIG.SYS file will 
  677. suffice:
  678.  
  679.   device=c:\DOS\ANSI.SYS
  680.  
  681. Failing to do so might cause CTRL+BREAK keystrokes to terminate 
  682. the wrong application.
  683.  
  684.  
  685.   *  If you want to run Windows in 386 enhanced mode, you need 
  686.      to install special drivers.  You can obtain these from your
  687.      Apricot distributor.
  688.  
  689.  
  690. AST Rampage Boards
  691. ------------------
  692. You need to upgrade your AST RAMTYPE.SYS driver if both the 
  693. following conditions are true:
  694.  
  695.   *  You have an IBM PS/2 or micro-channel architecture computer.
  696.   *  Your board is configured for expanded and extended memory.
  697.  
  698. RAMTYPE drivers before version 1.20 will not coexist with other
  699. applications that use extended memory. This makes them 
  700. incompatible with the HIMEM.SYS, which is required by Windows 
  701. 3.0.
  702.  
  703. The Windows Setup procedure removes RAMTYPE.SYS from your
  704. CONFIG.SYS file. This might cause error messages to appear when
  705. you start your computer, as other drivers that rely on RAMTYPE
  706. cannot load. This also means that no application can use the 
  707. expanded memory on your system. However, with RAMTYPE.SYS 
  708. removed, Windows 3.0 runs correctly.
  709.  
  710. If you have a version of RAMTYPE newer than 1.20, or if you 
  711. upgrade to a newer version, you can include the RAMTYPE command 
  712. line in your CONFIG.SYS file. If you are installing an upgrade, 
  713. you can simply copy this entry from CONFIG.OLD made by Setup 
  714. when you installed Windows.
  715.  
  716.  
  717. AT&T 386 computers with Phoenix ROM BIOS 
  718. ----------------------------------------
  719. If your AT&T 386 computer has a Phoenix ROM BIOS version 
  720. 1.10.14 or earlier, you might be unable to run a non-Windows 
  721. application in a window. (To determine whether your computer
  722. uses a Phoenix ROM BIOS and which version, reboot and check 
  723. the top line on your screen.)
  724.     
  725. To correct the problem, complete the following steps:
  726.  
  727.   1.  Reboot with the AT&T Customer Test disk you received 
  728.       with your computer.
  729.  
  730.   2.  Choose the Setup Utility.
  731.  
  732.   3.  Make sure these two settings are disabled:
  733.     Redirect to Com1
  734.         Redirect to Com2
  735.  
  736.   4.  Follow the instructions to exit and save your changes.
  737.  
  738.  
  739. CD-ROM Extensions
  740. -----------------
  741. If you are using CD-ROM Extensions, include the following entry 
  742. in the [386Enh] section of your SYSTEM.INI file:
  743.  
  744.   device=LANMAN10.386
  745.  
  746. You also need to activate the drive by sending it a command 
  747. before you start Windows. For example, type the following at 
  748. the DOS prompt and then start Windows:
  749.  
  750.   dir x:
  751.  
  752.   where x is the drive letter for the CD ROM drive.
  753.  
  754.  
  755. Epson Screen Savers
  756. -------------------
  757. Some Epson computers have screen-saver utilities that clear the 
  758. screen after a specified period of inactivity. With Windows 3.0,
  759. the screen saver might detect that the system is idle when it is
  760. not. Windows will function properly even though the screen is 
  761. blank, but nothing will be displayed until you exit Windows and 
  762. start up again.
  763.  
  764. See the documentation that you received with your Epson computer 
  765. for instructions about disabling the screen saver.
  766.  
  767.  
  768. Everex 386/25 and EMM386.SYS
  769. ----------------------------
  770. If you are using an Everex 386/25 with EMM386.SYS, include the 
  771. following parameters in your CONFIG.SYS file:
  772.  
  773.   device=EMM386.SYS C600-C7FF
  774.  
  775.  
  776. Hitachi Amdek Drives 
  777. --------------------
  778. These drives do not work reliably with Windows 3.0. To resolve 
  779. this problem access the drive before you start Windows by typing 
  780. the following at the DOS prompt:
  781.  
  782.   dir x:
  783.  
  784.   where x: is the drive letter for the Amdek drive
  785.  
  786.  
  787. IBM Expanded Memory 
  788. -------------------
  789. If you want your 286-based PS/2 computer configured to use 
  790. expanded memory, you must add the following line to your 
  791. CONFIG.SYS file:
  792.  
  793.   device=XMA2EMS.SYS
  794.  
  795. When you ran Setup to install Windows and chose to let Windows
  796. modify your CONFIG.SYS, this line was removed. Check the backup,
  797. CONFIG.OLD for the exact entry you must add.
  798.  
  799. See your "IBM DOS Command Reference" for further information on
  800. using XMA2EMS.SYS.
  801.  
  802.  
  803. Logitech Bus Mouse
  804. ------------------
  805. If you have a Logitech bus mouse on your computer, Setup will 
  806. identify it as a Microsoft or PS/2 mouse. This is correct. 
  807. The Logitech bus mouse is compatible with the Microsoft mouse 
  808. driver.
  809.  
  810. The Logitech serial mouse uses its own driver.
  811.  
  812.  
  813. LCD displays
  814. ------------
  815. If you use an LCD display, set it for white text on a black 
  816. background instead of black on white. When you are using Windows,
  817. black on white is hard on LCD displays. See the documentation 
  818. that came with your display for instructions on changing it.
  819.  
  820.  
  821. NCR 925 and EMM386.SYS
  822. ----------------------
  823. If you are using an NCR 925 with EMM386.SYS, include the 
  824. following parameters in your CONFIG.SYS file:
  825.  
  826.   device=EMM386.SYS E000-EFFF
  827.  
  828.  
  829. Plus Hardcard
  830. -------------
  831. To run Windows 3.0 with a Hardcard you must include the 
  832. following line in your SYSTEM.INI file in the [386Enh] section:
  833.  
  834.   VirtualHDIRQ=off
  835.  
  836. See the on-line document SYSINI3.TXT for information about the 
  837. procedure.
  838.  
  839. It is also a good idea to use SMARTDrive with a Hardcard. See 
  840. Chapter 13, "Optimizing Windows," in the Windows User's Guide 
  841. for more information on using SMARTDrive.
  842.  
  843.  
  844. SCSI Hard Disk Drive using DMA
  845. ------------------------------
  846. If your computer has an SCSI hard disk that uses DMA, you must 
  847. include the following entry in the [386Enh] section of your 
  848. SYSTEM.INI file:  
  849.  
  850.   VirtualHDIRQ=FALSE 
  851.  
  852. In addition, you must have SMARTDrive installed and you must NOT
  853. disable double-buffering by using the /B- option.
  854.  
  855.  
  856. Columbia Data Products SCSI
  857. ---------------------------
  858. To use the Columbia Data Products SCSI hard disk controller with
  859. Windows 3.0 in 386 enhanced mode, you must update the Columbia 
  860. Data Products SCSI software to version 3.35 or higher.
  861.  
  862.  
  863. Tandy 2500 XL with ROM DOS
  864. ---------------------------
  865. The Tandy 2500 XL can be configured to use ROM DOS. If you want 
  866. to use this feature, after you run Windows Setup, you must run 
  867. the Tandy setup program (SETUPXL). Modify your configuration
  868. so that your AUTOEXEC.BAT and CONFIG.SYS files are read from 
  869. drive C.
  870.  
  871.  
  872. Toshiba Plasma Display
  873. ----------------------
  874. Toshiba VGA-compatible plasma displays have built-in protection
  875. against overheating. This protection causes the screen to dim 
  876. whenever more than half of the screen is brightly lit. If this 
  877. makes your display difficult to use with Windows, change your 
  878. display colors by using the VCHAD program provided with your 
  879. Toshiba hardware. 
  880.  
  881. To change the plasma display colors you'll need to copy special 
  882. files to your Windows directory, modify the Windows desktop 
  883. colors, and create a special batch file for starting Windows. 
  884. The procedures are outlined in the following steps.
  885.  
  886.  
  887. --Copying the Files--
  888.  
  889.   1.  Copy VCHAD.EXE into your Windows directory.
  890.       (The VCHAD program should be on the Toshiba Diagnostics 
  891.       and Supplemental Disk you received with the DOS disks for 
  892.       your Toshiba. If not, request it from Toshiba at 
  893.       1-800-999-4CSD in the United States. Outside the U.S.,
  894.       contact your local Toshiba office.)
  895.  
  896.   2.  Copy TOSHWIN.VCD from Windows 3.0 Disk #2 into your Windows 
  897.       directory.
  898.  
  899.  
  900. --Modifying the Windows Desktop Colors--
  901.  
  902.   1.  Start Windows and from Control Panel, choose the Color icon.
  903.  
  904.   2.  Open the Color Scheme drop-down list box and select 
  905.       Fluorescent.
  906.  
  907.   3.  Choose the Color Palette button.
  908.  
  909.   4.  Make the following color changes to Screen Elements:
  910.  
  911.     Screen Element        Color
  912.     ---------------------------------------------------
  913.     Window Background    fifth column, fifth color
  914.     Window Text         bottom right color (white)
  915.     Application Workspace     last column, second color
  916.  
  917.      See Chapter 5, "Control Panel," in the Windows User's Guide
  918.      for more information on changing desktop colors.
  919.  
  920.   5.  Choose the Save Scheme button and choose OK to save your 
  921.       changes.
  922.  
  923.   6.  Choose OK to close Control Panel.
  924.  
  925.  
  926. --Creating the Batch File--
  927.  
  928.   1.  Using Windows Notepad (or another text editor), create the
  929.       following batch file and save it in your Windows directory
  930.       as WINPLSMA.BAT.
  931.  
  932.         VCHAD /R:TOSHWIN.VCD
  933.         WIN
  934.         VCHAD /C:1
  935.  
  936.       For information about using Notepad, see Chapter 10, 
  937.       "Additional Accessories," in the Windows User's Guide.
  938.   
  939.   2.  Exit Windows and start it again using WINPLSMA.BAT.
  940.  
  941.  
  942. Wyse Computers
  943. --------------
  944. If you are using a Wyse computer to run Windows, you might need 
  945. to modify the device=HIMEM.SYS line in your CONFIG.SYS file to
  946. read:
  947.  
  948.   device=[path]HIMEM.SYS  /M:WYSE
  949.  
  950.  
  951. Using VGA Display Adapters 
  952. --------------------------
  953.   *  If you use a VGA-compatible display adapter and have 
  954.      difficulties running Windows in 386 enhanced mode, you 
  955.      might need to include the following line in the [386Enh] 
  956.      section of your SYSTEM.INI file:
  957.  
  958.        EMMEXCLUDE=C400-C7FF
  959.  
  960.      This is because some VGA compatible cards use additional 
  961.      memory to enhance the performance of their cards. 
  962.      Manufacturers of these cards include Video 7 and Paradise. 
  963.      Display adapter boards with the main chip(s) manufactured 
  964.      by Tseng Labs, Chips and Technologies, Paradise, and 
  965.      Headland Technologies also function this way.
  966.   
  967.      When Windows is running in 386 enhanced mode and is 
  968.      configured for VGA, Windows detects most of these cards
  969.      and automatically excludes the additional memory. However, 
  970.      you must add the line to SYSTEM.INI yourself if:
  971.  
  972.        - You have both an 8514 and a VGA display adapter and
  973.          configured Windows for the 8514.
  974.  
  975.        - You have an enhanced VGA adapter that Windows does
  976.          not recognize.
  977.  
  978.      See the SYSINI2.TXT on-line document for the procedure.
  979.  
  980.   *  If you have both a VGA display adapter (primary) and an 
  981.      8514 (secondary), you might have problems switching between  
  982.      full-screen non-Windows applications when running Windows 
  983.      in 386 enhanced mode.
  984.  
  985.      If an application does not display properly, the digital 
  986.      to analog converter (DAC) on your VGA card needs to be 
  987.      updated. Contact the manufacturer for an upgrade. 
  988.  
  989.      In the meantime, if your application has a command to 
  990.      refresh the screen, you might be able to temporarily 
  991.      correct the display so you can use the application. For 
  992.      example, if your display is a color display, you can type 
  993.      the following at the DOS Prompt and press ENTER: 
  994.  
  995.        MODE CO80 
  996.  
  997.      See your application's documentation for information about 
  998.      commands that refresh the screen. 
  999.  
  1000.  
  1001. Using Self-Configuring Display Adapters
  1002. ---------------------------------------
  1003. Some display adapters can change their configurations to match
  1004. what an application tries to do. For example, if an application 
  1005. tries to use a VGA display, the adapter could switch from an EGA 
  1006. configuration to VGA. This type of display adapter makes use of
  1007. non-maskable interrupts (NMIs) to reconfigure itself as you work.
  1008.  
  1009. To use this type of display adapter with Windows running in 
  1010. 386 enhanced mode, you must disable the NMI (self-configuring)
  1011. option. First configure the display adapter for the type of
  1012. monitor you have, then disable the NMI option. See your hardware 
  1013. documentation for further instructions.
  1014.  
  1015.  
  1016. OTHER ON-LINE DOCUMENTS
  1017. =======================
  1018.  
  1019. The following are other on-line documents that contain important
  1020. information not included in the Windows User's Guide or in 
  1021. on-line Help:  
  1022.  
  1023. 3270.TXT    Information about using specific non-Windows
  1024.         3270 emulation applications.
  1025.  
  1026. NETWORKS.TXT    Information about running Windows with specific 
  1027.                 network configurations.
  1028.  
  1029. PRINTERS.TXT    Information about particular printers and fonts 
  1030.              that help you configure them to run in the 
  1031.             Windows environment.
  1032.  
  1033. SYSINI.TXT      Procedures for modifying SYSTEM.INI settings 
  1034. SYSINI2.TXT     (for advanced users only).
  1035. SYSINI3.TXT
  1036.  
  1037. WININI.TXT      Procedures for modifying WIN.INI settings 
  1038. WININI2.TXT      (for advanced users only).
  1039.  
  1040.  
  1041.  
  1042.  
  1043.