View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Ximtool error

Germán Racca wrote on Oct 02, 2008

Hi,

I have installed IRAF V2.14.1 in my Fedora 9 Linux, and then I installed
X11IRAF (v1.5DEV), but Ximtool doesn't work. The error is the following:

ecl> !ximtool &
ecl>
ERROR: Detected incorrect X visual: depth=24 class=TrueColor

XImtool currently requires an 8-bit PseudoColor visual in order
to operate properly. Unfortunately the only workaround for this
at present is to start an 8-bit server using commands such as

% startx -- -bpp 8 # XFree86 V3.x
% startx -- -depth 8 # XFree86 V4.x
% Xsun :0 -dev /dev/fb defclass PseudoColor defdepth 8 # Sun
% Xdec -vclass0 PseudoColor # Digital Unix

The actual commands used will vary depending on the platform,
window manager/desktop used, and in some cases video hardware.
See the Xserver(1) and xinit(1) man page for details. Users should
also contact IRAF site support (iraf@noao.edu) with any questions
or problems.


Can you help me?

Thanks,
German.

Mike Fitzpatrick wrote on Oct 02, 2008

XImtool currently only works on 8-bit displays (but a new version is in the works). See e.g. http://iraf.net/phpBB2/viewtopic.php?t=82947 for the "canned" response that contains some workarounds in the meantime.

-Mike

Last post on Oct 02, 2008