Console (frame buffer) or X11
-
I compiled the Qt5 for Raspberry Pi with the following configure command:
@
./configure -opengl es2 -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=~/dev/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot /mnt/rasp-pi-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -make libs -prefix /usr/local/qt5pi -nomake examples -nomake tests -silent -no-pch -release
@When I launch an application it will render in the framebuffer, instead of X11.
I think this could be nice sometimes (as far as I now it uses hardware acceleration in this way). But I want to understand how to choice where to render my application!Is it a configure parameter or a project one?