Tagged Questions
3
votes
1answer
38 views
X11 forwarding an OpenGL application from a machine running an NVIDIA card to a machine with an AMD card
I'm interested in forwarding an X11 session over SSH, in order to launch a remote process that utilizes OpenGL (specifically, gazebo for anyone familiar.)
The problem that I seem to be running into ...
3
votes
1answer
129 views
What happened to the GLP OpenGL extension?
I need to do headless hardware accelerated server rendering using OpenGL and found out that this is possible with pbuffers and frame buffer objects (FBO). But today these approaches still need a ...