fullscreen mode

how to make a fullscreen with glx ? and how to get out of the fullscreen mode ?

thanx

Originally posted by saian:
[b]how to make a fullscreen with glx ? and how to get out of the fullscreen mode ?

thanx[/b]

Try using GLUT, this should work…
http://www.opengl.org/developers/documentation/glut/spec3/node24.html#SECTION00059000000000000000

Basicly do you open a big window without borders covering the screen. This can be done in many ways. The GLX ports of NeHe’s tutorials is good and also shows how to change the screen resolution. An alternative way to remove the borders is demonstrated here ftp://ftp.sgi.com/opengl/contrib/jaya/

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.