I have a fresh Ubuntu 20.04 installation running nvidia drivers 515.48.07 with CUDA Version: 11.7. I am using 2 Quadro RTX 6000 graphic cards. I installed Omniverse, Nucleus and Cache successfully, but the installation of Isaac Sim failed with the following error:
Error occurred during installation of Isaac Sim: Command failed: “/.local/share/ov/pkg/isaac_sim-2022.1.0/omni.isaac.sim.post.install.sh”
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 189
Current serial number in output stream: 189
2022-08-01 11:47:41 [7,436ms] [Error] [omni.core.ITypeFactory] ITypeFactory must not be destructed post-main. plugins will not be unloaded.
/.local/share/ov/pkg/isaac_sim-2022.1.0/omni.isaac.sim.post.install.sh: line 17: 411445 Segmentation fault (core dumped) ${SCRIPT_DIR}/omni.isaac.sim.warmup.sh
My OpenGL Version is:
glxinfo | grep “OpenGL version”
OpenGL version string: 3.1 Mesa 21.2.6
Are there any requirements on the OpenGL version? And how can I update OpenGL?
Thank you and kind regards