2

I'm getting following error when try to open application 'gmsh' remotely through SSH terminal. How can i fix it ?

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
XRequest.149: BadValue (integer parameter out of range for operation) 0x0
XRequest.149: GLXBadContext 0x0
XRequest.149: GLXBadContext 0x0
XRequest.149: BadMatch (invalid parameter attributes) 0xa00006
XRequest.149: BadMatch (invalid parameter attributes) 0xa00006
XRequest.149: BadMatch (invalid parameter attributes) 0xa00006

enter image description here

ChamingaD
  • 161
  • 6

1 Answers1

2

It worked after running defaults write org.xquartz.X11 enable_iglx -bool true on local terminal.

ChamingaD
  • 161
  • 6