Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved QT QML on linux framebuffer

    Mobile and Embedded
    2
    3
    1447
    Loading More Posts
    • 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.
    • M
      monster last edited by monster

      Hello!
      I 've built the qtbase for banana pi for linux framebuffer, because I wasn't able to make eglfs_mali working at this time.
      For mkspecs, default device is eglfs_mali, so I have to write "-platform linuxfb:fb=/dev/fb0 " as an option everytime I run application.

      The one question I have at this time is : Does QML application require using opengl plugin? I am asking, because I can run any normal application using .ui files and following above mentioned method, but I can't run QML application proceeding this way. When I try to run an application written in QML standard, screen just stops responding- there isn't even any error on the screen.

      Do you know why is that so?

      Of course all additional qt modules were built, and libs on device and on computer are complete.

      1 Reply Last reply Reply Quote 0
      • M
        mvuori last edited by

        Just for curiosity I checked what Google can tell about this and found
        [http://www.qtcentre.org/threads/59575-Qt-5-2-0-Opensource-with-Linux-Framebuffer](link url)

        ...which notes that Qt Quick 2 require OpenGL

        M 1 Reply Last reply Reply Quote 1
        • M
          monster @mvuori last edited by

          @mvuori Thank you, maybe I wasn't searching enough long.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post