Opnegl And Unix/Linux

Hail to u all!
Can anyone tell me where can i get some info on how to initialize the Opengl in unix &/or linux, i’m using SuSE Linux 7.1 but without the X component. Well thx 4 the time.

Perhaps ask this question in the linux forums on opengl.org. The people there should know more about that. However you can find linux ports for most of the tuts on nehe.gamedev.net . I would like to start opengl/linux programming too and I found these examples very useful. The don’t explain everything but you can get a base or an idea how to do that.

Bye,
Stone.

http://www.steinsoft.net

You’ll need a rendering context in order to display your OpenGL scene. I think you need an X server to get a rendering context.

G.