On 28.07.2015 23:08, Tomasz Olszak wrote:
You have console output then. qtperf does not output anything.

Try to see which plugins qtperf loads:
$ QT_DEBUG_PLUGINS=1 ./qtperf
and using -platform switch choose appropriate:
$ QT_DEBUG_PLUGINS=1 ./qtperf -platform linuxfb

BTW is it X or wayland based image? On wayland default platform plugin
is wayland, on X - xcb.

Thanks. I use wayland based image.

$ QT_DEBUG_PLUGINS=1 ./qtperf5
...
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib64/qt5/plugins/wayland-graphics-integration-client" ... QFactoryLoader::QFactoryLoader() checking directory path "/home/developer/qtperf/wayland-graphics-integration-client" ...
Failed to load client buffer integration: wayland-egl

QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib64/qt5/plugins/accessiblebridge" ... QFactoryLoader::QFactoryLoader() checking directory path "/home/developer/qtperf/accessiblebridge" ...

And for linuxfb platform there are no errors, the process does not draw anything and just hangs.

--
Ilya


_______________________________________________
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev

Reply via email to