home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / CHIP_CD_1998_11_PL.iso / software / drivers / funtv / README.TXT < prev    next >
Encoding:
Text File  |  1996-06-05  |  4.8 KB  |  113 lines

  1.         ************************************************
  2.         *      AVer FunTV (TV Tuner/Capture) Board     *
  3.         *           Disk Version 1.62           *
  4.         ************************************************
  5.  
  6.  A. The FunTV application installation programs copy various executable,
  7.     DLL and INI files in the corresponding directories.
  8.  
  9.     1. MVPApp(Multimedia Video Processor Application) Release Files:
  10.  
  11.        Application Directory:
  12.       MVPAPP.EXE    MVPApp Windows application.
  13.       REMOTE.EXE    On-screen remote control application
  14.       TUNERAPP.EXE    TV Tuner control application
  15.       TUNER.DTA    Data file for TV channel information
  16.       MSGDISP.EXE    Message dispatcher application
  17.       MSGDISP.DTA    Data file for MSGDISP application
  18.       AVERAUD.EXE    Audio control application
  19.       README.TXT    This file.
  20.  
  21.        Windows Directory:
  22.       MVP131.INI    MVPApp INI file to initialize the application and to
  23.             save the settings.
  24.       MVP131.BIN    Configuration file to initialize the FunTV board
  25.             and to save the settings.
  26.  
  27.        Windows System Directory:
  28.       MVP131.DLL    Dynamic Link Library used by the MVPApp application.
  29.       VIC.DLL    Dynamic Link Library used by the MVPApp application.
  30.       FRTV.DLL    Dynamic Link Library used by the MVPApp application.
  31.       MCTCAP.DRV    Capture driver for VFW application                                                    MCTCAP.DRV
  32.       MCTCOD.DRV    Codec driver for VFW application                                                  MCTCAP.DRV
  33.  
  34.     2. AVI Driver Release Files:
  35.  
  36.        Windows System Directory:
  37.       MCTCAP.DRV    AVI capture driver for VFW application
  38.       MCTCOD.DRV    AVI codec/draw driver for VFW application
  39.  
  40.  
  41.  B. The version of applications:
  42.  
  43.     1. MVPAPP.EXE  : Windows application
  44.              version 1.62
  45.  
  46.     2. AVI Drivers : for Microsoft Video for Windows, Ulead VideoStudio..
  47.              version 2.00
  48.  
  49.  
  50.  C. The conflict bwtween FunTV board and other hardware(boards, or whatever).
  51.  
  52.     The FunTV board uses I/O address B18-B1Bh or B28-B2Bh, it will affect
  53.     the hardware with the same I/O address or with the I/O address of
  54.     318-31Bh or 328-32Bh(since the ISA bus allows boards to ignore the higher
  55.     significant address bits above A10).
  56.  
  57.     What boards uses the 318h-31Bh or 328-32Bh? The answer is the Network
  58.     boards. In other words, it will conflict with the Network boards which
  59.     use defualt address(300-31Fh) address if FunTV board uses B18-B1Bh.
  60.     Under such situation, you can update the address from B18 to B28 in the
  61.     MVP131.INI(by text editor) and change the jumper setting for FunTV, or
  62.     change the I/O address of Network boards to avoid the problem.
  63.  
  64.  
  65.  D. Using Chinese Windows System:
  66.  
  67.     If the Windows system you are using is Chinese version, please pull(or put)
  68.     the MSGDISP.EXE file from \FUNTV\MVPAPP directory to the "Startup" group
  69.     under Program Manager.
  70.  
  71.  
  72.  E. Most frequently asked Questions & Answers:
  73.  
  74.     Q. What is the difference between Dual Edge and Double Clock in Hi-color
  75.        (32K or 64K colors) mode?
  76.     A. There are two clock timings of the sequential byte loading of the pixel
  77.        data for the Hi-color mode. That is,
  78.        1. Dual Edge mode:
  79.       The two bytes are latched on the two opposing edges of the pixel
  80.       clock, the Byte of Least Significant part is latched on the rising
  81.       edge of the pixel clock, and the Byte of Most Significant part is
  82.       latched on the falling edge of the pixel clock.
  83.        2. Double Clock mode:
  84.       Two consecutive pixel clocks are used to load 2 bytes of data.
  85.       On the first rising edge of the pixel clock, the Byte of Least
  86.       Significant part is latched, and the second rising clock edge
  87.       latches the Byte of Most Significant part.
  88.  
  89.        This is because there is no standard approach to know from the Windows
  90.        system which one of the two modes, dual edge or double clock, of the
  91.        Hi-color mode is currently used. The AVer FunTV board will
  92.        automatically detect which clock timing is used.
  93.  
  94.        If the video shown on the screen is not visible, then the automatic
  95.        detection may be wrong for Hi-color mode, you can correct this mistake
  96.        by clicking the appropriate "color mode" option in the "VGA
  97.        Parameters..." item of menu "Setup".
  98.  
  99.     Q. What is the difference between interlaced and non-interlaced mode of
  100.        VGA display?
  101.     A. The condition of detecting interlaced/non-interlaced mode of VGA
  102.        display is quite different from a VGA card to another.
  103.  
  104.        Generally, if the resolution of a VGA display is below and equal to
  105.        800*600, the mode of VGA card used is always non-interlaced mode.
  106.        While at the resolution of 1024*768 or 1280*1024, this assumption may
  107.        be in doubt.
  108.  
  109.        Simialrly as the control item for the clock mode selection, you can
  110.        change between interlace and non-interace by clicking the "Interlace"
  111.        check-box in the "VGA Parameters..." item of "Setup" menu.              #
  112.  
  113.