I use ssh -X -Y to log through lxplus in root and when I try to plot the:
root [11] TF1 f1(“f1”,“sin(x)/x”,0.,10.);
root [12] f1.Draw();
I get the response:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Error in : GLXBadContext (XID: 67109127, XREQ: 154)
How should I proceed?