m****g 发帖数: 984 | 1 I tried to run an executable file under Solaris,
which is compiled under SGI machine, and it use OpenGL.
But I got the following message :
GLUT: Fatal Error in bladegen: OpenGL GLX extension not supported
by display: 128.252.21.37:0.0
I don't know how to solve the problem, would anyone give me a hand ?
Thanks a lot !!! | a****y 发帖数: 1035 | 2 Should compile it on Sun.
【在 m****g 的大作中提到】 : I tried to run an executable file under Solaris, : which is compiled under SGI machine, and it use OpenGL. : But I got the following message : : GLUT: Fatal Error in bladegen: OpenGL GLX extension not supported : by display: 128.252.21.37:0.0 : I don't know how to solve the problem, would anyone give me a hand ? : Thanks a lot !!!
| j***y 发帖数: 87 | 3 openGL is only a 3D graphics API, if you try to display it, you also need a
window manager program. So in some systems, there is a GLX extension for
OpenGL to support some WM functions.
your solaris doesn't come with such extension.
【在 m****g 的大作中提到】 : I tried to run an executable file under Solaris, : which is compiled under SGI machine, and it use OpenGL. : But I got the following message : : GLUT: Fatal Error in bladegen: OpenGL GLX extension not supported : by display: 128.252.21.37:0.0 : I don't know how to solve the problem, would anyone give me a hand ? : Thanks a lot !!!
| m****g 发帖数: 984 | 4 then how can I get such extension on the solaris ne ?
there is another thing I don't understand,
in fact, I use this Sun to telnet to that SGI machine,
then run it, then why do I need such extension on the Sun ne ?
//thinkhard
【在 j***y 的大作中提到】 : openGL is only a 3D graphics API, if you try to display it, you also need a : window manager program. So in some systems, there is a GLX extension for : OpenGL to support some WM functions. : your solaris doesn't come with such extension.
| j***y 发帖数: 87 | 5 I think you will need root priviledge to install this extension, which should
come with the OpenGL package.
You need it on your SUN machine because OpenGL and X work in a client/server
mode, where your program is the client, the display device and driver are
the server. You want it to be displayed on your Sun, so you need it on
that machine.
【在 m****g 的大作中提到】 : then how can I get such extension on the solaris ne ? : there is another thing I don't understand, : in fact, I use this Sun to telnet to that SGI machine, : then run it, then why do I need such extension on the Sun ne ? : //thinkhard
|
|