分类: LINUX
2010-05-03 15:31:05
当运行Qt提供的虚拟Frame Buffer环境时:
1.如果terminal提示:
Cannot open keyboard pipe /tmp/.qtvfb_keyboard-0
把/tmp下的
.qtvfb_keybo
.qtvfb_mouse-0ard-0 删除然后回到到原目录下(不要切换目录)运行就ok了。
什么原因不太清楚,file一下可以看出他俩是named pipe。
2.如果 terminal提示:
QGtkStyle cannot be used together with the GTK_Qt engine.
Qt: Session management error: None of the authentication protocols specified are supported
Qt for Embedded Linux data directory is not owned by user 0h
上面的user 0h说明你是以root用户的身份运行的qvfb。你可以尝试切换一下用户重新运行qvfb试试。
或者把 /tmp下的qtembedded-0删除在运行qvfb
qtembedded- 0是个数据文件,我认为在安装好qvfb工具后,第一次使用它时就会在/tmp产生这个文件
它记录着第一次运行它时的用户(可能是root可能是你自己的用户)。下一次运行的时候必须还是此用
户,或者把qtembedded-0删了,再运行qvfb重新产生记录第一运行他的用户。
上述为自己观点,请指教。。。