• 5163阅读
  • 2回复

[提问]qvfb问题 [复制链接]

上一主题 下一主题
离线lee_xuan
 
只看楼主 倒序阅读 楼主  发表于: 2013-03-18
关键词: 问题
请教各位大神,小弟初学Qt,在用qvfb和Qt-everywhere-x86连合使用时,出现以下问题
打开了qvfb后,
如果运行:./books-qws
出现错误
[font='Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif]
VGA16video mode not supported
[font='Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif]
QScreenLinuxFb::connect: Too many open files
Error opening framebuffer device /dev/fb0


出现几次VGA16 video mode not supported后
就出现很多次
QScreenLinuxFb::connect: Too many open files
Error opening framebuffer device /dev/fb0

[font='Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif]
如果 运行:./books
出现

QWSSocket::connectToLocalFile could not connect:: Connection refusedQWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refusedQWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refusedQWSSocket::connectToLocalFile could not connect:: Connection refused
No Qt for Embedded Linux server appears to be running.If you want to run this program as a server,
add the "-qws" command-line option.
请问,这个问题怎么搞啊,求助 啊   大神
离线goqqdo

只看该作者 1楼 发表于: 2013-03-18
-qws是必须要加的,但是你要确定你的程序时x86-embbed编译的
离线jamesprite
只看该作者 2楼 发表于: 2013-04-08
可执行程序与-qws之间要加空格的,你的应改为
./books -qws
快速回复
限100 字节
 
上一个 下一个