OSSystems / meta-browser

OpenEmbedded/Yocto BSP layer for Web Browsers
MIT License
183 stars 189 forks source link

xdg_surface geometry (500 x 640) is larger than the configured fullscreen state (480 x 640) #733

Open ravikasyap1717 opened 1 year ago

ravikasyap1717 commented 1 year ago

Hi, I have display of 480*640 and below configuration doing in wayland.ini file [output] name=LVDS-1 mode=480X640 transform=rotate-90

Whenever i am trying to run chromium in kiosk mode or start-fullscreen mode getting below error. Please note whenever i am not using "transform=rotate-90" then chromium is running perfectly.

chromium --no-sandbox www.youtube.com --kiosk [ 1] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL ! [ 2] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL ! [ 3] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL ! [ 4] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL ! [ 5] Failed EGL API GetProcAddress: eglQueryDevicesEXT ! [ 6] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT ! [ 7] Failed EGL API GetProcAddress: eglPatchID ! [ 8] Failed ES_Common API GetProcAddress: forward_glActiveTexture ! [ 9] Failed ES_Common API GetProcAddress: forward_glBindBuffer ! [ 10] Failed ES_Common API GetProcAddress: forward_glBindTexture ! [ 11] Failed ES_Common API GetProcAddress: forward_glBlendFunc ! [ 12] Failed ES_Common API GetProcAddress: forward_glBufferData ! [ 13] Failed ES_Common API GetProcAddress: forward_glBufferSubData ! [ 14] Failed ES_Common API GetProcAddress: forward_glClear ! [ 15] Failed ES_Common API GetProcAddress: forward_glClearColor ! [ 16] Failed ES_Common API GetProcAddress: forward_glClearDepthf ! [ 17] Failed ES_Common API GetProcAddress: forward_glClearStencil ! [ 18] Failed ES_Common API GetProcAddress: forward_glColorMask ! [ 19] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D ! [ 20] Failed ES_Common API GetProcAddress: forward_glCompressedTexSubImage2D ! [ 21] Failed ES_Common API GetProcAddress: forward_glCopyTexImage2D ! [ 22] Failed ES_Common API GetProcAddress: forward_glCopyTexSubImage2D ! [ 23] Failed ES_Common API GetProcAddress: forward_glCullFace ! [ 24] Failed ES_Common API GetProcAddress: forward_glDeleteBuffers ! [ 25] Failed ES_Common API GetProcAddress: forward_glDeleteTextures ! [ 26] Failed ES_Common API GetProcAddress: forward_glDepthFunc ! [ 27] Failed ES_Common API GetProcAddress: forward_glDepthMask ! [ 28] Failed ES_Common API GetProcAddress: forward_glDepthRangef ! [ 29] Failed ES_Common API GetProcAddress: forward_glDisable ! [ 30] Failed ES_Common API GetProcAddress: forward_glDrawArrays ! [ 31] Failed ES_Common API GetProcAddress: forward_glDrawElements ! [ 32] Failed ES_Common API GetProcAddress: forward_glEnable ! [ 33] Failed ES_Common API GetProcAddress: forward_glFinish ! [ 34] Failed ES_Common API GetProcAddress: forward_glFlush ! [ 35] Failed ES_Common API GetProcAddress: forward_glFrontFace ! [ 36] Failed ES_Common API GetProcAddress: forward_glGenBuffers ! [ 37] Failed ES_Common API GetProcAddress: forward_glGenTextures ! [ 38] Failed ES_Common API GetProcAddress: forward_glGetBooleanv ! [ 39] Failed ES_Common API GetProcAddress: forward_glGetBufferParameteriv ! [ 40] Failed ES_Common API GetProcAddress: forward_glGetError ! [ 41] Failed ES_Common API GetProcAddress: forward_glGetFloatv ! [ 42] Failed ES_Common API GetProcAddress: forward_glGetIntegerv ! [ 43] Failed ES_Common API GetProcAddress: forward_glGetPointerv ! [ 44] Failed ES_Common API GetProcAddress: forward_glGetString ! [ 45] Failed ES_Common API GetProcAddress: forward_glGetTexParameterfv ! [ 46] Failed ES_Common API GetProcAddress: forward_glGetTexParameteriv ! [ 47] Failed ES_Common API GetProcAddress: forward_glHint ! [ 48] Failed ES_Common API GetProcAddress: forward_glIsBuffer ! [ 49] Failed ES_Common API GetProcAddress: forward_glIsEnabled ! [ 50] Failed ES_Common API GetProcAddress: forward_glIsTexture ! [ 51] Failed ES_Common API GetProcAddress: forward_glLineWidth ! [ 52] Failed ES_Common API GetProcAddress: forward_glPixelStorei ! [ 53] Failed ES_Common API GetProcAddress: forward_glPolygonOffset ! [ 54] Failed ES_Common API GetProcAddress: forward_glReadPixels ! [ 55] Failed ES_Common API GetProcAddress: forward_glSampleCoverage ! [ 56] Failed ES_Common API GetProcAddress: forward_glScissor ! [ 57] Failed ES_Common API GetProcAddress: forward_glStencilFunc ! [ 58] Failed ES_Common API GetProcAddress: forward_glStencilMask ! [ 59] Failed ES_Common API GetProcAddress: forward_glStencilOp ! [ 60] Failed ES_Common API GetProcAddress: forward_glTexImage2D ! [ 61] Failed ES_Common API GetProcAddress: forward_glTexParameterf ! [ 62] Failed ES_Common API GetProcAddress: forward_glTexParameterfv ! [ 63] Failed ES_Common API GetProcAddress: forward_glTexParameteri ! [ 64] Failed ES_Common API GetProcAddress: forward_glTexParameteriv ! [ 65] Failed ES_Common API GetProcAddress: forward_glTexSubImage2D ! [ 66] Failed ES_Common API GetProcAddress: forward_glViewport ! [ 67] Failed ES_Common API GetProcAddress: forward_glMapBufferOES ! [ 68] Failed ES_Common API GetProcAddress: forward_glUnmapBufferOES ! [ 69] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetTexture2DOES ! [ 70] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetRenderbufferStorageOES ! [ 71] Failed ES_Common API GetProcAddress: forward_glMultiDrawArraysEXT ! [ 72] Failed ES_Common API GetProcAddress: forward_glMultiDrawElementsEXT ! [ 73] Failed ES_Common API GetProcAddress: forward_glTexDirectVIV ! [ 74] Failed ES_Common API GetProcAddress: forward_glTexDirectInvalidateVIV ! [ 75] Failed ES_Common API GetProcAddress: forward_glTexDirectVIVMap ! [ 76] Failed ES_Common API GetProcAddress: forward_glTexDirectTiledMapVIV ! [ 77] Failed GLES32 API GetProcAddress: glMultiDrawArraysEXT ! [ 78] Failed GLES32 API GetProcAddress: glMultiDrawElementsEXT ! [ 79] Failed GLES32 API GetProcAddress: glTexDirectVIV ! [ 80] Failed GLES32 API GetProcAddress: glTexDirectInvalidateVIV ! [ 81] Failed GLES32 API GetProcAddress: glTexDirectVIVMap ! [ 82] Failed GLES32 API GetProcAddress: glTexDirectTiledMapVIV ! [ 83] Failed GLES32 API GetProcAddress: glGetTexImage ! [ 84] Failed ES Common GLES2X API GetProcAddress: glMultiDrawArraysEXT ! EGL: Warning: No default display support on wayland [600:600:0101/015442.924102:ERROR:gl_display.cc(895)] EGL display query failed with error EGL_SUCCESS [600:600:0101/015442.944850:ERROR:gl_display.cc(920)] eglInitialize Default failed with error EGL_BAD_DISPLAY [600:600:0101/015442.945381:ERROR:gl_ozone_egl.cc(23)] GLDisplayEGL::Initialize failed. [600:600:0101/015443.007064:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [ 1] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL ! [ 2] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL ! [ 3] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL ! [ 4] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL ! [ 5] Failed EGL API GetProcAddress: eglQueryDevicesEXT ! [ 6] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT ! [ 7] Failed EGL API GetProcAddress: eglPatchID ! [ 8] Failed ES_Common API GetProcAddress: forward_glActiveTexture ! [ 9] Failed ES_Common API GetProcAddress: forward_glBindBuffer ! [ 10] Failed ES_Common API GetProcAddress: forward_glBindTexture ! [ 11] Failed ES_Common API GetProcAddress: forward_glBlendFunc ! [ 12] Failed ES_Common API GetProcAddress: forward_glBufferData ! [ 13] Failed ES_Common API GetProcAddress: forward_glBufferSubData ! [ 14] Failed ES_Common API GetProcAddress: forward_glClear ! [ 15] Failed ES_Common API GetProcAddress: forward_glClearColor ! [ 16] Failed ES_Common API GetProcAddress: forward_glClearDepthf ! [ 17] Failed ES_Common API GetProcAddress: forward_glClearStencil ! [ 18] Failed ES_Common API GetProcAddress: forward_glColorMask ! [ 19] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D ! [ 20] Failed ES_Common API GetProcAddress: forward_glCompressedTexSubImage2D ! [ 21] Failed ES_Common API GetProcAddress: forward_glCopyTexImage2D ! [ 22] Failed ES_Common API GetProcAddress: forward_glCopyTexSubImage2D ! [ 23] Failed ES_Common API GetProcAddress: forward_glCullFace ! [ 24] Failed ES_Common API GetProcAddress: forward_glDeleteBuffers ! [ 25] Failed ES_Common API GetProcAddress: forward_glDeleteTextures ! [ 26] Failed ES_Common API GetProcAddress: forward_glDepthFunc ! [ 27] Failed ES_Common API GetProcAddress: forward_glDepthMask ! [ 28] Failed ES_Common API GetProcAddress: forward_glDepthRangef ! [ 29] Failed ES_Common API GetProcAddress: forward_glDisable ! [ 30] Failed ES_Common API GetProcAddress: forward_glDrawArrays ! [ 31] Failed ES_Common API GetProcAddress: forward_glDrawElements ! [ 32] Failed ES_Common API GetProcAddress: forward_glEnable ! [ 33] Failed ES_Common API GetProcAddress: forward_glFinish ! [ 34] Failed ES_Common API GetProcAddress: forward_glFlush ! [ 35] Failed ES_Common API GetProcAddress: forward_glFrontFace ! [ 36] Failed ES_Common API GetProcAddress: forward_glGenBuffers ! [ 37] Failed ES_Common API GetProcAddress: forward_glGenTextures ! [ 38] Failed ES_Common API GetProcAddress: forward_glGetBooleanv ! [ 39] Failed ES_Common API GetProcAddress: forward_glGetBufferParameteriv ! [ 40] Failed ES_Common API GetProcAddress: forward_glGetError ! [ 41] Failed ES_Common API GetProcAddress: forward_glGetFloatv ! [ 42] Failed ES_Common API GetProcAddress: forward_glGetIntegerv ! [ 43] Failed ES_Common API GetProcAddress: forward_glGetPointerv ! [ 44] Failed ES_Common API GetProcAddress: forward_glGetString ! [ 45] Failed ES_Common API GetProcAddress: forward_glGetTexParameterfv ! [ 46] Failed ES_Common API GetProcAddress: forward_glGetTexParameteriv ! [ 47] Failed ES_Common API GetProcAddress: forward_glHint ! [ 48] Failed ES_Common API GetProcAddress: forward_glIsBuffer ! [ 49] Failed ES_Common API GetProcAddress: forward_glIsEnabled ! [ 50] Failed ES_Common API GetProcAddress: forward_glIsTexture ! [ 51] Failed ES_Common API GetProcAddress: forward_glLineWidth ! [ 52] Failed ES_Common API GetProcAddress: forward_glPixelStorei ! [ 53] Failed ES_Common API GetProcAddress: forward_glPolygonOffset ! [ 54] Failed ES_Common API GetProcAddress: forward_glReadPixels ! [ 55] Failed ES_Common API GetProcAddress: forward_glSampleCoverage ! [ 56] Failed ES_Common API GetProcAddress: forward_glScissor ! [ 57] Failed ES_Common API GetProcAddress: forward_glStencilFunc ! [ 58] Failed ES_Common API GetProcAddress: forward_glStencilMask ! [ 59] Failed ES_Common API GetProcAddress: forward_glStencilOp ! [ 60] Failed ES_Common API GetProcAddress: forward_glTexImage2D ! [ 61] Failed ES_Common API GetProcAddress: forward_glTexParameterf ! [ 62] Failed ES_Common API GetProcAddress: forward_glTexParameterfv ! [ 63] Failed ES_Common API GetProcAddress: forward_glTexParameteri ! [ 64] Failed ES_Common API GetProcAddress: forward_glTexParameteriv ! [ 65] Failed ES_Common API GetProcAddress: forward_glTexSubImage2D ! [ 66] Failed ES_Common API GetProcAddress: forward_glViewport ! [ 67] Failed ES_Common API GetProcAddress: forward_glMapBufferOES ! [ 68] Failed ES_Common API GetProcAddress: forward_glUnmapBufferOES ! [ 69] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetTexture2DOES ! [ 70] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetRenderbufferStorageOES ! [ 71] Failed ES_Common API GetProcAddress: forward_glMultiDrawArraysEXT ! [ 72] Failed ES_Common API GetProcAddress: forward_glMultiDrawElementsEXT ! [ 73] Failed ES_Common API GetProcAddress: forward_glTexDirectVIV ! [ 74] Failed ES_Common API GetProcAddress: forward_glTexDirectInvalidateVIV ! [ 75] Failed ES_Common API GetProcAddress: forward_glTexDirectVIVMap ! [ 76] Failed ES_Common API GetProcAddress: forward_glTexDirectTiledMapVIV ! [ 77] Failed GLES32 API GetProcAddress: glMultiDrawArraysEXT ! [ 78] Failed GLES32 API GetProcAddress: glMultiDrawElementsEXT ! [ 79] Failed GLES32 API GetProcAddress: glTexDirectVIV ! [ 80] Failed GLES32 API GetProcAddress: glTexDirectInvalidateVIV ! [ 81] Failed GLES32 API GetProcAddress: glTexDirectVIVMap ! [ 82] Failed GLES32 API GetProcAddress: glTexDirectTiledMapVIV ! [ 83] Failed GLES32 API GetProcAddress: glGetTexImage ! [ 84] Failed ES Common GLES2X API GetProcAddress: glMultiDrawArraysEXT ! EGL: Warning: No default display support on wayland [648:648:0101/015445.370117:ERROR:gl_display.cc(895)] EGL display query failed with error EGL_SUCCESS [648:648:0101/015445.370361:ERROR:gl_display.cc(920)] eglInitialize Default failed with error EGL_BAD_DISPLAY [648:648:0101/015445.370508:ERROR:gl_ozone_egl.cc(23)] GLDisplayEGL::Initialize failed. [648:648:0101/015445.378323:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [ 1] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL ! [ 2] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL ! [ 3] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL ! [ 4] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL ! [ 5] Failed EGL API GetProcAddress: eglQueryDevicesEXT ! [ 6] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT ! [ 7] Failed EGL API GetProcAddress: eglPatchID ! [ 8] Failed ES_Common API GetProcAddress: forward_glActiveTexture ! [ 9] Failed ES_Common API GetProcAddress: forward_glBindBuffer ! [ 10] Failed ES_Common API GetProcAddress: forward_glBindTexture ! [ 11] Failed ES_Common API GetProcAddress: forward_glBlendFunc ! [ 12] Failed ES_Common API GetProcAddress: forward_glBufferData ! [ 13] Failed ES_Common API GetProcAddress: forward_glBufferSubData ! [ 14] Failed ES_Common API GetProcAddress: forward_glClear ! [ 15] Failed ES_Common API GetProcAddress: forward_glClearColor ! [ 16] Failed ES_Common API GetProcAddress: forward_glClearDepthf ! [ 17] Failed ES_Common API GetProcAddress: forward_glClearStencil ! [ 18] Failed ES_Common API GetProcAddress: forward_glColorMask ! [ 19] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D ! [ 20] Failed ES_Common API GetProcAddress: forward_glCompressedTexSubImage2D ! [ 21] Failed ES_Common API GetProcAddress: forward_glCopyTexImage2D ! [ 22] Failed ES_Common API GetProcAddress: forward_glCopyTexSubImage2D ! [ 23] Failed ES_Common API GetProcAddress: forward_glCullFace ! [ 24] Failed ES_Common API GetProcAddress: forward_glDeleteBuffers ! [ 25] Failed ES_Common API GetProcAddress: forward_glDeleteTextures ! [ 26] Failed ES_Common API GetProcAddress: forward_glDepthFunc ! [ 27] Failed ES_Common API GetProcAddress: forward_glDepthMask ! [ 28] Failed ES_Common API GetProcAddress: forward_glDepthRangef ! [ 29] Failed ES_Common API GetProcAddress: forward_glDisable ! [ 30] Failed ES_Common API GetProcAddress: forward_glDrawArrays ! [ 31] Failed ES_Common API GetProcAddress: forward_glDrawElements ! [ 32] Failed ES_Common API GetProcAddress: forward_glEnable ! [ 33] Failed ES_Common API GetProcAddress: forward_glFinish ! [ 34] Failed ES_Common API GetProcAddress: forward_glFlush ! [ 35] Failed ES_Common API GetProcAddress: forward_glFrontFace ! [ 36] Failed ES_Common API GetProcAddress: forward_glGenBuffers ! [ 37] Failed ES_Common API GetProcAddress: forward_glGenTextures ! [ 38] Failed ES_Common API GetProcAddress: forward_glGetBooleanv ! [ 39] Failed ES_Common API GetProcAddress: forward_glGetBufferParameteriv ! [ 40] Failed ES_Common API GetProcAddress: forward_glGetError ! [ 41] Failed ES_Common API GetProcAddress: forward_glGetFloatv ! [ 42] Failed ES_Common API GetProcAddress: forward_glGetIntegerv ! [ 43] Failed ES_Common API GetProcAddress: forward_glGetPointerv ! [ 44] Failed ES_Common API GetProcAddress: forward_glGetString ! [ 45] Failed ES_Common API GetProcAddress: forward_glGetTexParameterfv ! [ 46] Failed ES_Common API GetProcAddress: forward_glGetTexParameteriv ! [ 47] Failed ES_Common API GetProcAddress: forward_glHint ! [ 48] Failed ES_Common API GetProcAddress: forward_glIsBuffer ! [ 49] Failed ES_Common API GetProcAddress: forward_glIsEnabled ! [ 50] Failed ES_Common API GetProcAddress: forward_glIsTexture ! [ 51] Failed ES_Common API GetProcAddress: forward_glLineWidth ! [ 52] Failed ES_Common API GetProcAddress: forward_glPixelStorei ! [ 53] Failed ES_Common API GetProcAddress: forward_glPolygonOffset ! [ 54] Failed ES_Common API GetProcAddress: forward_glReadPixels ! [ 55] Failed ES_Common API GetProcAddress: forward_glSampleCoverage ! [ 56] Failed ES_Common API GetProcAddress: forward_glScissor ! [ 57] Failed ES_Common API GetProcAddress: forward_glStencilFunc ! [ 58] Failed ES_Common API GetProcAddress: forward_glStencilMask ! [ 59] Failed ES_Common API GetProcAddress: forward_glStencilOp ! [ 60] Failed ES_Common API GetProcAddress: forward_glTexImage2D ! [ 61] Failed ES_Common API GetProcAddress: forward_glTexParameterf ! [ 62] Failed ES_Common API GetProcAddress: forward_glTexParameterfv ! [ 63] Failed ES_Common API GetProcAddress: forward_glTexParameteri ! [ 64] Failed ES_Common API GetProcAddress: forward_glTexParameteriv ! [ 65] Failed ES_Common API GetProcAddress: forward_glTexSubImage2D ! [ 66] Failed ES_Common API GetProcAddress: forward_glViewport ! [ 67] Failed ES_Common API GetProcAddress: forward_glMapBufferOES ! [ 68] Failed ES_Common API GetProcAddress: forward_glUnmapBufferOES ! [ 69] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetTexture2DOES ! [ 70] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetRenderbufferStorageOES ! [ 71] Failed ES_Common API GetProcAddress: forward_glMultiDrawArraysEXT ! [ 72] Failed ES_Common API GetProcAddress: forward_glMultiDrawElementsEXT ! [ 73] Failed ES_Common API GetProcAddress: forward_glTexDirectVIV ! [ 74] Failed ES_Common API GetProcAddress: forward_glTexDirectInvalidateVIV ! [ 75] Failed ES_Common API GetProcAddress: forward_glTexDirectVIVMap ! [ 76] Failed ES_Common API GetProcAddress: forward_glTexDirectTiledMapVIV ! [ 77] Failed GLES32 API GetProcAddress: glMultiDrawArraysEXT ! [ 78] Failed GLES32 API GetProcAddress: glMultiDrawElementsEXT ! [ 79] Failed GLES32 API GetProcAddress: glTexDirectVIV ! [ 80] Failed GLES32 API GetProcAddress: glTexDirectInvalidateVIV ! [ 81] Failed GLES32 API GetProcAddress: glTexDirectVIVMap ! [ 82] Failed GLES32 API GetProcAddress: glTexDirectTiledMapVIV ! [ 83] Failed GLES32 API GetProcAddress: glGetTexImage ! [ 84] Failed ES Common GLES2X API GetProcAddress: glMultiDrawArraysEXT ! EGL: Warning: No default display support on wayland [657:657:0101/015445.451369:ERROR:gl_display.cc(895)] EGL display query failed with error EGL_SUCCESS [657:657:0101/015445.451756:ERROR:gl_display.cc(920)] eglInitialize Default failed with error EGL_BAD_DISPLAY [657:657:0101/015445.452411:ERROR:gl_ozone_egl.cc(23)] GLDisplayEGL::Initialize failed. [657:657:0101/015445.459465:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [ 1] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL ! [ 2] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL ! [ 3] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL ! [ 4] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL ! [ 5] Failed EGL API GetProcAddress: eglQueryDevicesEXT ! [ 6] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT ! [ 7] Failed EGL API GetProcAddress: eglPatchID ! [ 8] Failed ES_Common API GetProcAddress: forward_glActiveTexture ! [ 9] Failed ES_Common API GetProcAddress: forward_glBindBuffer ! [ 10] Failed ES_Common API GetProcAddress: forward_glBindTexture ! [ 11] Failed ES_Common API GetProcAddress: forward_glBlendFunc ! [ 12] Failed ES_Common API GetProcAddress: forward_glBufferData ! [ 13] Failed ES_Common API GetProcAddress: forward_glBufferSubData ! [ 14] Failed ES_Common API GetProcAddress: forward_glClear ! [ 15] Failed ES_Common API GetProcAddress: forward_glClearColor ! [ 16] Failed ES_Common API GetProcAddress: forward_glClearDepthf ! [ 17] Failed ES_Common API GetProcAddress: forward_glClearStencil ! [ 18] Failed ES_Common API GetProcAddress: forward_glColorMask ! [ 19] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D ! [ 20] Failed ES_Common API GetProcAddress: forward_glCompressedTexSubImage2D ! [ 21] Failed ES_Common API GetProcAddress: forward_glCopyTexImage2D ! [ 22] Failed ES_Common API GetProcAddress: forward_glCopyTexSubImage2D ! [ 23] Failed ES_Common API GetProcAddress: forward_glCullFace ! [ 24] Failed ES_Common API GetProcAddress: forward_glDeleteBuffers ! [ 25] Failed ES_Common API GetProcAddress: forward_glDeleteTextures ! [ 26] Failed ES_Common API GetProcAddress: forward_glDepthFunc ! [ 27] Failed ES_Common API GetProcAddress: forward_glDepthMask ! [ 28] Failed ES_Common API GetProcAddress: forward_glDepthRangef ! [ 29] Failed ES_Common API GetProcAddress: forward_glDisable ! [ 30] Failed ES_Common API GetProcAddress: forward_glDrawArrays ! [ 31] Failed ES_Common API GetProcAddress: forward_glDrawElements ! [ 32] Failed ES_Common API GetProcAddress: forward_glEnable ! [ 33] Failed ES_Common API GetProcAddress: forward_glFinish ! [ 34] Failed ES_Common API GetProcAddress: forward_glFlush ! [ 35] Failed ES_Common API GetProcAddress: forward_glFrontFace ! [ 36] Failed ES_Common API GetProcAddress: forward_glGenBuffers ! [ 37] Failed ES_Common API GetProcAddress: forward_glGenTextures ! [ 38] Failed ES_Common API GetProcAddress: forward_glGetBooleanv ! [ 39] Failed ES_Common API GetProcAddress: forward_glGetBufferParameteriv ! [ 40] Failed ES_Common API GetProcAddress: forward_glGetError ! [ 41] Failed ES_Common API GetProcAddress: forward_glGetFloatv ! [ 42] Failed ES_Common API GetProcAddress: forward_glGetIntegerv ! [ 43] Failed ES_Common API GetProcAddress: forward_glGetPointerv ! [ 44] Failed ES_Common API GetProcAddress: forward_glGetString ! [ 45] Failed ES_Common API GetProcAddress: forward_glGetTexParameterfv ! [ 46] Failed ES_Common API GetProcAddress: forward_glGetTexParameteriv ! [ 47] Failed ES_Common API GetProcAddress: forward_glHint ! [ 48] Failed ES_Common API GetProcAddress: forward_glIsBuffer ! [ 49] Failed ES_Common API GetProcAddress: forward_glIsEnabled ! [ 50] Failed ES_Common API GetProcAddress: forward_glIsTexture ! [ 51] Failed ES_Common API GetProcAddress: forward_glLineWidth ! [ 52] Failed ES_Common API GetProcAddress: forward_glPixelStorei ! [ 53] Failed ES_Common API GetProcAddress: forward_glPolygonOffset ! [ 54] Failed ES_Common API GetProcAddress: forward_glReadPixels ! [ 55] Failed ES_Common API GetProcAddress: forward_glSampleCoverage ! [ 56] Failed ES_Common API GetProcAddress: forward_glScissor ! [ 57] Failed ES_Common API GetProcAddress: forward_glStencilFunc ! [ 58] Failed ES_Common API GetProcAddress: forward_glStencilMask ! [ 59] Failed ES_Common API GetProcAddress: forward_glStencilOp ! [ 60] Failed ES_Common API GetProcAddress: forward_glTexImage2D ! [ 61] Failed ES_Common API GetProcAddress: forward_glTexParameterf ! [ 62] Failed ES_Common API GetProcAddress: forward_glTexParameterfv ! [ 63] Failed ES_Common API GetProcAddress: forward_glTexParameteri ! [ 64] Failed ES_Common API GetProcAddress: forward_glTexParameteriv ! [ 65] Failed ES_Common API GetProcAddress: forward_glTexSubImage2D ! [ 66] Failed ES_Common API GetProcAddress: forward_glViewport ! [ 67] Failed ES_Common API GetProcAddress: forward_glMapBufferOES ! [ 68] Failed ES_Common API GetProcAddress: forward_glUnmapBufferOES ! [ 69] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetTexture2DOES ! [ 70] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetRenderbufferStorageOES ! [ 71] Failed ES_Common API GetProcAddress: forward_glMultiDrawArraysEXT ! [ 72] Failed ES_Common API GetProcAddress: forward_glMultiDrawElementsEXT ! [ 73] Failed ES_Common API GetProcAddress: forward_glTexDirectVIV ! [ 74] Failed ES_Common API GetProcAddress: forward_glTexDirectInvalidateVIV ! [ 75] Failed ES_Common API GetProcAddress: forward_glTexDirectVIVMap ! [ 76] Failed ES_Common API GetProcAddress: forward_glTexDirectTiledMapVIV ! [ 77] Failed GLES32 API GetProcAddress: glMultiDrawArraysEXT ! [ 78] Failed GLES32 API GetProcAddress: glMultiDrawElementsEXT ! [ 79] Failed GLES32 API GetProcAddress: glTexDirectVIV ! [ 80] Failed GLES32 API GetProcAddress: glTexDirectInvalidateVIV ! [ 81] Failed GLES32 API GetProcAddress: glTexDirectVIVMap ! [ 82] Failed GLES32 API GetProcAddress: glTexDirectTiledMapVIV ! [ 83] Failed GLES32 API GetProcAddress: glGetTexImage ! [ 84] Failed ES Common GLES2X API GetProcAddress: glMultiDrawArraysEXT ! EGL: Warning: No default display support on wayland [666:666:0101/015445.532740:ERROR:gl_display.cc(895)] EGL display query failed with error EGL_SUCCESS [666:666:0101/015445.533121:ERROR:gl_display.cc(920)] eglInitialize Default failed with error EGL_BAD_DISPLAY [666:666:0101/015445.533296:ERROR:gl_ozone_egl.cc(23)] GLDisplayEGL::Initialize failed. [666:666:0101/015445.539534:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [ 1] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL ! [ 2] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL ! [ 3] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL ! [ 4] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL ! [ 5] Failed EGL API GetProcAddress: eglQueryDevicesEXT ! [ 6] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT ! [ 7] Failed EGL API GetProcAddress: eglPatchID ! [ 8] Failed ES_Common API GetProcAddress: forward_glActiveTexture ! [ 9] Failed ES_Common API GetProcAddress: forward_glBindBuffer ! [ 10] Failed ES_Common API GetProcAddress: forward_glBindTexture ! [ 11] Failed ES_Common API GetProcAddress: forward_glBlendFunc ! [ 12] Failed ES_Common API GetProcAddress: forward_glBufferData ! [ 13] Failed ES_Common API GetProcAddress: forward_glBufferSubData ! [ 14] Failed ES_Common API GetProcAddress: forward_glClear ! [ 15] Failed ES_Common API GetProcAddress: forward_glClearColor ! [ 16] Failed ES_Common API GetProcAddress: forward_glClearDepthf ! [ 17] Failed ES_Common API GetProcAddress: forward_glClearStencil ! [ 18] Failed ES_Common API GetProcAddress: forward_glColorMask ! [ 19] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D ! [ 20] Failed ES_Common API GetProcAddress: forward_glCompressedTexSubImage2D ! [ 21] Failed ES_Common API GetProcAddress: forward_glCopyTexImage2D ! [ 22] Failed ES_Common API GetProcAddress: forward_glCopyTexSubImage2D ! [ 23] Failed ES_Common API GetProcAddress: forward_glCullFace ! [ 24] Failed ES_Common API GetProcAddress: forward_glDeleteBuffers ! [ 25] Failed ES_Common API GetProcAddress: forward_glDeleteTextures ! [ 26] Failed ES_Common API GetProcAddress: forward_glDepthFunc ! [ 27] Failed ES_Common API GetProcAddress: forward_glDepthMask ! [ 28] Failed ES_Common API GetProcAddress: forward_glDepthRangef ! [ 29] Failed ES_Common API GetProcAddress: forward_glDisable ! [ 30] Failed ES_Common API GetProcAddress: forward_glDrawArrays ! [ 31] Failed ES_Common API GetProcAddress: forward_glDrawElements ! [ 32] Failed ES_Common API GetProcAddress: forward_glEnable ! [ 33] Failed ES_Common API GetProcAddress: forward_glFinish ! [ 34] Failed ES_Common API GetProcAddress: forward_glFlush ! [ 35] Failed ES_Common API GetProcAddress: forward_glFrontFace ! [ 36] Failed ES_Common API GetProcAddress: forward_glGenBuffers ! [ 37] Failed ES_Common API GetProcAddress: forward_glGenTextures ! [ 38] Failed ES_Common API GetProcAddress: forward_glGetBooleanv ! [ 39] Failed ES_Common API GetProcAddress: forward_glGetBufferParameteriv ! [ 40] Failed ES_Common API GetProcAddress: forward_glGetError ! [ 41] Failed ES_Common API GetProcAddress: forward_glGetFloatv ! [ 42] Failed ES_Common API GetProcAddress: forward_glGetIntegerv ! [ 43] Failed ES_Common API GetProcAddress: forward_glGetPointerv ! [ 44] Failed ES_Common API GetProcAddress: forward_glGetString ! [ 45] Failed ES_Common API GetProcAddress: forward_glGetTexParameterfv ! [ 46] Failed ES_Common API GetProcAddress: forward_glGetTexParameteriv ! [ 47] Failed ES_Common API GetProcAddress: forward_glHint ! [ 48] Failed ES_Common API GetProcAddress: forward_glIsBuffer ! [ 49] Failed ES_Common API GetProcAddress: forward_glIsEnabled ! [ 50] Failed ES_Common API GetProcAddress: forward_glIsTexture ! [ 51] Failed ES_Common API GetProcAddress: forward_glLineWidth ! [ 52] Failed ES_Common API GetProcAddress: forward_glPixelStorei ! [ 53] Failed ES_Common API GetProcAddress: forward_glPolygonOffset ! [ 54] Failed ES_Common API GetProcAddress: forward_glReadPixels ! [ 55] Failed ES_Common API GetProcAddress: forward_glSampleCoverage ! [ 56] Failed ES_Common API GetProcAddress: forward_glScissor ! [ 57] Failed ES_Common API GetProcAddress: forward_glStencilFunc ! [ 58] Failed ES_Common API GetProcAddress: forward_glStencilMask ! [ 59] Failed ES_Common API GetProcAddress: forward_glStencilOp ! [ 60] Failed ES_Common API GetProcAddress: forward_glTexImage2D ! [ 61] Failed ES_Common API GetProcAddress: forward_glTexParameterf ! [ 62] Failed ES_Common API GetProcAddress: forward_glTexParameterfv ! [ 63] Failed ES_Common API GetProcAddress: forward_glTexParameteri ! [ 64] Failed ES_Common API GetProcAddress: forward_glTexParameteriv ! [ 65] Failed ES_Common API GetProcAddress: forward_glTexSubImage2D ! [ 66] Failed ES_Common API GetProcAddress: forward_glViewport ! [ 67] Failed ES_Common API GetProcAddress: forward_glMapBufferOES ! [ 68] Failed ES_Common API GetProcAddress: forward_glUnmapBufferOES ! [ 69] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetTexture2DOES ! [ 70] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetRenderbufferStorageOES ! [ 71] Failed ES_Common API GetProcAddress: forward_glMultiDrawArraysEXT ! [ 72] Failed ES_Common API GetProcAddress: forward_glMultiDrawElementsEXT ! [ 73] Failed ES_Common API GetProcAddress: forward_glTexDirectVIV ! [ 74] Failed ES_Common API GetProcAddress: forward_glTexDirectInvalidateVIV ! [ 75] Failed ES_Common API GetProcAddress: forward_glTexDirectVIVMap ! [ 76] Failed ES_Common API GetProcAddress: forward_glTexDirectTiledMapVIV ! [ 77] Failed GLES32 API GetProcAddress: glMultiDrawArraysEXT ! [ 78] Failed GLES32 API GetProcAddress: glMultiDrawElementsEXT ! [ 79] Failed GLES32 API GetProcAddress: glTexDirectVIV ! [ 80] Failed GLES32 API GetProcAddress: glTexDirectInvalidateVIV ! [ 81] Failed GLES32 API GetProcAddress: glTexDirectVIVMap ! [ 82] Failed GLES32 API GetProcAddress: glTexDirectTiledMapVIV ! [ 83] Failed GLES32 API GetProcAddress: glGetTexImage ! [ 84] Failed ES Common GLES2X API GetProcAddress: glMultiDrawArraysEXT ! EGL: Warning: No default display support on wayland [681:681:0101/015445.586403:ERROR:gl_display.cc(895)] EGL display query failed with error EGL_SUCCESS [681:681:0101/015445.586709:ERROR:gl_display.cc(920)] eglInitialize Default failed with error EGL_BAD_DISPLAY [681:681:0101/015445.586806:ERROR:gl_ozone_egl.cc(23)] GLDisplayEGL::Initialize failed. [681:681:0101/015445.591569:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [ 1] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL ! [ 2] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL ! [ 3] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL ! [ 4] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL ! [ 5] Failed EGL API GetProcAddress: eglQueryDevicesEXT ! [ 6] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT ! [ 7] Failed EGL API GetProcAddress: eglPatchID ! [ 8] Failed ES_Common API GetProcAddress: forward_glActiveTexture ! [ 9] Failed ES_Common API GetProcAddress: forward_glBindBuffer ! [ 10] Failed ES_Common API GetProcAddress: forward_glBindTexture ! [ 11] Failed ES_Common API GetProcAddress: forward_glBlendFunc ! [ 12] Failed ES_Common API GetProcAddress: forward_glBufferData ! [ 13] Failed ES_Common API GetProcAddress: forward_glBufferSubData ! [ 14] Failed ES_Common API GetProcAddress: forward_glClear ! [ 15] Failed ES_Common API GetProcAddress: forward_glClearColor ! [ 16] Failed ES_Common API GetProcAddress: forward_glClearDepthf ! [ 17] Failed ES_Common API GetProcAddress: forward_glClearStencil ! [ 18] Failed ES_Common API GetProcAddress: forward_glColorMask ! [ 19] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D ! [ 20] Failed ES_Common API GetProcAddress: forward_glCompressedTexSubImage2D ! [ 21] Failed ES_Common API GetProcAddress: forward_glCopyTexImage2D ! [ 22] Failed ES_Common API GetProcAddress: forward_glCopyTexSubImage2D ! [ 23] Failed ES_Common API GetProcAddress: forward_glCullFace ! [ 24] Failed ES_Common API GetProcAddress: forward_glDeleteBuffers ! [ 25] Failed ES_Common API GetProcAddress: forward_glDeleteTextures ! [ 26] Failed ES_Common API GetProcAddress: forward_glDepthFunc ! [ 27] Failed ES_Common API GetProcAddress: forward_glDepthMask ! [ 28] Failed ES_Common API GetProcAddress: forward_glDepthRangef ! [ 29] Failed ES_Common API GetProcAddress: forward_glDisable ! [ 30] Failed ES_Common API GetProcAddress: forward_glDrawArrays ! [ 31] Failed ES_Common API GetProcAddress: forward_glDrawElements ! [ 32] Failed ES_Common API GetProcAddress: forward_glEnable ! [ 33] Failed ES_Common API GetProcAddress: forward_glFinish ! [ 34] Failed ES_Common API GetProcAddress: forward_glFlush ! [ 35] Failed ES_Common API GetProcAddress: forward_glFrontFace ! [ 36] Failed ES_Common API GetProcAddress: forward_glGenBuffers ! [ 37] Failed ES_Common API GetProcAddress: forward_glGenTextures ! [ 38] Failed ES_Common API GetProcAddress: forward_glGetBooleanv ! [ 39] Failed ES_Common API GetProcAddress: forward_glGetBufferParameteriv ! [ 40] Failed ES_Common API GetProcAddress: forward_glGetError ! [ 41] Failed ES_Common API GetProcAddress: forward_glGetFloatv ! [ 42] Failed ES_Common API GetProcAddress: forward_glGetIntegerv ! [ 43] Failed ES_Common API GetProcAddress: forward_glGetPointerv ! [ 44] Failed ES_Common API GetProcAddress: forward_glGetString ! [ 45] Failed ES_Common API GetProcAddress: forward_glGetTexParameterfv ! [ 46] Failed ES_Common API GetProcAddress: forward_glGetTexParameteriv ! [ 47] Failed ES_Common API GetProcAddress: forward_glHint ! [ 48] Failed ES_Common API GetProcAddress: forward_glIsBuffer ! [ 49] Failed ES_Common API GetProcAddress: forward_glIsEnabled ! [ 50] Failed ES_Common API GetProcAddress: forward_glIsTexture ! [ 51] Failed ES_Common API GetProcAddress: forward_glLineWidth ! [ 52] Failed ES_Common API GetProcAddress: forward_glPixelStorei ! [ 53] Failed ES_Common API GetProcAddress: forward_glPolygonOffset ! [ 54] Failed ES_Common API GetProcAddress: forward_glReadPixels ! [ 55] Failed ES_Common API GetProcAddress: forward_glSampleCoverage ! [ 56] Failed ES_Common API GetProcAddress: forward_glScissor ! [ 57] Failed ES_Common API GetProcAddress: forward_glStencilFunc ! [ 58] Failed ES_Common API GetProcAddress: forward_glStencilMask ! [ 59] Failed ES_Common API GetProcAddress: forward_glStencilOp ! [ 60] Failed ES_Common API GetProcAddress: forward_glTexImage2D ! [ 61] Failed ES_Common API GetProcAddress: forward_glTexParameterf ! [ 62] Failed ES_Common API GetProcAddress: forward_glTexParameterfv ! [ 63] Failed ES_Common API GetProcAddress: forward_glTexParameteri ! [ 64] Failed ES_Common API GetProcAddress: forward_glTexParameteriv ! [ 65] Failed ES_Common API GetProcAddress: forward_glTexSubImage2D ! [ 66] Failed ES_Common API GetProcAddress: forward_glViewport ! [ 67] Failed ES_Common API GetProcAddress: forward_glMapBufferOES ! [ 68] Failed ES_Common API GetProcAddress: forward_glUnmapBufferOES ! [ 69] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetTexture2DOES ! [ 70] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetRenderbufferStorageOES ! [ 71] Failed ES_Common API GetProcAddress: forward_glMultiDrawArraysEXT ! [ 72] Failed ES_Common API GetProcAddress: forward_glMultiDrawElementsEXT ! [ 73] Failed ES_Common API GetProcAddress: forward_glTexDirectVIV ! [ 74] Failed ES_Common API GetProcAddress: forward_glTexDirectInvalidateVIV ! [ 75] Failed ES_Common API GetProcAddress: forward_glTexDirectVIVMap ! [ 76] Failed ES_Common API GetProcAddress: forward_glTexDirectTiledMapVIV ! [ 77] Failed GLES32 API GetProcAddress: glMultiDrawArraysEXT ! [ 78] Failed GLES32 API GetProcAddress: glMultiDrawElementsEXT ! [ 79] Failed GLES32 API GetProcAddress: glTexDirectVIV ! [ 80] Failed GLES32 API GetProcAddress: glTexDirectInvalidateVIV ! [ 81] Failed GLES32 API GetProcAddress: glTexDirectVIVMap ! [ 82] Failed GLES32 API GetProcAddress: glTexDirectTiledMapVIV ! [ 83] Failed GLES32 API GetProcAddress: glGetTexImage ! [ 84] Failed ES Common GLES2X API GetProcAddress: glMultiDrawArraysEXT ! EGL: Warning: No default display support on wayland [688:688:0101/015445.637905:ERROR:gl_display.cc(895)] EGL display query failed with error EGL_SUCCESS [688:688:0101/015445.638179:ERROR:gl_display.cc(920)] eglInitialize Default failed with error EGL_BAD_DISPLAY [688:688:0101/015445.638317:ERROR:gl_ozone_egl.cc(23)] GLDisplayEGL::Initialize failed. [688:688:0101/015445.644220:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [697:697:0101/015445.876706:ERROR:angle_platform_impl.cc(43)] Display.cpp:997 (initialize): ANGLE Display::initialize error 0: Internal Vulkan error (-3): Initialization of an object could not be complete d for implementation-specific reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1378. ERR: Display.cpp:997 (initialize): ANGLE Display::initialize error 0: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ../../third_par ty/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1378. [697:697:0101/015445.877066:ERROR:gl_display.cc(508)] EGL Driver message (Critical) eglInitialize: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specifi c reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1378. [697:697:0101/015445.877207:ERROR:gl_display.cc(920)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED [697:697:0101/015445.889933:ERROR:gl_ozone_egl.cc(23)] GLDisplayEGL::Initialize failed. [697:697:0101/015445.895552:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [705:705:0101/015445.915973:ERROR:gpu_init.cc(521)] Passthrough is not supported, GL is disabled, ANGLE is [573:573:0101/015446.129030:ERROR:wayland_event_watcher.cc(36)] libwayland: xdg_wm_base@23: error 4: xdg_surface geometry (500 x 640) is larger than the configured fullscreen state (480 x 640)

asdasdomar commented 1 year ago

Maybe you need this: https://github.com/OSSystems/meta-browser/pull/698