liushi123 发表于 2010-8-31 10:42:04

qte的挂载问题

内核是2.6.28版本
通过NFS挂载qtopia到mnt目录下,按照教程设置了环境变量
把export QWS_MOUSE_PROTO="USB:/dev/input/mouse0"
改为
export QWS_MOUSE_PROTO="TPanel:/dev/ts0"
./qpe提示
[?33l[?25l[?25lWarning: Need to run firstuse
Warning: language message - en_US
Warning: and its not null
Warning: loading /mnt/qtopia/i18n/en_US/qt.qm
Warning: loading /mnt/qtopia/i18n/en_US/qpe.qm
Warning: loading /mnt/qtopia/i18n/en_US/libqpe.qm
Warning: loading /mnt/qtopia/i18n/en_US/libqtopia.qm
Warning: loading /mnt/qtopia/i18n/en_US/language.qm
Warning: loading /mnt/qtopia/i18n/en_US/timezone.qm
Warning: loading /mnt/qtopia/i18n/en_US/systemtime.qm

把export QWS_MOUSE_PROTO="USB:/dev/input/mouse0"
改为
export QWS_MOUSE_PROTO="USB:/dev/mouse1"
./qpe提示
[?33l[?25l[?25lCannot open /dev/mouse1 (No such device)
Warning: Need to run firstuse
Warning: language message - en_US
Warning: and its not null
Warning: loading /mnt/qtopia/i18n/en_US/qt.qm
Warning: loading /mnt/qtopia/i18n/en_US/qpe.qm
Warning: loading /mnt/qtopia/i18n/en_US/libqpe.qm
Warning: loading /mnt/qtopia/i18n/en_US/libqtopia.qm
Warning: loading /mnt/qtopia/i18n/en_US/language.qm
Warning: loading /mnt/qtopia/i18n/en_US/timezone.qm
Warning: loading /mnt/qtopia/i18n/en_US/systemtime.qm
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
usb 1-1: configuration #1 chosen from 1 choice
input: PIXART USB OPTICAL MOUSE as /class/input/input1
generic-usb 0003:093A:2500.0001: input: USB HID v1.10 Mouse on usb-s3c24xx-1/input0

显示屏屏上出现了Tap anywhere on the screen to continue但是进不去界面

飞凌-seventeen 发表于 2010-8-31 18:35:04

请问你用的什么板子,
把export QWS_MOUSE_PROTO="USB:/dev/input/mouse0"
改为
export QWS_MOUSE_PROTO="TPanel:/dev/ts0"
屏上有什么反应吗,然后你看一下你所用的设备名是否正确。
另外你可以看一下文件系统中的相关文件,能够看到设备名的。
页: [1]
查看完整版本: qte的挂载问题