#!/bin/csh ############################### # Blake C. Lewis # ccblake@atc.missorui.edu # 1999-7-21 # Updated September 20, 1999 ############################## # the default installation path. change it if different. cd /usr/local/games/q3test/ setenv LD_LIBRARY_PATH /usr/local/games/q3test/ setenv MESA_GLX_FX fullscreen # For meaning of MESA environmental variables see README.3dfx in the mesa source. #-------------------------------------------------------------------------------------- # for a list of 3Dfx envirnomental variables see # http://www.bahnhof.se/~engstrom/e_3dfxvars.htm # these lines between the ***** take them if your system hangs # These are not good for SLI #*************************************************************************************** setenv FX_GLIDE_SWAPINTERVAL 0 ************ Voodoo Graphics Specific setenv SST_SWAP_EN_WAIT_ON_VSYNC 0 setenv SST_VSYNC 0 setenv SST_FASTPCIRD 1 setenv SST_FASTMEM 1 setenv SST_PCIRD 1 ************ VoodooII Specific ** NOT FOR SLI *********** setenv SSTV2_SWAP_EN_WAIT_ON_VSYNC 0 setenv SSTV2_VSYNC 0 setenv SSTV2_FASTPCIRD 1 setenv SSTV2_FASTMEM 1 setenv SSTV2_PCIRD 1 ************ VoodooIII Specific setenv SSTH3_SWAP_EN_WAIT_ON_VSYNC 0 setenv SSTH3_VSYNC 0 setenv SSTH3_FASTPCIRD 1 setenv SSTH3_FASTMEM 1 setenv SSTH3_PCIRD 1 #*************************************************************************************** #--------------------------------------------------------------------------------------- # The command with arguments... q3test can only be run from X. # # The line +seta r_mode 3 can be changed to get the resolution you want. # +set r_mode 6 is for 1024x768 resolution. # 4 is for 800x600 # 3 is for 640x480 # 8 is for 1280x1024 # # the $* is so you can specify other connand line arguments. Like +connect : # # q3test changes on the command line will take effect the second time you start q3test #-------------------------------------------------------------------------------------- ./linuxquake3 \ +seta r_fullscreen 1 \ +seta r_glDriver libMesaVoodooGL.so.3.1 \ +seta r_mode 6 \ +seta in_mouse 1 \ +set _windowed_mouse 1 \ +seta in_dgamouse 0 \ $*