════════════════════════════════════════════════
25
Installation
ȗ
manually (for expert)
We recommand that you using the Setup Wizard to complete the install, refer to
Ɇ
Installation
ȗ
using
Setup Wizard
ɇ
section for detail.
The followings describe how to complete the install manully:
1
. Login as root.
2.
Checking the X Window System Version.
To get the X Window System Version by running the following:
X -version
Write down the X Window System Version that you using, it's required when installing the Driver
Package later.
3.
Removing the Previous Installed Version.
remove the previous installed directory and files by running the followings:
rm -vfr /etc/TSCOM
rm -vf /usr/X11R6/lib/modules/input/tscom_drv.o
rm -vf /usr/X11R6/lib/modules/input/tscomxp_drv.o
4.
Creating the Install Directory.
Make a new directory named
Ɇ
TSCOM
ɇ
in the
Ɇ
/etc
ɇ
directory and set correspond access permissions
to it, we recommand that you set permissions mode 0755 to the Install Directory.
Create Install Directory by running the following:
mkdir -m 0755 /etc/TSCOM
5.
Installing Common Package.
The Common Package is a file named
Ɇ
tscom-2.0.0-common.tar.gz
ɇ
, it's required to install for all X
Window System version.
Extra the the Common Package file by running the followings (replace the
sourcePath
to the path of
the Common Package file):
cd /etc/TSCOM
gzip -d <
sourcePath
/tscom-2.0.0-common.tar.gz | tar vxf -
6.
Installing Driver Package.
The Driver Package is all of file named
Ɇ
tscom-2.0.0-driver-
xxx
.tar.gz
ɇ
, where
xxx
indicates that it
supported what X Window System Version. Refer to the following table to choose a Driver Package
Filename correspond with the X Window System Version that you using:
------------------------------------------------------------ ------------------------------------------------
Using X Window System Driver Package Filename
------------------------------------------------------------ ------------------------------------------------
XOrg Version 6.4.x / XFree86 Version 4.1 tscom-2.0.0-driver-410.tar.gz
XOrg Version 6.5.x / XFree86 Version 4.2 tscom-2.0.0-driver-420.tar.gz
XOrg Version 6.5.x / XFree86 Version 4.2.1 tscom-2.0.0-driver-421.tar.gz
XOrg Version 6.6.x / XFree86 Version 4.3.x tscom-2.0.0-driver-430.tar.gz
XOrg Version 6.7.x / XFree86 Version 4.4.x tscom-2.0.0-driver-440.tar.gz
XOrg Version 6.8.x / XFree86 Version 4.5.x tscom-2.0.0-driver-450.tar.gz