Hello everyone,
I am trying to use GPU for graphic rendering in an interactive Desktop session. I installed virtualgl software and followed the instruction on the page: which was referred in one of the discussions in OOD support: Connecting to mimi desktop for GUI applications using VNC - Department of Geosciences
The output for the command glxinfo -B is:
name of display: :1.0
display: :1 screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 15360 MB
Total available memory: 15360 MB
Currently available dedicated video memory: 14914 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: Tesla T4/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 550.54.15
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6.0 NVIDIA 550.54.15
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 550.54.15
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
But when I launch the software using virtualgl (vglrun ./paraview --nosoftwareopengl), I get segmentation fault. The window appears just for a second and get the segmentation fault message.
Appreciate any help to resolve this issue.
Thanks
Pankaj