Quieter
authorTim Pope <code@tpope.net>
Tue, 31 May 2005 06:59:12 +0000 (06:59 +0000)
committerTim Pope <code@tpope.net>
Tue, 31 May 2005 06:59:12 +0000 (06:59 +0000)
bin/gamelaunch

index baa8aa029071697a3773a799babc455632153df2..8cf8d6c12f33ea5f57011b86640228d4474f3c68 100755 (executable)
@@ -73,7 +73,7 @@ fi
 
 if lspci 2>/dev/null|grep 'Savage 3D' >/dev/null; then
     s3="`s3switch|grep 'Devices active:'|sed -e 's/Devices active: *//'`"
-    s3switch TV
+    s3switch TV >/dev/null
 fi
 
 on_exit() {
@@ -82,7 +82,7 @@ on_exit() {
     setxkbmap us
     xmodmap "$HOME/.Xmodmap" 2>/dev/null || xmodmap "$HOME/.xmodmap"
     xset m 3 3
-    [ -z "$s3" ] || s3switch $s3
+    [ -z "$s3" ] || s3switch $s3 >/dev/null
 
     tpope activity "`cat "$HOME/.activity.$$.bak"`"
     rm -f "$HOME/.activity.$$.bak"