或以为孤权重,妄相忖度
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
嵌入式Linux截图工具的移植 | 2069 | 0 | 1 | 2011-11-05 | |
设置qt-android开发环境 | 2502 | 0 | 0 | 2011-08-19 | |
用inittab实现进程异常退出则自动重启 | 2449 | 0 | 0 | 2011-07-28 | |
豆皮 - STM32开发板基础教程(十四) - 基于STM32 的 FAT16文件系统 | 2932 | 1 | 0 | 2011-07-19 | |
TFT LCD的DE模式和HV模式的区别 | 7975 | 0 | 0 | 2011-07-12 | |
lwip源码分析2----ARP | 1789 | 0 | 0 | 2011-05-11 | |
RealView MDK中结构体存储方式 | 1851 | 0 | 0 | 2011-04-26 | |
linux 内核驱动--Platform Device和Platform_driver注册过程 | 1828 | 0 | 0 | 2011-01-16 | |
ARM指令集学习总结 | 2104 | 0 | 0 | 2011-01-06 | |
QTOPIA桌面汉化 QTOPIA桌面图标汉化 QTOPIA应用程序汉化 | 1880 | 1 | 0 | 2011-01-01 |
meifeng32009-07-21 22:18
以下是QTOPIA的初始化脚本 #!/bin/sh export TSLIB_TSDEVICE=/dev/input/event0 export TSLIB_CONFFILE=/usr/local/etc/ts.conf export TSLIB_PLUGINDIR=/usr/local/lib/ts export TSLIB_CALIBFILE=/etc/pointercal export QTDIR=/opt/qtopia export QPEDIR=/opt/qtopia export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:/usr/local/lib:$LD_LIBRARY_PATH export QWS_DISPLAY="linuxFB:mmWidth35:mmHeight45:0" TS_INFO_FILE=/sys/devices/virtual/input/input0/uevent if [ -e $TS_INFO_FILE -a "/bin/grep -q TouchScreen < $TS_INFO_FILE" ]; then export QWS_MOUSE_PROTO="TPanel:/dev/input/event0 USB:/dev/input/mice" if [ -e /etc/pointercal -a ! -s /etc/pointercal ] ; then rm /etc/pointercal fi else export QWS_MOUSE_PROTO="USB:/dev/input/mice" >/etc/pointercal fi unset TS_INFO_FILE export QWS_KEYBOARD=TTY:/dev/tty1 #export KDEDIR=/opt/kde export HOME=/root /opt/qtopia/bin/qpe & #exec $QPEDIR/bin/qpe & 1>/dev/null 2>/dev/null