alecjacobson / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
125 stars 46 forks source link

GLX: GLX version 1.3 is required ON CDF machines #25

Closed Marina-t closed 6 years ago

Marina-t commented 6 years ago

When I try to run './rays' on a CDF machine, I see the text output but then I get this message: 'GLX: GLX version 1.3 is required' Has anyone encountered this issue before and is aware of a solution?

Thanks

alecjacobson commented 6 years ago

are you running over ssh or sitting at the computer? @johnkanji @cheshmi @psarahdactyl , could you check that the assignments run correctly on CDF asap.

Marina-t commented 6 years ago

Sorry, forgot to update the issue. It only happens when I ssh. It works fine when am at a workstation.

alecjacobson commented 6 years ago

Thanks. I think this makes sense. For SSH + OpenGL, you'll almost surely have to use X11 and this is more complicated to get working. I'm closing for now. If somebody figures out X11 on CDF, it'd be cool to see the answer.