Manual:Screen
Revision as of 21:02, 26 September 2010 by Bayo (talk | contribs) (moved Manual/Screen to Manual:Screen)
Custom resolution
If you want a custom resolution that is not available from the options->video menu,
- bring up the in-game console with
^
- Use the cvars
vid_width
andvid_height
to set your custom resolution - set the cvar
vid_mode
to -1
Example console commands to achieve a resolution of 1024x600:
vid_width 1024
vid_height 600
vid_mode -1