fullscreen resolution

How can I set up the fullscreen resolution (for examply 800 by 600) in GLUT ? Is it possible as a matter of fact ?

You can set the fullscreen resolution by using glutGameMode, I can’t remember exactly how the gamemode works, but to point you in the right direction just look up “gamemode” in glut.

It worked, (glutGameModeString + glutEnterGameMode). Thanks!