mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
8 lines
313 B
Bash
8 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
|