use vid_soft properly

This commit is contained in:
Rudolf Polzer 2011-03-15 17:19:41 +01:00
parent b0900ff62d
commit e086e9b109
2 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,7 @@ screenshotthemap()
else
#startx "$PWD/misc/tools/xonotic-map-screenshot" "$M" $screenshot_override +"scr_screenshot_name \"$M-\"" -- :8
#startx "$PWD/misc/tools/xonotic-map-screenshot" "$M" $screenshot_override +"scr_screenshot_name \"$M-\"" -gl_driver /usr/local/lib/gallium3d/libGL.so -- /usr/bin/Xvfb :8 -screen 0 1024x768x24
startx "$PWD/misc/tools/xonotic-map-screenshot" "$M" $screenshot_override +"scr_screenshot_name \"$M-\"" +vid_soft 1 -- /usr/bin/Xvfb :8 -screen 0 1024x768x24
startx "$PWD/misc/tools/xonotic-map-screenshot" "$M" $screenshot_override +"scr_screenshot_name \"$M-\"" -- /usr/bin/Xvfb :8 -screen 0 1024x768x24
fi
)
if ! mv ~/.xonotic/data/screenshots "$M-$blobhash"; then

View File

@ -9,6 +9,7 @@ count=`yes x | head -n "$count" | tr -cd x`
./all run \
-nosound \
+'vid_soft 1' \
+'vid_fullscreen 0' \
+'exec effects-ultimate.cfg' \
"$@" \