Apr 16, 2019, 11:07 AM

Thank you Dmitriy. Disgracefully I don't have Windows on a VM Ware, but only Ubuntu in this new laptop...

The following commands give me :

glxinfo | grep OpenGL :

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.8
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.8
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

locate libOpenGL.so :

/usr/lib/x86_64-linux-gnu/libOpenGL.so
/usr/lib/x86_64-linux-gnu/libOpenGL.so.0
/usr/lib/x86_64-linux-gnu/libOpenGL.so.0.0.0

It seems that Mesa is installed and supporting OpenGL from this information ... ?

Do you know if the command "sudo apt-get install build-essential libgl1-mesa-dev", that you suggested me, is enough to install the MESA library needed for OpenGL support, and for SAMSON to work ? (or do I need to install fully MESA ? [as I am trying to do for VMD installation, because of seemingly similar problems])

Thank you for your help,
Robert