Advertisement
Guest User

Untitled

a guest
May 13th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. Run QMLSCENE:
  2. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3. D/libEGL ( 7247): loaded /system/lib/egl/libEGL_vr.so
  4. D/libEGL ( 7247): loaded /system/lib/egl/libGLESv1_CM_vr.so
  5. D/libEGL ( 7247): loaded /system/lib/egl/libGLESv2_vr.so
  6. D/hwcomposer( 7247): hwc_open
  7. I/ ( 7247): Using 1024x600 61Hz resolution for fb0 from modes list
  8. D/hwcomposer( 7247): int get_fb_screen_info(FBScreenInfo*): refreshRate 61
  9. D/hwcomposer( 7247): HWC_EXTERNAL_DISPLAY_PROPERTY_KEY --> hdmi
  10. D/hwcomposer( 7247): void NXHWC::getHWCProperty(): external display device --> 0
  11. D/hwcomposer( 7247): HDMI Resolution: 1920x1080
  12. D/hwcomposer( 7247): void NXHWC::checkHDMIModeAndSetProperty(): hdmi is secondary
  13. D/hwcomposer( 7247): mHDMIAlternateImpl (nil)
  14. D/HDMIUseOnlyGLImpl( 7247): Enable
  15. D/hwcomposer( 7247): void hwc_registerProcs(hwc_composer_device_1*, const hwc_procs_t*)
  16. D/hwcomposer( 7247): hwc_blank: disp 0, blank 0
  17. E/[EGL-ERROR]( 7247): EGLBoolean __egl_platform_create_surface_window(egl_surface*, mali_base_ctx_handle):933: =========> usage 0x0
  18. E/gralloc ( 7247): int gralloc_alloc_framebuffer_locked(private_module_t*, size_t, int, const native_handle_t**, int*): failed to ioctl NXPFB_GET_FB_FD for index 0
  19.  
  20. RUN test_hwcomposer
  21. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  22. I/ ( 7257): Using 1024x600 61Hz resolution for fb0 from modes list
  23. I/gralloc ( 7257): using (id=nxp-fb 0)
  24. I/gralloc ( 7257): xres = 1024 px
  25. I/gralloc ( 7257): yres = 600 px
  26. I/gralloc ( 7257): width = 154 mm (168.893509 dpi)
  27. I/gralloc ( 7257): height = 90 mm (169.333328 dpi)
  28. I/gralloc ( 7257): refreshRate = 61.00 Hz
  29. D/hwcomposer( 7257): hwc_open
  30. I/ ( 7257): Using 1024x600 61Hz resolution for fb0 from modes list
  31. D/hwcomposer( 7257): int get_fb_screen_info(FBScreenInfo*): refreshRate 61
  32. D/hwcomposer( 7257): HWC_EXTERNAL_DISPLAY_PROPERTY_KEY --> hdmi
  33. D/hwcomposer( 7257): void NXHWC::getHWCProperty(): external display device --> 0
  34. D/hwcomposer( 7257): HDMI Resolution: 1920x1080
  35. D/hwcomposer( 7257): void NXHWC::checkHDMIModeAndSetProperty(): hdmi is secondary
  36. D/hwcomposer( 7257): mHDMIAlternateImpl (nil)
  37. D/HDMIUseOnlyGLImpl( 7257): Enable
  38. D/hwcomposer( 7257): hwc_blank: disp 0, blank 0
  39. D/hwcomposer( 7257): width: 1024
  40. D/hwcomposer( 7257): height: 600
  41. D/libEGL ( 7257): loaded /system/lib/egl/libEGL_vr.so
  42. D/libEGL ( 7257): loaded /system/lib/egl/libGLESv1_CM_vr.so
  43. D/libEGL ( 7257): loaded /system/lib/egl/libGLESv2_vr.so
  44. E/[EGL-ERROR]( 7257): EGLBoolean __egl_platform_create_surface_window(egl_surface*, mali_base_ctx_handle):933: =========> usage 0x0
  45. D/gralloc ( 7257): Allocate private handle for framebuffer 0
  46. D/gralloc ( 7257): Allocate private handle for framebuffer 1
  47. D/gralloc ( 7257): Allocate private handle for framebuffer 2
  48. E/gralloc ( 7257): int gralloc_alloc_framebuffer_locked(private_module_t*, size_t, int, const native_handle_t**, int*): ran out of index
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement