summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-01-26 00:40:32 -0600
committerJay Sorg <jay.sorg@gmail.com>2012-01-26 00:40:32 -0600
commit84adf7a45c16b2b4704c84ae765100c02e6fc55c (patch)
tree19bcc65fc64ce0bf7fb8428d0f73023f3cc1de94
parentbc05047613081e2f5a57ef783c03636e143c1a72 (diff)
downloadxrdp-proprietary-84adf7a45c16b2b4704c84ae765100c02e6fc55c.tar.gz
xrdp-proprietary-84adf7a45c16b2b4704c84ae765100c02e6fc55c.zip
added nx directory
-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
+