Xnest

xset fp+ tcp/10.64.64.105:7100

Xnest :1 -query 10.64.64.105 &

#!/bin/bash
#start xnest and login  to server
 
echo "running xhost to $1 "
/usr/X11/bin/xhost $1
 
echo "Loading font path with \"xset fp+ tcp/$1:7100\" "
#/usr/X11/bin/xset fp+, tcp/$1:7100
/usr/X11/bin/xset +fp tcp/$1:7100
 
echo "Starting Xnest with \"Xnest -ac -kb -pn -query $1 :4\" "
/usr/X11/bin/Xnest -ac -kb -pn -query $1 :4
 
rb/xnest.txt · Last modified: 26/04/2016 20:57 by andrew