glutInitDisplayString (3) Linux Manual Page
glutInitDisplayString – Set the window creation display mode.
Library
OpenGLUT – windowSynopsis
In openglut.h Ft void Fn glutInitDisplayString const char *displayModeParameters
Bf EmDescription
glutInitDisplayString() permits you to define a display mode for subsequent windows that you open. In most regards, control is at least as fine as with glutInitDisplaymode(). The Bf Sy
Enables Bf Sy
Enables Bf Sy
Number of red channel bits.
Number of green channel bits.
Number of blue channel bits.
Number of alpha channel bits. Enables Bf Sy
Number of Bf Sy
Number of Bf Sy
Number of depth buffer bits.
Number of stencil buffer bits.
Enables Bf Sy
Enables Bf Sy
Enables Bf Sy
Number of Bf Sy
Number of Bf Sy
Number of samples for GLX’s Bf Sy
[TODO] Sets bits in index mode?
[TODO] Conformant with what? Enables Bf Sy
[TODO] Indicates if a frame-buffer is slow.
[TODO] Appears to select a frame-buffer configuration by number from an unspecified list. Probably very non-portable.
A special capability name indicating where the value represents the Nth frame buffer configuration matching the description string
Win32 specific: Pixel Format Descriptor
Win32 specific: Pixel Format Descriptor
X11 specific: X Visual
X11 specific: "staticgray" mode.
X11 specific: "grayscale" mode.
X11 specific: "staticcolor" mode.
X11 specific: "pseudocolor" mode.
X11 specific: "trueolor" mode.
X11 specific: "directcolor" mode.
Caveats
Conflicting modes, such as Bf SyTodo
Bf SyNot all features appear to be implemented. In particular, numeric parameters and comparator specifications are lacking. See GLUT 3.7 sources for example.
PyOpenGL <a href="http://pyopengl.sourceforge.net/documentation/manual/glutInitDisplayString.3GLUT.html"> glutInitDisplayString</a> documentation.
