Geom string

From Eternity Wiki
Revision as of 20:01, 4 March 2010 by Quasar (talk | contribs) (Explanation of geom strings and documentation of flag values.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A geom string is a special configuration setting in Eternity which allows specification of all of the characteristics of a video mode in a single string.

Syntax

The syntax of a geom string is as follows:

WWWWxHHHH[flags]

Where WWWW is the width, between 320 and 2560; HHHH is the height, between 200 and 1600; and [flags] is an optional valid combination of the following single-letter specifiers:

Flag Description
w Selects windowed mode.
f Selects fullscreen mode.
a Selects "asynchronous" or non-page-flipped updating.
v Selects page-flipped updating.
s Selects "software" surface.
h Selects "hardware" surface (eg. DirectDraw acceleration)
n Creates primary window without a window frame, where supported.
Flag Description

Examples

The following are examples of valid geom strings.

320x200w
640x480f
1024x768wan
1280x800fvh