summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/nx/client.sh13
-rwxr-xr-xtests/nx/server.sh12
2 files changed, 25 insertions, 0 deletions
diff --git a/tests/nx/client.sh b/tests/nx/client.sh
new file mode 100755
index 00000000..dc264560
--- /dev/null
+++ b/tests/nx/client.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+xhost +
+
+if ! [ -d .nx ]
+then
+ mkdir .nx
+fi
+
+export LD_LIBRARY_PATH=$PWD
+
+./nxproxy -S nx/nx,session=session,id=jay,root=.nx,connect=127.0.0.1:10,delta=1,stream=1,data=1
+
diff --git a/tests/nx/server.sh b/tests/nx/server.sh
new file mode 100755
index 00000000..df6e894b
--- /dev/null
+++ b/tests/nx/server.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+export LD_LIBRARY_PATH=$PWD
+
+#./nxagent -R -bs -dpi 96 -geometry 1024x768 -noshpix -display nx/nx,link=adsl,delta=1,stream=1,data=1,a8taint=0,cache=4M:9 :9
+
+# with cache
+#./nxagent -D -bs -ac -dpi 96 -geometry 1024x768 -noshpix -display nx/nx,link=adsl,delta=1,stream=1,data=1,cache=4M:9 :9
+
+# without cache
+./nxagent -D -bs -ac -dpi 96 -geometry 1024x768 -noshpix -display nx/nx,link=adsl,delta=1,stream=1,data=1,cache=0M:9 :9
+