I am on a MAC:
Code: Select all
$ uname -a
Darwin thorin.physast.uga.edu 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386
Anyway, I'm trying to open X apps from a command line terminal window, like /usr/X11R6/bin/xterm for example.
Now the DISPLAY variable doesn't appear to be set:
Code: Select all
$ echo $DISPLAY
$
Code: Select all
$ export DISPLAY=127.0.0.1:0.0
or
$ export DISPLAY=128.192.19.118:0.0
or
$ export DISPLAY=:0.0
Code: Select all
$ xhost +
xhost: unable to open display ""

