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. blit_setup(): Screen depth 32 not supported!
QtWS25 Last Chance

blit_setup(): Screen depth 32 not supported!

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
arm embedded prqt4.8.5screenlinux
2 Posts 1 Posters 2.2k 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.
  • A Offline
    A Offline
    Anas_Deshmukh
    wrote on 8 Dec 2015, 05:51 last edited by
    #1

    Hello everyone,

    I am using Qt-Quick Application on Qt-4.8.5 for my 32 bit IMX6-arm7 target and building on 64bit ubuntu12.04.
    but while deploying on target board simple hello world showing following Error.

    ./Hello -qws
    Qml debugging is enabled. Only use this in a safe environment!
    blit_setup(): Screen depth 32 not supported!

    heartily welcome for any favorable suggestion.
    Thanks.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Anas_Deshmukh
      wrote on 10 Dec 2015, 05:35 last edited by
      #2

      Issue resolved by configuring qt4.8.6 with configure option as follow ::

      sudo ./configure -prefix /usr/QT4.8.6 -opensource -embedded arm -depths all -xplatform qws/linux-imx6-g++ -release -shared -fast -pch -no-qt3support -qt-sql-sqlite -qt-libmng -qt-libjpeg -qt-zlib -qt-libpng -qt-freetype -no-openssl -nomake examples -nomake demos -nomake tools -optimized-qmake -no-phonon -no-nis -no-opengl -no-cups -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-xkb -no-sm -no-xinerama -no-xshape -no-separate-debug-info -no-qvfb -qt-gfx-linuxfb -no-gfx-qvfb -no-kbd-qvfb -no-mouse-qvfb-qt-kbd-usb -confirm-license -svg -webkit -javascript-jit -script -scripttools -declarative -declarative-debug -multimedia -exceptions -xmlpatterns -plugin-mouse-tslib -qt-mouse-tslib -qt-freetype -qt-gfx-linuxfb -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-linuxinput

      option -depth all :: fix the issue

      1 Reply Last reply
      0

      2/2

      10 Dec 2015, 05:35

      • Login

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