# Ash profile 
# vim: syntax=sh

# No core files by default
#ulimit -S -c 0 > /dev/null 2>&1

USER="`id -un`"
LOGNAME=$USER
PS1='[\u@\h \W]# '
PATH=$PATH

HOSTNAME=`/bin/hostname`

export USER LOGNAME PS1 PATH

#export set TSLIB_CONFFILE=/etc/ts.conf
#export set TSLIB_PLUGINDIR=/lib/ts
export set HOME=/root

#lqm added.
export TSLIB_ROOT=/usr/local 
export LD_LIBRARY_PATH=/usr/local/lib
# Capacitive touch
#export TSLIB_TSDEVICE=/dev/event2
# Resistive screen
#export set TSLIB_TSDEVICE=/dev/event1
export TSLIB_CONFFILE=/usr/local/etc/ts.conf
export TSLIB_PLUGINDIR=/usr/local/lib/ts
export TSLIB_CONSOLEDEVICE=none
export TSLIB_CALIBFILE=/etc/pointercal 
export TSLIB_FBDEVICE=/dev/fb0
