Path: utzoo!attcan!uunet!sco!md From: md@sco.COM (Michael Davidson) Newsgroups: comp.unix.i386 Subject: Re: VRAM Vga Keywords: 386ix VEGA VGA 800x600 Message-ID: <5322@scolex.sco.COM> Date: 22 Mar 90 07:01:14 GMT References: <26045f9d:987comp.unix.i386@tronsbox.UUCP> <1990Mar20.170632.9229@ux1.cso.uiuc.edu> <178@csinc.UUCP> <1990Mar21.051715.27439@ux1.cso.uiuc.edu> Sender: news@sco.COM Lines: 21 brando@uiucme2.me.uiuc.edu (Brando W. Brown) writes: > Also, I mentioned earlier that I do get 16 colors, but >they seem to be different than the standard set. example: All of the GIF >files included with the User contributed 7 diskette set have one of two >messages when I run xgif: >XGIF: Failure to Allocate Desired Colors. && > UTTERLY FAILED to allocate blah blah blah..... xgif doesn't install it's own X color map - that means it is trying to allocate all of it's colors out of a map that already has several colors allocated - on a 16 color display that means that there aren't many colors left - xgif just goes on reducing the color resolution and trying to allocate colors until it either succeeds (probably with a very badly distorted color palette) or fails and gives up. If you only have a 16 color display you really need to modify xgif to install it's own color map even if you only want to display 16 color images.