Results 1 to 2 of 2

Thread: Qt embedded 4.5.0 and phonon

  1. #1
    Join Date
    May 2008
    Location
    Spain
    Posts
    92
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Qt embedded 4.5.0 and phonon

    Hello,

    I just compile Qt embedded with phonon support and musis and videos works fine, but videos keeps freezing.

    My questions is, is it possible to use directFB??
    I have read that DirectFB provides hardware graphics acceleration.

    Best regards.

  2. #2
    Join Date
    May 2008
    Location
    Spain
    Posts
    92
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Qt embedded 4.5.0 and phonon

    Hello,

    I have downloaded Qt 4.6.2, and I have compiled with --qt-gfx-directfb, and DirectFB 1.1.1 without problems, but perfomce is the same than without directFB.
    Qt Code:
    1. # ./analogclock -qws -display directfb
    2.  
    3. =======================| DirectFB 1.1.1 |=======================
    4. (c) 2001-2007 The DirectFB Organization (directfb.org)
    5. (c) 2000-2004 Convergence (integrated media) GmbH
    6. ------------------------------------------------------------
    7.  
    8. (*) DirectFB/Core: Single Application Core. (2008-06-07 01:56)
    9. (*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 996)...
    10. (*) Direct/Thread: Running 'Linux Input' (INPUT, 996)...
    11. (*) DirectFB/Input: NOVATEK USB Keyboard (1) 0.1 (directfb.org)
    12. (*) Direct/Thread: Running 'Linux Input' (INPUT, 996)...
    13. (*) DirectFB/Input: NOVATEK USB Keyboard (2) 0.1 (directfb.org)
    14. (*) Direct/Thread: Running 'Keyboard Input' (INPUT, 996)...
    15. (*) DirectFB/Input: Keyboard 0.9 (directfb.org)
    16. (*) Direct/Thread: Running 'PS/2 Input' (INPUT, 996)...
    17. (*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
    18. (*) DirectFB/Genefx: MMX detected and enabled
    19. (*) DirectFB/Graphics: MMX Software Rasterizer 0.6 (directfb.org)
    20. (*) DirectFB/Core/WM: Default 0.3 (directfb.org)
    21. (*) FBDev/Mode: Testing 800x600 RGB16
    22. (*) FBDev/Mode: Preparing switch to 800x600 RGB16
    23. (*) FBDev/Mode: Testing 800x600 RGB16
    24. (*) FBDev/Mode: Preparing switch to 800x600 RGB16
    25. (*) FBDev/Mode: Testing 800x600 RGB16
    26. (*) FBDev/Mode: Preparing switch to 800x600 RGB16
    27. (*) FBDev/Mode: Testing 800x600 RGB16
    28. (*) FBDev/Mode: Preparing switch to 800x600 RGB16
    29. (*) FBDev/Mode: Testing 800x600 RGB16
    30. (*) FBDev/Mode: Preparing switch to 800x600 RGB16
    31. (*) FBDev/Surface: Allocated 800x600 16bit RGB16 buffer at offset 0 and pitch 1600.
    32. (*) FBDev/Mode: (Post)Setting 800x600 RGB16
    33. (*) FBDev/Mode: Switched to 800x600 (800x600) at 16 bit RGB16 (wanted RGB16).
    34. (!) DirectFB/FBDev: Panning display failed (x=0 y=0 ywrap=0 vbl=0)!
    35. --> Invalid argument
    36. (*) FBDev/Mode: Testing 800x600 RGB16
    37. (*) FBDev/Mode: Preparing switch to 800x600 RGB16
    38. (*) FBDev/Mode: (Post)Setting 800x600 RGB16
    39. (!!!) *** WARNING [letting unprivileged IDirectFBDisplayLayer::GetSurface() call pass until cooperative level handling is finished] *** [idirectfbdisplaylayer.c:174 in IDirectFBDisplayLayer_GetSurface()]
    40. (*) Direct/Thread: Running 'EventBufferFeed' (MESSAGING, 996)...
    To copy to clipboard, switch view to plain text mode 

    Hardware: Geode LX800
    Kernel: 2.6.4.27 preempt rt26
    Qt 4.6.2:

    ./configure \
    -prefix /opt/Qt \
    -v \
    -platform qws/linux-x86-g++ \
    -host-little-endian \
    -host-arch i386 \
    -embedded x86 \
    -depths 8,16,24,32 \
    -no-cups \
    -phonon-backend \
    -phonon \
    -qt-gfx-vnc \
    -qt-gfx-directfb \
    -qt-gfx-linuxfb \
    -qt-gif \
    -qt-libjpeg \
    -qt-libpng \
    -qt-libmng \
    -qt-zlib \
    -qt-mouse-linuxtp \
    -qt-mouse-tslib \
    -no-qt3support \
    -no-opengl \
    -L /home/john/GeodeProject/tslib-src/compilado/lib \
    -I /home/john/GeodeProject/tslib-src/compilado/include \
    -lts


    What is the problem?

Similar Threads

  1. Qt 4.5.1 embedded error Phonon+Gst+Glib on arm9
    By anjal in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 20th July 2010, 09:59
  2. Qt Embedded Phonon installation
    By Rajeshsan in forum Installation and Deployment
    Replies: 2
    Last Post: 27th April 2010, 05:56
  3. Replies: 0
    Last Post: 23rd January 2010, 05:55
  4. Performance problems playing video with Phonon and GStreamer on QT Embedded.
    By MarcosRodriguez in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 3rd December 2009, 13:57
  5. Multiple apps using Qt/Embedded+Qtopia on Embedded Linux
    By drahardja in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 17th February 2008, 21:46

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.