Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT QML on linux framebuffer

QT QML on linux framebuffer

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 2.0k 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.
  • M Offline
    M Offline
    monster
    wrote on last edited by monster
    #1

    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
    0
    • M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      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
      1
      • M mvuori

        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 Offline
        M Offline
        monster
        wrote on last edited by
        #3

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

        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