Screen resolution is controlled with the r_mode cvar. Example, r_mode "3" is 640x480, r_mode "4" is 800x600. To see all the available video modes, use the "modelist" (mode list, not model list) command at the console.
To enable r_customwidth, r_customheight, and r_customaspect, set "r_mode" to -1. Keep in mind any custom settings will get mapped into a valid pre-defined window size, so you'll have to do some experimentation. The default modes work a lot better.
Any changes to any of the above variables requires a vid_restart to take effect.
|