When using "ssh -Y" to log into a Linux computer, then running css and opening anything with JavaFX in it, css crashes with an error message mentioning "No matching fbConfigs or visuals found. Failed to load driver: swrast"
The problem is in the OpenGL support of XQuartz 2.7.9.
Running glxinfo in the remote Linux session will also report an error.
Fix: Downgrade to XQuarz 2.7.8 (https://www.xquartz.org/releases/XQuartz-2.7.8.html)
The XQuartz 2.7.10pre fails as well.
Related to #1816?
When using "ssh -Y" to log into a Linux computer, then running css and opening anything with JavaFX in it, css crashes with an error message mentioning "No matching fbConfigs or visuals found. Failed to load driver: swrast"
The problem is in the OpenGL support of XQuartz 2.7.9.
Running
glxinfoin the remote Linux session will also report an error.Fix: Downgrade to XQuarz 2.7.8 (https://www.xquartz.org/releases/XQuartz-2.7.8.html)
The XQuartz 2.7.10pre fails as well.
Related to #1816?