diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-01-26 00:40:32 -0600 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-01-26 00:40:32 -0600 |
| commit | 84adf7a45c16b2b4704c84ae765100c02e6fc55c (patch) | |
| tree | 19bcc65fc64ce0bf7fb8428d0f73023f3cc1de94 | |
| parent | bc05047613081e2f5a57ef783c03636e143c1a72 (diff) | |
| download | xrdp-proprietary-84adf7a45c16b2b4704c84ae765100c02e6fc55c.tar.gz xrdp-proprietary-84adf7a45c16b2b4704c84ae765100c02e6fc55c.zip | |
added nx directory
| -rwxr-xr-x | tests/nx/client.sh | 13 | ||||
| -rwxr-xr-x | tests/nx/server.sh | 12 |
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 + |
