Advertisement
neochapay

Untitled

Oct 3rd, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [root@Sailfish ~]# EGL_PLATFORM=hwcomposer test_hwcomposer
  2. width: 720 height: 1280
  3. test_hwcomposer: test_hwcomposer.cpp:239: int main(int, char**): Assertion `eglGetError() == 0x3000' failed.
  4. Aborted
  5. [root@Sailfish ~]# EGL_PLATFORM=fbdev test_hwcomposer
  6. width: 720 height: 1280
  7. ERROR: failed to open framebuffer: (Operation not permitted)
  8. test_hwcomposer: eglplatform_fbdev.cpp:35: void fbdevws_init_module(ws_egl_interface*): Assertion `0' failed.
  9. Aborted
  10. [root@Sailfish ~]# EGL_PLATFORM=wayland test_hwcomposer
  11. width: 720 height: 1280
  12. Segmentation fault
  13. [root@Sailfish ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement