-
Notifications
You must be signed in to change notification settings - Fork 159
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
GLSL 1.5.0 is not supported #62
Comments
Can you provide a bit more information about your platform? (os, nvidia driver version, etc) Can you also show the output of |
Judging from a few posts I read online a potential solution would be to add environment variable source: |
glxinfo is in I am not sure where it is on redhat. judging from your |
Do you know where I would edit this? |
I just want to say that I ran the following on the Linux command line: Now the error does not show up. For a split second I can see the environment, but then it seg faults. |
Which example code are you trying to run?
…On Wed, Feb 10, 2021 at 10:50 AM sanjeevkoppal ***@***.***> wrote:
I just want to say that I ran the following on the Linux command line:
export MESA_GL_VERSION_OVERRIDE=3.3
Now the error does not show up. For a split second I can see the
environment, but then it seg faults.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTLZRGLJEGA54OJYT335HTS6LIQRANCNFSM4XNJ3OGA>
.
|
I guess it should not be trying to use openGL from mesa in the first place. Can you check the output of |
Ok, this is very helpful, it is showing you are using mesa as openGL renderer, but it should be using nvidia openGL, otherwise you are not using the GPU. It would be good to figure out why nvidia opengl is not used. Are you operating locally or trying to connect over ssh? |
I am operating over an interactive desktop run by TurboVNC (setup by the server management). I start this session on a GPU. I understood what you said about using nvidia openGL. I am not sure about how to set that up, but I will investigate. |
Been investigating, but no luck. You can see from my previous posts that both Mesa and Nvidia openGL are installed, and yet I cannot get it to point only to the Nvidia open gl. Any suggestions? |
Also, glxinfo is showing no command found. |
…ch-1 Update README.md
Hi,
I followed the instructions for Gibson2 installation. When I run the demo code test:
I get this error:
GLSL 1.5.0 is not supported. Supported versions are ....
I did retry the installation with USE_GLAD set to FALSE in CMakeLists, but this resulted in the installation crashing.
Any ideas on the next steps I can take?
The text was updated successfully, but these errors were encountered: