3 if [ "x$1" = "x--full" ]; then
4 echo "Running full screen ..."
8 echo "Running in a window, use --full to run full screen."
13 if [ $WINDOW = "YES" ]; then
14 # in a window (slow hack)
15 export MESA_GLX_FX=window
18 export SST_NOSHUTDOWN=1
20 export SSTV2_VGA_PASS=1
21 export SSTV2_NOSHUTDOWN=1
24 export MESA_GLX_FX=fullscreen
30 unset SSTV2_NOSHUTDOWN
33 export FX_GLIDE_NO_SPLASH=1
34 export FX_GLIDE_SWAPINTERVAL=0
37 export SST_FASTPCIRD=1
40 export SST_SCREENREFRESH=60
42 export SSTV2_FASTMEM=1
43 export SSTV2_FASTPCIRD=1
44 export SSTV2_GRXCLK=57
45 export SSTV2_GAMMA=1.0
46 export SSTV2_SCREENREFRESH=60
48 # Enable this if you wand solid vswap - disable to measure speeds
49 export SST_SWAP_EN_WAIT_ON_VSYNC=0
50 export SSTV2_SWAP_EN_WAIT_ON_VSYNC=0
52 # export SST_SWA_EN_WAIT_ON_VSYNC=1
53 # export SSTV2_SWA_EN_WAIT_ON_VSYNC=1