现在 如果我要使用鼠标 export QWS_MOUSE_PROTO=MouseMan:/dev/input/mice; export QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0:$QWS_MOUSE_PROTO;
鼠标环境变量也可以这样设置:export QWS_MOUSE_PROTO=intelliMouse:/dev/mouse1 但插拔后就不可以使用了,可以用下面的参数替代解决鼠标插拔的问题 但是用脚本启动应用程序的时候,鼠标无法使用,可以换用export QWS_MOUSE_PROTO=intelliMouse:/dev/mouse0或者mice http://www./bbs/read.php?tid=23609 |
|