Advertisement
Guest User

cubieboard qt5 helloworld output

a guest
Mar 17th, 2013
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.29 KB | None | 0 0
  1. @
  2. linaro@linaro-alip:/opt/helloworld/bin$ ./helloworld -platform eglfs
  3. EGL Error : Could not create the egl surface: error = 0x300b
  4.  
  5. Aborted
  6. linaro@linaro-alip:/opt/helloworld/bin$
  7.  
  8. linaro@linaro-alip:/opt/helloworld/bin$ ./helloworld -platform minimalegl
  9. Opened display 0x1
  10.  
  11. Initialized display 1 4
  12.  
  13. Could not create the egl surface: error = 0x300b
  14.  
  15. EGL error
  16. Aborted
  17. linaro@linaro-alip:/opt/helloworld/bin$
  18.  
  19. linaro@linaro-alip:/opt/helloworld/bin$ sudo ./helloworld -platform directfb
  20.  
  21.    ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.2.10 |~~~~~~~~~~~~~~~~~~~~~~~~~~
  22.         (c) 2001-2008  The world wide DirectFB Open Source Community
  23.         (c) 2000-2004  Convergence (integrated media) GmbH
  24.       ----------------------------------------------------------------
  25.  
  26. (*) DirectFB/Core: Single Application Core. (2011-12-05 17:08)
  27. (*) Direct/Thread: Started 'VT Switcher' (937) [CRITICAL OTHER/OTHER 0/0] <8388608>...
  28. (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <8388608>...
  29. (*) DirectFB/Input: axp20-supplyer 0.1 (directfb.org)
  30. (*) Direct/Thread: Started 'Keyboard Input' (-1) [INPUT OTHER/OTHER 0/0] <8388608>...
  31. (*) DirectFB/Input: Keyboard 0.9 (directfb.org)
  32. (*) Direct/Thread: Started 'PS/2 Input' (-1) [INPUT OTHER/OTHER 0/0] <8388608>...
  33. (*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
  34. (*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org)
  35. (*) DirectFB/Core/WM: Default 0.3 (directfb.org)
  36. (*) FBDev/Surface: Allocated 1280x720 32 bit RGB32 buffer (index 0) at offset 0 and pitch 5120.
  37. This plugin does not support createPlatformOpenGLContext!
  38. QQuickWindow: makeCurrent() failed...
  39. (!) [  936:    0.000] --> Caught signal 11 (at 0x4, invalid address) <--
  40.  (!!!)  *** WARNING [still objects in 'Window Pool'] *** [../../../lib/fusion/object.c:241 in fusion_object_pool_destroy()]
  41.  (!!!)  *** WARNING [still objects in 'Layer Region Pool'] *** [../../../lib/fusion/object.c:241 in fusion_object_pool_destroy()]
  42.  (!!!)  *** WARNING [still objects in 'Layer Context Pool'] *** [../../../lib/fusion/object.c:241 in fusion_object_pool_destroy()]
  43.  (!!!)  *** WARNING [still objects in 'Surface Pool'] *** [../../../lib/fusion/object.c:241 in fusion_object_pool_destroy()]
  44. linaro@linaro-alip:/opt/helloworld/bin$
  45.  
  46. (screen on TV flashes white and crashes)
  47. @
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement