Hello All,

I configured (qtopia-core-opensource-src-4.3.0) QTOPIA using ./configure -qvfb option

I ran qvfb from qt/tools/qvfb/ using ./qvfb command ,

qvfb is now running

Now i am trying to run QTOPIA sample aplication from

qtopia-core-opensource-src-4.3.0/examples/analogclock/

If i mention driver like this , ./analogclock -qws -display QVFb:0 it showing

qvfb: driver not found error,

If i run with out specifying driver like this ./analogclock -qws it's showing

QScreenLinuxFb::connect: No such file or directory
Error opening framebuffer device /dev/fb0
error and at last its showing segmentaion fault,

I am new to QTOPIA please help me on this?