啊,可是我一运行qvfb &,就会出现:cannot connect to X server啊,
我要在控制台下用framebuffer做的,兄弟是新手,不懂这些。我是装qtopia-free-2.2.0(GPL)的,tar zxvf qtopia-free-src-2.2.0.tar.gz
cd qtopia-free-2.2.0
export PATH=$PWD/tmake/bin:$PATH
echo "yes"|./configure -qte no-keypad -qpe pda
make
make install
编译没出错,我在X86下做系统,用:./qpe运行时没有鼠标,光有提示“Tap anywhere on the screen to continue.”我是在X86下跑的,所以没有触摸屏的,我要用鼠标和键盘的,把环境变量输出了也不行(export QWS_MOUSE_PROTO=USB:/dev/input/mice),没有反应,只是把环境变量写成:export QWS_MOUSE_PROTO=QVFbMouse:/dev/input/mice时,当鼠标一动就乱跑。再就是那些libjpeg和那个uuid我编译和运行的时候都没有要,而且编译成功了(也就是没报错)啊,当运行./qpe -qws时只出来一个白屏,上面有“Tap anywhere on the screen to continue.”没有鼠标的箭头,鼠标不能用,急死我了!