comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » idl, color and exceed xserver?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: idl, color and exceed xserver? [message #29046 is a reply to message #28978] Tue, 29 January 2002 07:11 Go to previous messageGo to previous message
Liam E. Gumley is currently offline  Liam E. Gumley
Messages: 378
Registered: January 2000
Senior Member
"Michael A. Miller" wrote:
> I'm using exceed to connect to unix machines from a windows 2000
> machine. There is a particular application that I can use when I
> log in at the unix (HP-US in this case) console. When I connect
> from a windows 2000 machine and use exceed and hwm (exceed's
> window manager) to display on my screen, I often get errors
> related to color maps. Is there anyone out there in IDL land who
> has used exceed and can suggest some exceed configuration options
> that might help idl tolerate it better?

I use Exceed 6.2 routinely on my Windows NT PC to run IDL sessions on an
SGI. However I do *not* use "HWM". I just open a shell on the SGI, e.g.

% setenv DISPLAY mypc:0
% xterm -fn 9x15 -fg gray -bg navy &

My PC desktop is configured for "True Color", and I use the following
IDL startup file on the SGI:

if !version.os_family eq 'unix' then device, true_color=24
window, /free, /pixmap, colors=-10
wdelete, !d.window
device, decomposed=0, retain=2, set_character_size=[10, 12]
device, get_visual_depth=depth
print, 'Display depth: ', depth
print, 'Color table size: ', !d.table_size

I don't have any problems with this setup. The only change I made to the
Exceed configuration was to allow the window focus to change with
pointer motion.

Cheers,
Liam.
Practical IDL Programming
http://www.gumley.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: AMD CPU
Next Topic: All I get is gray scale

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 20:48:29 PDT 2025

Total time taken to generate the page: 1.19823 seconds