window error: (class: StaticGray, depth: 0) [message #20268] |
Wed, 24 May 2000 00:00 |
Benyang Tang
Messages: 3 Registered: May 2000
|
Junior Member |
|
|
When I open an IDL graphic window, I got this message. Any idea what it is? Thanks.
IDL> window
% Unsupported X Windows visual (class: StaticGray, depth: 0).
Substituting default (class: <UndefinedVisual>, Depth: 0).
% Execution halted at: $MAIN$
|
|
|
Re: window error: (class: StaticGray, depth: 0) [message #20269 is a reply to message #20268] |
Wed, 24 May 2000 00:00  |
Benyang Tang
Messages: 3 Registered: May 2000
|
Junior Member |
|
|
I found this posting by Jacques Basson. It solves my problem. Thank you for your attention.
===========================
Try typing
device, true_color=24
I get the same error if I don't type it in (I am also running 1024x768, 16bpp).
Jacques
=============================
Benyang Tang wrote:
>
> When I open an IDL graphic window, I got this message. Any idea what it is? Thanks.
>
> IDL> window
> % Unsupported X Windows visual (class: StaticGray, depth: 0).
> Substituting default (class: <UndefinedVisual>, Depth: 0).
> % Execution halted at: $MAIN$
|
|
|