home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / 65trac10.zip / TRACK.DOC < prev    next >
Text File  |  1995-12-28  |  4KB  |  122 lines

  1.          TRACKOS2.SYS for OS/2
  2.          TRACKDOS.COM for DOS
  3.  
  4.          Trackball Initializer  -  Copyright (c) 1995 Robert Muchsel
  5.          Internet: muchsel@acm.org
  6.  
  7.          Release 1.00
  8.  
  9.  
  10.          Initializes the Trackball on the NP6500 Notebook under DOS and OS/2
  11.          -------------------------------------------------------------------
  12.  
  13.  
  14.          Freeware (see end of this file).
  15.  
  16.  
  17.          On my NP6500 notebook, you can only enable or disable the built-in
  18.          COM2 trackball. If enabled, the COM2 conflicts with the COM2 in
  19.          the docking station. If disabled, you don't have a mouse if the
  20.          notebook is docked.
  21.  
  22.          This OS/2 base device driver automatically initializes your trackball
  23.          if the notebook is not docked. If it is docked, the mouse on the
  24.          docking station serial port is used.
  25.  
  26.          This software works on my 'NP6500' notebook. I cannot guarantee that
  27.          this driver works with other notebook (although it should not do any
  28.          harm). However, you are using it at your own risk.
  29.  
  30.  
  31.  
  32.          Installation
  33.          ============
  34.  
  35.          Hardware
  36.          --------
  37.  
  38.          First, disable the COM2 trackball in the notebook setup. Then, enable
  39.          the serial port in the docking station using the hardware jumper.
  40.          Connect your mouse to COM2 of the docking station.
  41.  
  42.  
  43.          OS/2
  44.          ----
  45.  
  46.          Automatic installation (recommended, OS/2 Warp only):
  47.  
  48.            Run INSTALL.CMD and select the NP6500 trackball driver.
  49.            Reboot. OS/2 will take care of the rest.
  50.  
  51.  
  52.          Manual installation:
  53.  
  54.            Put TRACKOS2.SYS into the \OS2\BOOT directory of your boot drive
  55.            (or \OS2 if you are using OS/2 2.x).
  56.  
  57.            Add the line
  58.  
  59.              BASEDEV=TRACKOS2.SYS
  60.  
  61.            to your CONFIG.SYS. No switches are required.
  62.  
  63.  
  64.  
  65.          DOS
  66.          ---
  67.  
  68.          Put TRACKDOS.COM somewhere and add
  69.  
  70.            C:\SOMEWHERE\TRACKDOS.COM
  71.  
  72.          to the top of your AUTOEXEC.BAT. Ensure that the mouse driver is
  73.          loaded in AUTOEXEC.BAT and not in CONFIG.SYS.
  74.  
  75.          This might sound difficult. What is DOS, anyway? A Diskette
  76.          Operating System!
  77.  
  78.  
  79.  
  80.          Licence
  81.          =======
  82.  
  83.          Figuring out how to enable the trackball has taken a considerable
  84.          amount of time. Despite of that, this software is free.
  85.  
  86.          However, if you (rightly) feel that you should donate some money
  87.          or OS/2 development tools, please don't hesitate.
  88.  
  89.          My postal address is:                          Internet:
  90.  
  91.            Robert Muchsel                                 muchsel@acm.org
  92.            Hegaublick 2
  93.            78465 Konstanz
  94.            Germany
  95.  
  96.          Please do understand that I cannot answer any letters if you don't
  97.          cover the return postage. E-mail is preferred, definitively.
  98.  
  99.          You might want to donate something to Amnesty International
  100.          instead.
  101.  
  102.  
  103.          Important
  104.          ---------
  105.  
  106.          The author disclaims all warranties as to this software, whether
  107.          express or implied, including without limitation any implied
  108.          warranties of merchantability, fitness for a particular purpose,
  109.          functionality, data integrity or protection, in so far as permitted by
  110.          applicable legislation.
  111.  
  112.          All trademarks are property of their respective owners and appear for
  113.          identification purposes only.
  114.  
  115.          You are encouraged to copy and pass on this program. However,
  116.          - the program must be distributed in its original form
  117.            (complete, unmodified)
  118.          - the distribution must not exceed the equivalent of DM 15.-
  119.            (US$ 8.50).
  120.  
  121.          28 Dec 1995
  122.