Hello! I have been trying to get Chimera working through ssh, where the Chimera installation is located on a Red Hat based cluster, but the user is using a MacOS machine to access the cluster. Looking through the archives of the mailing list, I found a suggestion to use VirtualGL to run Chimera through ssh. VirtualGL seems to be running as intended, but isn't working entirely correctly with Chimera (it runs glxgears and other applications fine). It gets farther in start up than without VirtualGL, but crashes on the Initializing OpenGL step around 80% of the time. I have traced the point of failure to reside within a call to the makeGraphicsWindow function within the tkgui.py file. Specifically, it fails at the line within the makeGraphicsWindow function: graphics = Togl.Togl(parent, **kw) which is found somewhere around line 2690 within the try / except portion which is itself nested in the while 1 loop. I can't determine why exactly it is failing here, and trying to trace the problem to a specific line within the instantiation of the Togl object proved fruitless. I was wondering if anyone would be able to shed some light on what could be causing this issue, or know how to fix it? Alternatively, if anyone knows of another good solution for using Chimera through ssh on a Mac machine, that information would be greatly appreciated. Thanks for taking the time to read my inquiry! Best, Logan Sweezy Scientific Systems Admin Rockefeller University