Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ts_calibrate(1) [debian man page]

TS_CALIBRATE(1) 						       tslib							   TS_CALIBRATE(1)

NAME
ts_calibrate - A test program to calibrate a touch screen for embedded devices. DESCRIPTION
This manual page documents briefly the ts_calibrate, a basic test program for touchscreen library. This manual page was written for the Debian(TM) distribution because the original program does not have a manual page. ENVIRONMENT VARIABLES
Latest versions of the Xorg tslib input driver use hal to configure the touchscreen within Xorg. Environment variables are only needed for the tslib commands. TSLIB_TSDEVICE TS device file name. Default (non inputapi): /dev/touchscreen/ucb1x00 Default (inputapi) [Debian]: /dev/input/event0 TSLIB_CALIBFILE Calibration file. Default: /etc/pointercal TSLIB_CONFFILE Configuration file for tslib. Default: /etc/ts.conf TSLIB_PLUGINDIR Plugin directory. Default: /usr/lib/$triplet/ts0/ where triplet is the MultiArch path, e.g. arm-linux-gnueabi. TSLIB_CONSOLEDEVICE Console device. Default: /dev/tty TSLIB_FBDEVICE Framebuffer device. Default: /dev/fb0 For more information on tslib configuration, see ts.conf (5) AUTHOR
This manual page was written by Neil Williams codehelp@debian.org for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Russell King Author. COPYRIGHT
Copyright (C) 2008 Neil Williams Debian 1 January 21, 2008 TS_CALIBRATE(1)

Check Out this Related Man Page

GPE-ANNOUNCE(1) 						   gpe-announce 						   GPE-ANNOUNCE(1)

NAME
gpe-announce - program to announce alarms to the user SYNOPSIS
gpe-announce DESCRIPTION
This manual page documents briefly the gpe-announce. This manual page was written for the Debian(TM) distribution because the original program does not have a manual page. gpe-announce announces alarms set by gpe-calendar and gpe-clock to the user in the G Palmtop Environment OPTIONS
gpe-announce "alarm text" The text displayed by the alarm box can be specified as a quoted string on the command line. Further arguments are ignored due to problems with the upstream gstreamer support. AUDIO SUPPORT
To allow audio sounds, ensure that /dev/mixer exists and that no other processes are using /dev/dsp (e.g. a music player like rhythmbox, even when not playing, will make gpe-announce think that the audio device is busy). You may need to load the snd_pcm_oss kernel driver for /dev/mixer to appear: $ sudo modprobe snd_pcm_oss AUTHOR
This manual page was written by Neil Williams codehelp@debian.org for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Joe McCarthy COPYRIGHT
CopyrightCopyright (C) 2007 Neil Williams Debian 1 January 16, 2008 GPE-ANNOUNCE(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Beginners Questions & Answers

Running ts_calibrate for touchscreen on emmbedded Linux enviorment

Hey guys, I am trying to figure out why this touchscreen is not working. I am attempting to run ts_calibrate which (on my kernel) can be found @ usr/bin When I run the script: root:/usr/bin# ts_calibrate xres = 1920, yres = 1080 tslib: Selected device is not a touchscreen (must support ABS and... (1 Reply)
Discussion started by: Circuits
1 Replies