View Full Version : fullscreen mode
saian
04-30-2002, 01:48 AM
how to make a fullscreen with glx ? and how to get out of the fullscreen mode ?
thanx
nutball
04-30-2002, 04:46 AM
Originally posted by saian:
how to make a fullscreen with glx ? and how to get out of the fullscreen mode ?
thanx
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/
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.