home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m240 / 6.ddi / MOUSE / READ.ME < prev   
Encoding:
Text File  |  1989-09-30  |  5.3 KB  |  153 lines

  1.       * * * * * * UPDATED FEATURES FOR GENIUS DRIVER V8.20 * * * * * *
  2.  
  3.       The following mouse parameters have been added to GMOUSE driver
  4.  
  5.      A. Dynamic Resolution ( *m )
  6.     -------------------------
  7.     With this parameter, an exciting new concept in Mouse control
  8.     has been  developed.  A precise location on the screen can be
  9.     selected with greater ease  and speed.
  10.  
  11.     Movement of the cursor across the screen is based on the tra-
  12.     vel count  and speed of the movement of the mouse.  It is not
  13.     only measured in terms    of physical distance traveled by  the
  14.     mouse, but also checking how quick the mouse is moved by your
  15.     hand.  The faster the movement of the mouse,  the further the
  16.     cursor movement on the screen.    Therefore, less hand movement
  17.     is involved.
  18.  
  19.     The DYNA  Mouse's resolution can  be increased up to 800 dots
  20.     per inch.  You may choose the desired resolution according to
  21.     the requirements of your applications.
  22.  
  23.     To select the resolution, type the command:
  24.  
  25.     A >GMOUSE *m   ( Where m = 1 to 4, if omitted, default is 2 )
  26.  
  27.  
  28.      B. Reduce Resolution ( /d )
  29.     ------------------------
  30.     The resolution of the Dyna  Mouse can also be reduced  if you
  31.     require a lower resolution than the one that is currently be-
  32.     ing used.
  33.     To reduce the resolution, enter the following command:
  34.  
  35.     A >GMOUSE /d   ( Where d = 2 to 4,  the number entered will
  36.              divide the current number by this amount ).
  37.  
  38.  
  39.      C. Communication Port ( n )
  40.     ------------------------
  41.     There are four general purpose communication ports  generally
  42.     used on your personal computer. The relative address and  IRQ
  43.     no. are listed in the table below:
  44.  
  45.     -------+----------+------------------+----------
  46.        n   |  COM no. |  Address in HEX. |    IRQ no.
  47.     -------+----------+------------------+----------
  48.        1   |  COM 1   |      3F8         |    IRQ 4
  49.        2   |  COM 2   |      2F8         |    IRQ 3
  50.        3   |  COM 3   |      3E8         |    IRQ 4
  51.        4   |  COM 4   |      2E8         |    IRQ 3
  52.     -------+----------+------------------+----------
  53.  
  54.     The Genius Serial Mouse can be set to any one of the four co-
  55.     mmunication ports, ( COM1 to COM4 ). The command format is
  56.  
  57.     A >GMOUSE n    ( Where n = 1 to 4 ).
  58.  
  59.     For example, if you install the mouse at COM1 ( default sett-
  60.     ing ), enter the following: A >GMOUSE 1 or A >GMOUSE
  61.  
  62.     If you want to install the mouse at COM4 enter the following:
  63.     A >GMOUSE 4
  64.  
  65.  
  66.      D. I/O Port Address & IRQ no. ( -a,i )
  67.     -----------------------------------
  68.     This new feature is provided  for the experienced user    When
  69.     their I/O port for the Genius Serial Mouse is different from
  70.     the default settings as described in the table above.    They
  71.     may follow the steps listed below to select hardware interr-
  72.     upt ( IRQ no. , range from 2 to 5, If omitted, preset is 5 )
  73.     and the I/O port address to install the mouse driver.
  74.  
  75.  
  76.     1). To select I/O port address and IRQ no., enter:
  77.         A >GMOUSE -3E0,2 ( Setup driver, select 3E0 (Hex) port
  78.                    address and IRQ no. 2)
  79.  
  80.     2). To select I/O port address and preset IRQ no.5, enter:
  81.         A >GMOUSE -260   ( Setup driver, select 260 (Hex) port
  82.                    address and preset IRQ no. 5)
  83.  
  84.     !!! WARNING !!!  If the  wrong    setting is used or not set
  85.              properly, it may cause system error !
  86.  
  87.  
  88.      E. Multiple parametre
  89.     ------------------
  90.     It is also possible to select the resolution and the commun-
  91.     ication port at the same time. The sequence of selecting the
  92.     multiple parameter is:
  93.     1). Resolution ( *m or /d )
  94.     2). Communication port ( n or -a,i )
  95.  
  96.     Where m is from 1 to 4, /d is from 2 to 4, n is from 1 to 4,
  97.     -a is the port address, and i is the IRQ no.
  98.  
  99.     Ex: A >GMOUSE *4-3E8,4
  100.     This case  provides  faster  movement  of the  cursor on the
  101.     screen and the mouse port address is 3E8 (Hex) in which IRQ4
  102.     is assigned.
  103.  
  104.     Ex: A >GMOUSE *3-279
  105.     The  I/O  address is  279 (Hex) and  this command  uses the
  106.     default IRQ no. 5.
  107.  
  108.     Ex: A >GMOUSE /22
  109.     This command connects your mouse to the standard communicat-
  110.     ion port COM2 and the movement of the cursor become slower (
  111.     movement divided by 2 )
  112.  
  113.     Ex: A >GMOUSE 4
  114.     This command connects your mouse to the standard communicat-
  115.     ion port COM4  ( The address and IRQ no.  are found in table
  116.     of section C ) where default *2  dynamic resolution is being
  117.     used.
  118.  
  119.  
  120.  
  121.      F. How to use GMOUSE.SYS file
  122.     --------------------------
  123.  
  124.     The Genius Mouse driver comes with two different file formats
  125.     ,one in the command format named GMOUSE.COM, the other in DOS
  126.     system format named GMOUSE.SYS.  These two file functions are
  127.     exactly the same.
  128.  
  129.     The only difference is that GMOUSE.COM exactly can be executed
  130.     at the DOS prompt and  GMOUSE.SYS has to be placed in the sys-
  131.     tem's CONFIG.SYS file. Which one to be used depends on your p-
  132.     reference.
  133.  
  134.     To use the GMOUSE.SYS file, insert
  135.  
  136.     "DEVICE = GMOUSE.SYS *1-3E8,2"  in the CONFIG.SYS file.
  137.  
  138.  
  139.     Note: The  GMOUSE.SYS and  CONFIG.SYS  files must  be at  the
  140.           root directory  of the disk which is used to start DOS.
  141.           The other  parameters  were added to choose  the GMOUSE
  142.           driver's  resolution and  communication port which were
  143.           described in the above section.
  144.  
  145.  
  146.      G. The Genius Driver V8.20 provides a bus    mouse interface which
  147.     is suitable  for the  Microsoft Bus Mouse,   Microsoft InPort
  148.     Mouse, Genius Bus Mouse Series: GM-7, GM-7A, GM-7D and Genius
  149.     Bus Mouse Interface Card Model: GM-B1.
  150.  
  151.  
  152.  
  153.