From: Lenny Zhao <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, June 16, 1998 8:48 AM Subject: colormap > >Hi guys, I have a warning message I can not figure out: >I installed Netscape and try to load it, then I get a warning: >"Cannot allocate colormap entry for default backgroup". and this message >is appearing even when I run my java applets. >Can anyone pleas help me out! This is because your system has already allocated enough colours to fill the colour table. You are probably running X under 256 colour mode, which means that there can only be 256 distinct colours active at any one time. If Netscape tries to run an applet which wants a colour that isn't already present in the table, and the table is full, then you get this error. If you run X at a higher colour mode (16 bpp (bits per pixel)) then this problem should vanish. Alternatively, just ignore the error, which is fairly minor, and let Netscape solve the problem, which it will do by picking the available colour which is closest to the one that was requested. Regards, Vin