Path: utzoo!attcan!uunet!husc6!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: X toolkit - Colormap Problems Message-ID: <8812211342.AA16995@LYRE.MIT.EDU> Date: 21 Dec 88 13:42:00 GMT References: <195@h.cs.wvu.wvnet.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 7 > X toolkit error: Can not allocate colormap for "Black" If the message was really "... allocate colormap entry for ..." then the failing call is an XAllocNamedColor. Check to make sure your rgb database (usually /usr/lib/X11/rgb.{dir,pag}) is still installed & is not corrupted. You might try re-doing a 'make install' from the X11R3/rgb directory.