We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929b32d commit 15b20ccCopy full SHA for 15b20cc
linuxdoom-1.10/doom.sh
@@ -1,7 +1,7 @@
1
-xephyr :2 -ac -screen 320x200x8 &
+xephyr :2 -ac -screen 960x600x8 &
2
PID=$!
3
sleep 5
4
pushd linux || exit
5
-./linuxxdoom -disp :2 $@
+./linuxxdoom -disp :2 -3 $@
6
popd
7
kill $PID 2> /dev/null
linuxdoom-1.10/xephyr.sh
@@ -1 +1 @@
0 commit comments