没有设置环境变量.
我的版本可能和你的不一致,配置可以参考一下:
"
export V_ROOT=/usr/local/tslib
export TSLIB_TSDEVICE=/dev/input/tsraw0
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=$V_ROOT/etc/ts.conf
export TSLIB_PLUGINDIR=$V_ROOT/lib/ts
export TSLIB_CONSOLEDEVICE=none
export TSLIB_FBDEVICE=/dev/fb0
"
弱弱地问一句,你知道怎么让这些环境变量在sh启动时就有效吗?