Results 1 to 8 of 8

Thread: blit_setup(): Screen depth 15 not supported!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2013
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Question blit_setup(): Screen depth 15 not supported!

    when I opened framebuffer with ARGB8888,then run the sample ./simpledecoration -wqs,the program run well.
    but when I opened framebuffer with ARGB1555,run the sample ./simpledecoration -wqs again,
    got the following error:
    blit_setup(): Screen depth 15 not supported!
    Aborted

    I changed the -depths to -depths all,and configured again, the same error.
    I even changed the qscreenlinuxfb_qws.cpp. change QScreen::setPixelFormat(format) to
    QScreen::setPixelFormat(QImage::Format_RGB16),stil l got the same error.
    the Qt version is 4.8.2

    why? Thanks a lot.
    Forest
    Last edited by Forest; 23rd August 2013 at 07:53.

Similar Threads

  1. Rendering depth map
    By gkntonfo in forum Qt Programming
    Replies: 2
    Last Post: 21st August 2012, 15:07
  2. Qwidget Depth
    By augusbas in forum Qt Programming
    Replies: 7
    Last Post: 1st July 2011, 07:01
  3. Qpixmap of 32 bit Depth
    By augusbas in forum Qt Programming
    Replies: 4
    Last Post: 19th May 2011, 12:03
  4. Image 32 bit depth to 8 bit depth
    By ^NyAw^ in forum Qt Programming
    Replies: 2
    Last Post: 2nd September 2008, 09:35
  5. depth of QTreeWidgetItem
    By stefan in forum Newbie
    Replies: 3
    Last Post: 29th June 2008, 11:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.