UTD User Manual
9
Installation of the Touch Driver on WNLPOS3
and WNLPOS4
On WNLPOS 3: Use files from
centos65-32\noarch
and
centos65-32\i686
On WNLPOS 4: Use files from
centos7\noarch
and
centos7\x86_64
Installing RPM
open a terminal / shell as root users
delete any preinstalled wntouch packages
>>
rpm -e wntouch
>>
rpm -e wntouch-udev
or whatever name the installed rpm has when listed by
>>
rpm -qa | grep touch
install supporting platform-independent scripts and settings (e.g.
wntouch-udev-xyz.rpm
)
>>
rpm -i wntouch-udev-xyz.rpm
(or:
rpm -iv wntouch-udev-xyz.rpm
)
or whatever name and version the rpm has
install current touch driver (e.g.
wntouch-xyz.rpm
)
>>
rpm -i wntouch-xyz.rpm
(or:
rpm -iv wntouch-xyz.rpm
)
or whatever name and version the rpm has
The wntouch daemon process will be started automatically by the rpm
installation process. To (re-)start the daemon manually run
>>
/etc/rc.d/init.d/wntouch restart
The resulting output should contain '[ OK
]'
Please note that some settings on older OS versions require the X-
Server to be restarted just once after the initial installation, in order
for the device autodetection to become effective.
There are also instructions for “Updating from wntouch 2.0” in the “Troubleshoot-
ing” chapter.