
Quake II Manual
-=-=-=-=-=-=-=-

We recommend that you run Quake II in XIL mode. Either edit the 
baseq2/config.cfg file and set vid_ref to "xil" or through the Video menu
in the game and set driver to "Software XIL".

If you want to prevent th mouse from leaving the QUake II window there's a
variable named _windowed_mouse that you should set to 1 in the console. You
can also change it from the Video menu (remember to "Apply").

The following console commandos are available only when running in XIL mode:

set xil_interpolation_mode 1  (set to a number for different XIL interpolation
			       modes: 0=nearest, 1=bilinear, 2=bicubic or
			       3=general. this variable only works
			       in true colour)

set xil_keepaspect 1	      (turn off by setting it to 0)

set xil_force_truecolour 1    (turn off by setting it to 0)

set xil_set_window_size height width

set xil_set_window_position xloc yloc

The way to use these variables is to set xil_force_truecolour to 1 before 
initializing the graphics, then you can set xil_interpolation_mode to any
value from 0 to 3 to change the way the zoomed window is displayed (actually,
zooming a 320x240 window to 1280x1024 looks pretty good with
xil_interpolation_mode set to 1!).