Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenGL at the client side #94

Open
EiKyiPhyuKhin opened this issue May 5, 2024 · 0 comments
Open

OpenGL at the client side #94

EiKyiPhyuKhin opened this issue May 5, 2024 · 0 comments

Comments

@EiKyiPhyuKhin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant