首页 > 代码库 > tslib configuration files in armlinux root filesystem

tslib configuration files in armlinux root filesystem

 

./autogen.sh./configure --prefix=/path/to/tslib-build/ --host=arm-linux ac_cv_func_malloc_0_nonnull=yes makemake install

 

# /etc/profileexport TSLIB_ROOT=/export TSLIB_TSDEVICE=/dev/input/event0export TSLIB_CALIBFILE=/etc/pointercalexport TSLIB_CONFFILE=$TSLIB_ROOT/etc/ts.confexport TSLIB_PLUGINDIR=$TSLIB_ROOT/lib/tsexport TSLIB_CONSOLEDEVICE=noneexport TSLIB_FBDEVICE=/dev/fb0#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TSLIB_ROOT/lib

 

#$TSLIB_ROOT/etc/ts.conf# Uncomment if you wish to use the linux input layer event interface# module_raw inputmodule_raw input# remove the "#" and " " before "module_raw input"# Uncomment if youre using a Sharp Zaurus SL-5500/SL-5000d# module_raw collie# Uncomment if youre using a Sharp Zaurus SL-C700/C750/C760/C860# module_raw corgi# Uncomment if youre using a device with a UCB1200/1300/1400 TS interface# module_raw ucb1x00# Uncomment if youre using an HP iPaq h3600 or similar# module_raw h3600# Uncomment if youre using a Hitachi Webpad# module_raw mk712# Uncomment if youre using an IBM Arctic II# module_raw arctic2module pthres pmin=1module variance delta=30module dejitter delta=100module linea

 

tslib configuration files in armlinux root filesystem