-
|
Hi, It seems that Anatomist does not longer recognized my OpenGL version. I downloaded a new casa with the latest developer image and I still have the same problem. Has anyone encountered this type of problem or have any leads? Thank you, Emmanuelle |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your quick answer ! As I am using casa to used Anatomist, should I check Qt and OpenGL on my host system or inside the container ? In my host system: In casa : |
Beta Was this translation helpful? Give feedback.
-
|
Qt is used only inside the container, and works for other people. The problem is not in Qt I think, but Qt detects a problem in OpenGL and prints a warning about it, and he's right I think.
See also https://brainvisa.info/casa-distro/technical.html#sing-opengl |
Beta Was this translation helpful? Give feedback.
-
|
It works correctly, thank you for your help ! |
Beta Was this translation helpful? Give feedback.
Qt is used only inside the container, and works for other people. The problem is not in Qt I think, but Qt detects a problem in OpenGL and prints a warning about it, and he's right I think.
The problem is in OpenGL: to work properly with nvidia hardware and drivers, the drivers from the host linux system should be mounted and used from within the container. Here
glxinfosays that the OpenGL/GLX implementation used inside the container is not nvidia but Mesa, so I guess the drivers are not correctly seen from within the container.Can you try:
opengl=nvglxinfoandanatomist. My guess is that it will work better ;)