Custom Search

Saturday, February 18, 2006

How do I export my display on Linux or Unix ?

If you're using a 'C' shell (csh, tcsh, etc):
On the host you're exporting to, type: xhost +
On the host you're exporting from, type: setenv DISPLAY :0.0

If you're using a 'sh' shell (sh, bash, ksh, etc):
On the host you're exporting to, type: xhost +
On the host you're exporting from, type: export DISPLAY=:0.0

No comments: