Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Console (frame buffer) or X11
QtWS25 Last Chance

Console (frame buffer) or X11

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 957 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _Mark_
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved