Re: Execution halted [message #24377] |
Mon, 02 April 2001 11:24  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Martin Skou Andersen (skou@fys.ku.dk) writes:
> I get the following messages when i tries to plot some data...
> ----------------------------
> IDL> plot, x, y
> % Unsupported X Windows visual (class: StaticGray, depth: 0).
> Substituting default (class: <UndefinedVisual>, Depth: 0).
> % Execution halted at: $MAIN$ 105 /xxx/xxx/xxx.pro
> ----------------------------
>
> Im running IDL version 5.2 (linux x86), on RedHat 7.0 with Gnome.
> What is wrong?
> Please help... :o)
You need to run your XServer in either 8-bit or 24-bit
(what I recommend) mode. Not the 16-bit mode you are
probably in now. :-)
If any of you Linux-types want to write the definitive
answer to this question, I'll make every effort to save it
in a place where I can find it. (I'll even add it to
my web page, so we don't have to answer this question
any more. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|