home *** CD-ROM | disk | FTP | other *** search
/ The Ultimedia Application / IBM_UCD_101.ISO / winmme / sysini4.txt < prev    next >
Text File  |  1991-08-06  |  10KB  |  250 lines

  1. -----------
  2. SYSINI4.TXT
  3. -----------
  4.  
  5.  
  6.   NOTE: This is the last of four files containing
  7.         information about the SYSTEM.INI file. It 
  8.         discusses SYSTEM.INI entries that appear only
  9.         when Windows with Multimedia Extensions is
  10.         installed. For general information about SYSTEM.INI
  11.         and the listings in this file, read the introductory
  12.         material in the SYSINI.TXT file.
  13.  
  14.   WARNING: If you change a setting incorrectly in
  15.            SYSTEM.INI, you might disable your system. Before
  16.            changing any setting, read "Changing Settings"
  17.            in the SYSINI.TXT file.
  18.  
  19. ------------------------------------------------------------
  20. ------------------------------------------------------------
  21.  
  22.  
  23. [DRIVERS] SECTION
  24.  
  25. The [drivers] section lists installable device drivers for
  26. Windows with Multimedia Extensions. These drivers do not
  27. include Media Control Interface (MCI) device drivers, which
  28. are listed in the [mci] section of the file.
  29.  
  30. Entries in this section have the following format:
  31.  
  32.   device_type=driver_name [parameters]
  33.  
  34. The device_type is the type of device, and the driver_name
  35. is the filename for the device driver installed for that
  36. device type. Parameters that are specific to a device driver
  37. may follow the driver_name. Alternatively, these parameters
  38. may be given in a section with the same name as the device
  39. driver:
  40.  
  41.     [driver_name]
  42.     keyname=value
  43.     .
  44.     .
  45.     .
  46.  
  47. The following sections describe the settings that
  48. Windows with Multimedia Extensions adds to the [drivers]
  49. section. Follow these steps to change any of the settings:
  50.  
  51.   1. Choose the Drivers icon from the Control 
  52.      Panel.
  53.  
  54.   2. Choose Add to add a new device driver, or select
  55.      a device type from the Installed Drivers list to modify
  56.      or remove the current driver.
  57.  
  58.   3. Choose Setup to select options for the driver.
  59.  
  60.   4. Choose OK.
  61.  
  62. ------------------------------------------------------------
  63. joystick=<filename>
  64.   Windows with Multimedia provides: IBMJOY.DRV
  65.   Purpose: Specifies the joystick device driver.
  66. ------------------------------------------------------------
  67. midi=<filename>
  68.   Purpose: Specifies the MIDI device driver.
  69. ------------------------------------------------------------
  70. timer=<filename>
  71.   Windows with Multimedia provides: TIMER.DRV
  72.   Purpose: Specifies timer device driver.
  73. ------------------------------------------------------------
  74. wave=<filename>
  75.   Purpose: Specifies waveform-audio device driver.
  76. ------------------------------------------------------------
  77. ------------------------------------------------------------
  78.  
  79.  
  80. [MCI] SECTION
  81.  
  82. The [mci] section lists MCI device drivers for
  83. Windows with Multimedia Extensions. If more than one
  84. device of a given type is installed, the keyname has
  85. a number as its last character.
  86.  
  87. Windows with Multimedia adds the following settings to
  88. the [mci] section:
  89. ------------------------------------------------------------
  90. CDAudio=<filename>
  91.   Windows with Multimedia settings: MCICDA.DRV
  92.   Purpose: Specifies the filename of the MCI driver
  93.            used to control audio compact-disc players..
  94.   To change: Choose the Drivers icon from the Control 
  95.            Panel. Choose Add to add a new
  96.            videodisc driver, or select CDAudio from
  97.            the Installed Drivers list to modify the
  98.            current driver. Click Setup to select options
  99.            for the device driver (for example, the device
  100.            number for the CD player). Then choose OK.
  101. ------------------------------------------------------------
  102. Sequencer=<filename>
  103.   Windows with Multimedia settings: MCISEQ.DRV
  104.   Purpose: Specifies the filename of the MCI driver
  105.            used to control playback of MIDI
  106.            sequences.
  107.   To change: Choose the Drivers icon from the Control 
  108.            Panel  Choose Add to add a new driver, or
  109.            driver, or select Sequencer from the Installed
  110.            Drivers list to modify the current driver.
  111.            Click Setup to select options (if any) for the
  112.            device driver. Then choose OK.
  113. ------------------------------------------------------------
  114. Videodisc=<filename> [<com-port>]
  115.   Windows with Multimedia settings: MCIPIONR.DRV COM1
  116.   Purpose: Specifies the filename of the MCI driver
  117.            used to control external videodisc players.
  118.   To change: Choose the Drivers icon from the Control 
  119.            Panel. Choose Add to add a new
  120.            videodisc driver, or select Videodisc from
  121.            the Installed Drivers list to modify the
  122.            current driver. Click Setup to select a COM
  123.            port for the videodisc player. Then choose OK.
  124. ------------------------------------------------------------
  125. WaveAudio=<filename> [<buffer-size>]
  126.   Windows with Multimedia settings: MCISEQ.DRV 4
  127.   Purpose: Specifies the filename of the MCI driver
  128.            used to control recording and playback of
  129.            waveform audio files. It may optionally specify
  130.            the number of seconds (an integer in the range 2
  131.            to 9 seconds) of audio the driver should buffer
  132.            during playback or recording.
  133.   To change: Choose the Drivers icon from the Control 
  134.            Panel. Choose Add to add a new driver, or
  135.            driver, or select WaveAudio from the Installed
  136.            Drivers list to modify the current driver.
  137.            Click Setup to select options (for example,
  138.            buffer size). Then choose OK.
  139. ------------------------------------------------------------
  140. ------------------------------------------------------------
  141.  
  142.  
  143. [MMSYSTEM] SECTION
  144. The [mmsystem] section includes options used by
  145. MMSYSTEM.DLL.
  146.  
  147. Windows with Multimedia puts the following settings in the
  148. [mmsystem] section:
  149.  
  150. ------------------------------------------------------------
  151. StackFrames=<number>
  152.   Defaults: 3
  153.   Purpose: Specifies the number of stack frames used when
  154.            new instances of MMSYSTEM.DLL are called.
  155.   To change: Use Notepad to edit the SYSTEM.INI file.
  156. ------------------------------------------------------------
  157. StackSize=<number>
  158.   Defaults: 1536
  159.   Purpose: Specifies the number of bytes in each stack
  160.            frame used when new instances of MMSYSTEM.DLL
  161.            are called.
  162.   To change: Use Notepad to edit the SYSTEM.INI file.
  163. ------------------------------------------------------------
  164. ------------------------------------------------------------
  165.  
  166.  
  167. [MULTIMEDIA.SETUP] SECTION
  168. --------------------------
  169. The [Multimedia.Setup] section records information about the
  170. currently installed audio and video hardware from users'
  171. input during setup. Anytime you run Setup after the initial
  172. setup, and anytime you select the Display application from the
  173. Control Panel, these programs use the information given in
  174. this section.
  175.  
  176. Windows with Multimedia adds the following settings to
  177. the [Multimedia.Setup] section:
  178.  
  179. ------------------------------------------------------------
  180. audio=<filename>,<port>,<interrupt>,<dsp-version>
  181.   Windows with Multimedia uses: SNDBLST.DRV,210,3,none
  182.   Purpose: Specifies the device driver for the audio device
  183.            the user specified when setting up Windows with
  184.            Multimedia. For the SoundBlaster audio board,
  185.            the extra parameters specify the port number, 
  186.            interrupt, and Digital Signal Processor (DSP) 
  187.            version. The DSP version  is either 105
  188.            (Version 1.05), 150 (Version 1.5), or 200
  189.            (Version 2.00).
  190.   To change: Rerun Setup.
  191. ------------------------------------------------------------
  192. display=<filename>
  193.   Windows with Multimedia uses: MMV7VGA.DRV
  194.   Purpose: Specifies the device driver for the video card
  195.            the user specified when setting up Windows with
  196.            Multimedia.
  197.   To change: Rerun Setup.
  198. ------------------------------------------------------------
  199. ------------------------------------------------------------
  200.  
  201.  
  202. SECTIONS FOR WINDOWS WITH MULTIMEDIA DEVICE DRIVERS
  203. ---------------------------------------------------
  204. As noted earlier in this file, for any device driver described
  205. in the [drivers] section of SYSTEM.INI, parameters may
  206. be defined in a section with that device-driver name.
  207. The following device-specific sections define parameters
  208. for the default device drivers provided in Windows with
  209. Multimedia Extensions:
  210.  
  211.     [ibmjoy.drv]
  212.     [sndblst.drv]
  213.  
  214. The following sections describe the entries that may
  215. appear in these sections. (Additional sections may appear for
  216. other audio, video, or peripheral devices installed on the
  217. system.)
  218.  
  219. ------------------------------------------------------------
  220. [ibmjoy.drv]
  221. axes=<2-or-3>
  222. timeout=<hex-number>
  223.   Defaults: axes=2
  224.             timeout=0x3000
  225.   Purpose: The axes option specifies whether the joystick is
  226.            two-dimensional (2) or three-dimensional (3). The
  227.            timeout option is a hexadecimal value specifying
  228.            how many times the joystick driver is polled before
  229.            the system determines that a joystick is not installed
  230.            on the system.
  231.   To change: Use Notepad to edit the SYSTEM.INI file.
  232. ------------------------------------------------------------
  233. [sndblst.drv]
  234. port=<hex-humber>
  235. interrupt=<number>
  236. DisableWarning=<Boolean>
  237.   Defaults: none
  238.   Purpose: The port option specifies the port number for
  239.            the SoundBlaster audio card. This is the port
  240.            where the jumper on the card is set. The interrupt
  241.            option specifies which interrupt the SoundBlaster
  242.            uses. The DisableWarning option, if enabled, displays
  243.            a warning message if an MS-DOS application running
  244.            from the Windows DOS Prompt tries to access the
  245.            SoundBlaster port given in the port option or the
  246.            interrupt given in the interrupt option. This
  247.            option is enabled by default.
  248. ------------------------------------------------------------
  249. ------------------------------------------------------------
  250.