
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 450.66 OpenGL shading language version string: 4.60 NVIDIA OpenGL version string: 4.6.0 NVIDIA 450.66 OpenGL core profile profile mask: core profile OpenGL core profile context flags: (none) OpenGL core profile shading language version string: 4.60 NVIDIA OpenGL core profile version string: 4.6.0 NVIDIA 450.66 OpenGL renderer string: GeForce RTX 2070/PCIe/SSE2 Output of glxinfo when executed on the workstation: OpenGL vendor string: NVIDIA Corporation

OpenGL renderer string: Intel(R) Iris(TM) Plus Graphics OpenGL Engine Output of glxinfo after connecting to it via ssh: OpenGL vendor string: Intel Inc. I noticed something else as well: The output of glxinfo on the office workstation is different from the output of glxinfo when executed on the workstation after connecting to it via ssh. But when I try to run it by connecting to the workstation from a macbook, it shows the following error: pygame.error: Could not create GL context It works perfectly when executed on the office workstation. There is another program written pyOpenGL that I want to execute remotely.
#Xquartz ssh pygame raspberry pi on mac install#
I understand I have to install XQuartz, log out and back in, but have done it all several. This is one of the reasons display failed for me because I simply used ssh at one of the connections.

I like starting X11 applications from a terminal, and it used to be possible until I instaled ML. X11Forwarding yes (check in /etc/ssh/sshdconfig) ssh -Y (important: -Y) If you have to make multiple hops to reach your destination server, make sure to use ssh -Y. But when I connect to the office workstation via ssh -X from my laptop (I am using a macbook and Xquartz) glxgears does open up but the gears don't move. I would greatly appreciate help toward the resolution of an issue that I am having with Mountain Lion (ML) on my 2007 iMac. When I execute glxgears on my office workstation (when I am physically present in the office), it works normally. My problem is about running OpenGL via ssh.
