added nx directory
This commit is contained in:
parent
bc05047613
commit
84adf7a45c
13
tests/nx/client.sh
Executable file
13
tests/nx/client.sh
Executable file
@ -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
|
||||
|
12
tests/nx/server.sh
Executable file
12
tests/nx/server.sh
Executable file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user