{"id":4623,"date":"2022-12-20T18:09:20","date_gmt":"2022-12-20T21:09:20","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/ts-conf-man5\/"},"modified":"2022-12-20T18:09:20","modified_gmt":"2022-12-20T21:09:20","slug":"ts-conf-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/ts-conf-man5\/","title":{"rendered":"TS.CONF (man5)"},"content":{"rendered":"<h1 align=\"center\">TS.CONF<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#ENVIRONMENT VARIABLES\">ENVIRONMENT VARIABLES<\/a><br \/> <a href=\"#MODULE PARAMETERS\">MODULE PARAMETERS<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">ts.conf \u2212 Configuration file for tslib, controlling touch screens for embedded devices.<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The idea of tslib is to have a core library that provides standard services, and a set of plugins to manage the conversion and filtering as needed.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The plugins for a particular touchscreen are loaded automatically by the library under the control of a static configuration file, \/etc\/ts.conf. \/etc\/ts.conf gives the library basic configuration information. Each line specifies one module, and the parameters for that module. The modules are loaded in order, with the first one processing the touchscreen data first. For example:<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">module_raw input <br \/> module variance delta=30 <br \/> module dejitter delta=100 <br \/> module linear<\/p>\n<h2>ENVIRONMENT VARIABLES <a name=\"ENVIRONMENT VARIABLES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Latest versions of the Xorg tslib input driver use <b>hal<\/b> to configure the touchscreen within Xorg. Environment variables are only needed for the tslib commands.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>TSLIB_TSDEVICE<\/b><\/p>\n<p style=\"margin-left:17%;\">If the default touchscreen device cannot be found, set the <b>TSLIB_TSDEVICE<\/b> environment variable to the touchscreen device to use.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Default when using ts_setup(): We try to open \/dev\/input\/ts, \/dev\/input\/touchscreen and \/dev\/touchscreen\/ucb1x00 and on Linux, we then scan \/dev\/input\/event0 \/dev\/input\/event1 \/dev\/input\/event2 \/dev\/input\/event3 \/dev\/input\/event4 \/dev\/input\/event5 \/dev\/input\/event6 \/dev\/input\/event7 \/dev\/input\/event8 \/dev\/input\/event9 for the first device with property INPUT_PROP_DIRECT.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>TSLIB_CONSOLEDEVICE<\/b><\/p>\n<p style=\"margin-left:17%;\">Tslib default console device.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Default: \/dev\/tty<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>TSLIB_CALIBFILE<\/b><\/p>\n<p style=\"margin-left:17%;\">Stores calibration data obtained using ts_calibrate.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Default: \/etc\/pointercal<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>TSLIB_CONFFILE<\/b><\/p>\n<p style=\"margin-left:17%;\">Set a different location for the ts.conf configuration file itself.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Default; \/etc\/ts.conf.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>TSLIB_FBDEVICE<\/b><\/p>\n<p style=\"margin-left:17%;\">Framebuffer device to use for the touchscreen support.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Default: \/dev\/fb0.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>TSLIB_PLUGINDIR<\/b><\/p>\n<p style=\"margin-left:17%;\">Plugin directory for tslib.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Default: \/usr\/lib\/$triplet\/ts0\/ where triplet is the MultiArch path, e.g. arm\u2212linux\u2212gnueabi.<\/p>\n<h2>MODULE PARAMETERS <a name=\"MODULE PARAMETERS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>dejitter<\/b><\/p>\n<p style=\"margin-left:17%;\">Removes jitter on the X and Y co\u2212ordinates. This is achieved by applying a weighted smoothing filter. The latest samples have most weight; earlier samples have less weight. This allows one to achieve 1:1 input\u2212>output rate.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>delta<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Squared distance between two samples ((X2\u2212X1)^2 + (Y2\u2212Y1)^2) that defines the quick motion threshold. If the pen moves quick, it is not feasible to smooth pen motion, besides quick motion is not precise anyway; so if quick motion is detected the module just discards the backlog and simply copies input to output.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>linear<\/b><\/p>\n<p style=\"margin-left:17%;\">Linear scaling module, primarily used for conversion of touch screen co\u2212ordinates to screen co\u2212ordinates.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>rot<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Rotation of touch coorinates. 0=no, 1=CW, 2=UD, 3=CCW. Default: the screen-rotation that was used with ts_calibrate (-r option).<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>xyswap<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Interchange the X and Y co\u2212ordinates \u2212\u2212 no longer used or needed if the new linear calibration utility ts_calibrate is used.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>pressure_offset<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Offset applied to the pressure value. Default: 0.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>pressure_mul<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Factor to multiply the pressure value with. Default: 1.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>pressure_div<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Value to divide the pressure value by. Default: 1.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>iir<\/b><\/p>\n<p style=\"margin-left:17%;\">Infinite impulse response filter. Similar to dejitter, this is a smoothing filter to remove low\u2212level noise. There is a trade-off between noise removal (smoothing) and responsiveness. The parameters N and D specify the level of smoothing in the form of a fraction (N\/D).<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>N<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">numerator of the smoothing fraction. Default: 0.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>D<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">denominator of the smoothing fraction. Default: 1.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>pthres<\/b><\/p>\n<p style=\"margin-left:17%;\">Pressure threshold filter. Given a release is always pressure 0 and a press is always >= 1, this discards samples below \/ above the specified pressure threshold.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>pmin<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Minimum pressure value for a sample to be valid. Default: 1.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>pmax<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Maximum pressure value for a sample to be valid. Default: INT_MAX.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>debounce<\/b><\/p>\n<p style=\"margin-left:17%;\">Simple debounce mechanism that drops input events for the specified time after a touch gesture stopped.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>drop_threshold<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">drop events up to this number of milliseconds after the last release event. Default: 0.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>skip<\/b><\/p>\n<p style=\"margin-left:17%;\">Skip nhead samples after press and ntail samples before release. This should help if for the device the first or last samples are unreliable.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>nhead<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Number of events to drop after pressure. Default: 1.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>ntail<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Number of events to drop before release. Default: 1.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>median<\/b><\/p>\n<p style=\"margin-left:17%;\">Similar to what the variance filter does, the median filter suppresses spikes in the gesture.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>depth<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Number of samples to apply the median filter to. Default: 3.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>invert<\/b><\/p>\n<p style=\"margin-left:17%;\">Invert values in X and\/or Y direction around a given value.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>x0<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">X-axis (horizontal) value around which to invert. Default: 0.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>y0<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Y-axis (horizontal) value around which to invert. Default: 0.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>lowpass<\/b><\/p>\n<p style=\"margin-left:17%;\">simple exponential averaging lowpass filter<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>factor<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">floating point values betwenn 0 and 1. Default: 0.4.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>threshold<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">x or y minimum distance between two samples to start applying the filter. Default: 2.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>evthres<\/b><\/p>\n<p style=\"margin-left:17%;\">Number of samples needed from the device after considered a valid touch. This filter will drop a tapping when too little samples are between &#8220;down&#8221; and &#8220;up&#8221;.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>N<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Minimum number of events needed between &#8220;down&#8221; and &#8220;up&#8221;. Default: 5.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>variance<\/b><\/p>\n<p style=\"margin-left:17%;\">Tries to do it\u2019s best in order to filter out random noise coming from touchscreen ADCs. This is achieved by limiting the sample movement speed to some value (e.g. the pen is not supposed to move quicker than some threshold).<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">This is a greedy filter, e.g. it gives less samples on output than receives on input. There is <b>no multitouch<\/b> support for this filter.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">\u2022 <b>delta<\/b><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">Set the squared distance in touchscreen units between previous and current pen position (e.g. (X2\u2212X1)^2 + (Y2\u2212Y1)^2). This defines the criteria for determining whenever two samples are near or far to each other.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">If the distance between previous and current sample is far, the sample is marked as potential noise. This doesn\u2019t mean yet that it will be discarded; if the next reading will be close to it, this will be considered just a regular quick motion event, and it will sneak to the next layer. Also, if the sample after the potential noise is far from both previously discussed samples, this is also considered a quick motion event and the sample sneaks into the output stream.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>hardware support<\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">On Linux, use the <b>module_raw input<\/b> if you can. The other raw access modules are device specific userspace drivers. If you need one of those, enable it explicitly when building tslib. The list of modules enabled by default might shrink in the future. <b>module_raw input<\/b> supports multitouch (MT) too.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"> <\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"8%\"> <\/td>\n<td width=\"7%\"><\/td>\n<td width=\"8%\"> <\/td>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\"><img decoding=\"async\" src=\"grohtml-1225031.png\" alt=\"Image grohtml-1225031.png\"><\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>ts_calibrate<\/b>(1), <b>ts_test<\/b>(1), <b>ts_test_mt<\/b>(1)<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  ts.conf \u2212 Configuration file for tslib, controlling touch screens for embedded devices. <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1291,1564],"class_list":["post-4623","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-man5","tag-ts"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4623"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4623\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4623"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}