You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
I am trying to run ./render in my ubuntu 22.04 machine, but when I run it, I got the following error.
root@ekpk:/home/khin/Immersive-Video-Sample/src/build/client/player/app# ./render
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 188
Current serial number in output stream: 188
I also checked the GLX version as follow:
root@ekpk:/home/khin/Immersive-Video-Sample/src/build/client/player/app# glxinfo |grep -i "version"
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Version: 23.3.0
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.3.0-devel
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.3.0-devel
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.3.0-devel
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions,
I am not sure my X window is supported by the client. Do you have any idea how to solve this?
Thank You.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to run ./render in my ubuntu 22.04 machine, but when I run it, I got the following error.
root@ekpk:/home/khin/Immersive-Video-Sample/src/build/client/player/app# ./render
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 188
Current serial number in output stream: 188
I also checked the GLX version as follow:
root@ekpk:/home/khin/Immersive-Video-Sample/src/build/client/player/app# glxinfo |grep -i "version"
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Version: 23.3.0
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.3.0-devel
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.3.0-devel
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.3.0-devel
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions,
I am not sure my X window is supported by the client. Do you have any idea how to solve this?
Thank You.
The text was updated successfully, but these errors were encountered: