mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
9 lines
313 B
Bash
9 lines
313 B
Bash
![]() |
# Confiruation for tslib, assumes that touchscreen events will be
|
||
|
# delivered though /dev/input/event1
|
||
|
export TSLIB_CALIBFILE=/etc/ts.calib
|
||
|
export TSLIB_CONFFILE=/etc/ts.conf
|
||
|
export TSLIB_CONSOLEDEVICE=none
|
||
|
export TSLIB_FBDEVICE=/dev/fb0
|
||
|
export TSLIB_PLUGINDIR=/usr/lib/ts
|
||
|
export TSLIB_TSDEVICE=/dev/input/event1
|