ReleaseEngineering/PuppetAgain/Modules/screenresolution

From MozillaWiki
< ReleaseEngineering‎ | PuppetAgain‎ | Modules
Revision as of 21:28, 6 May 2013 by Djmitche (talk | contribs) (Created page with "This class sets the screen resolution on systems which run a GUI by default (Darwin only, for the moment). In particular, this does not work on Linux, where the screen resolu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This class sets the screen resolution on systems which run a GUI by default (Darwin only, for the moment). In particular, this does not work on Linux, where the screen resolution is configured as part of the X configuration - see ReleaseEngineering/PuppetAgain/Modules/gui.

This is a parameterized class with arguments width, height, depth, and refresh, in units of pixels, pixels, bits, and Hz, respectively.