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. LinuxFB vs XCB for QPA

LinuxFB vs XCB for QPA

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.3k Views 1 Watching
  • 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.
  • I Offline
    I Offline
    img_man
    wrote on last edited by
    #1

    I'm wanting to use QT 5.1 without X11 in an embedded platform. I compiled it without xcb support successfully, but when attempting to run one of the examples (stickman), I see the following...

    -- snip --
    Failed to load platform plugin "xcb". Available platforms are:

    Aborted
    -- snip --

    Seems odd that the app would try to look for xcb, and more odd that the linuxfb didn't show up as an option. What am I missing here?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fludwig
      wrote on last edited by
      #2

      I have the same problem at the moment - linuxfb is missing in the available platform list - did you get it working? Do I have to install directfb or something like that?

      1 Reply Last reply
      0
      • I Offline
        I Offline
        img_man
        wrote on last edited by
        #3

        Yes, I did. Should've posted the answer here I suppose.

        The answer was to copy the QT installed /platforms directory to the directory where my program was running. The platforms directory contains the available display libraries QT knows how to use.

        QT will render to frame buffer 0 by default btw, you can change it.

        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