-
Notifications
You must be signed in to change notification settings - Fork 68
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
XQuartz version and numpy? #2132
Comments
@doutriaux1 Do you have any idea about this issue? |
@lee1043 for now downgrade your XCode if possible. If not use a nox version of vcs on your remote system that will bypass this issue. I think that's the safer/faster way to go in general. @aashish24 @danlipsa is there anything that can be done on VTK side of things? I think it's related to the remote having very old version of drivers. @lee1043 let's ask tony to update our drivers. |
@doutriaux1 @aashish24 There is nothing we can do in VTK. OpenGL does not work here, so VTK cannot work. This is the same direct rendering problem we have seen before. I suggest switching to vnc + vgl. I think it is going to be more reliable and faster than OpenGL X Forwarding. I paste here the results of me trying to connect to crunchy. Charles, On Wed, Sep 28, 2016 at 11:12 AM, Charles Doutriaux [email protected] wrote: I get the following error both on linux and mac when trying to connect to crunchy through x forwarding. -bash-4.1$ LIBGL_DEBUG=verbose glxinfo Which tells me that the driver tries to use direct rendering, but it does not find the required components on the client machine. Indeed if I pass LIBGL_ALWAYS_INDIRECT=1 I get a similar error as you did: -bash-4.1$ LIBGL_ALWAYS_INDIRECT=1 LIBGL_DEBUG=verbose glxinfo This might be a driver issue: upgrading the driver/mesa might solve it. Alternatively, vnc + vgl worked well for me. |
@doutriaux1 I've installed nox vcs and it works. Thanks! |
@scottwittenburg @danlipsa trying this today i get:
I guess there's nothing to do about it right? |
/export_backup/lee1043/anaconda2/lib/python2.7/site-packages/numpy/ma/core.py:2761: DeprecationWarning: Non-string object detected for the array ordering. Please pass in 'C', 'F', 'A', or 'K' instead
order=order, subok=True, ndmin=ndmin)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 42
Current serial number in output stream: 43
The text was updated successfully, but these errors were encountered: