1

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

3
  • 1
    You are SSH'ing into the Mac from a remote computer? And running gmsh on that Mac? What happens if you enter that command directly in that Mac's Terminal? Also, see this Q&A: unix.stackexchange.com/questions/429760/…
    – jimtut
    Commented Jun 10, 2021 at 20:29
  • @jimtut Thanks, that worked!
    – ChamingaD
    Commented Jun 11, 2021 at 9:37
  • Great, glad it helped. You should "accept" your own answer, so this question is closed.
    – jimtut
    Commented Jun 11, 2021 at 13:13

1 Answer 1

1

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

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .