由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - A problem
相关主题
where can I find books/documents about opengl[转载] glx for redhat 7.0
where is libstdc++关于一个C++library的连接
please help, CGI..Is there a C++ compiler coming w/ Solaris x86?
compiled on Solaris 9, run on Solaris 8?有什么办法可以check所在服务器的硬件配置?
HELP!!!!!No glx extension!Solaris 下如何对付大文件
GCC 一问大家都是用什么机子装UNIX?
[转载] ssh questionAIX,Solaris, HP-Unix,Linux及Windows的优缺点
请问一下,用什么语言/库/脚本作GUI比较方便?SUN Solaris下看图片的软件?
相关话题的讨论汇总
话题: opengl话题: sun话题: extension话题: problem话题: solaris
进入Unix版参与讨论
1 (共1页)
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

1 (共1页)
进入Unix版参与讨论
相关主题
SUN Solaris下看图片的软件?HELP!!!!!No glx extension!
[转载] ask a question.GCC 一问
unix 菜鸟问:[转载] ssh question
Help: convert // to /* */ in C code?请问一下,用什么语言/库/脚本作GUI比较方便?
where can I find books/documents about opengl[转载] glx for redhat 7.0
where is libstdc++关于一个C++library的连接
please help, CGI..Is there a C++ compiler coming w/ Solaris x86?
compiled on Solaris 9, run on Solaris 8?有什么办法可以check所在服务器的硬件配置?
相关话题的讨论汇总
话题: opengl话题: sun话题: extension话题: problem话题: solaris