This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: insight GUI not working!


On Fri, 2004-07-16 at 06:31, Bhagat, Vivek wrote:
> Yes, what I meant about "gdb console window" was command line gdb. No
> there are no errors or anything. I checked all my permissions under
> /opt/insight directory and they are all fine.

Ok, that's a good start.

> But when you say "Is DISPLAY set?" what does that mean? Can you
> explain or point me to the documentation where I could get direction
> on actually going and setting my DISPLAY. I think may be it's this
> display thing that is not configured properly.

DISPLAY is an environment variable used by X Windows to determine what
physical (or virtual) display to use. This is how you can run any X
application (like insight, xterm, xmtr, etc) on one machine and have it
display on a monitor attached to a different workstation.

>From your shell, type "echo $DISPLAY". You should see something like
"localhost:0" or something. If not, set DISPLAY according to the
instructions on the X man page ("man X"; look for section "DISPLAY
NAMES").

Of course, the other simple test of whether or not DISPLAY is set is to
run some other X application. Do other X applications work?

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]