Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: mouse@lightning.mcrcim.mcgill.EDU (der Mouse) Newsgroups: comp.windows.x Subject: Re: 2-bit display Message-ID: <9105032248.AA03664@lightning.McRCIM.McGill.EDU> Date: 3 May 91 22:48:08 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 32 > I am having trouble running ozone and netrek on a Nextstation with X. > I am telneted/xhosted to a pmax. Now, when I run netrek I get the > the following: [...] > X Error of failed request: BadAccess (attempt to access private resource denied) > Major opcode of failed request: 89 (X_StoreColors) > Other games like cbzone or xmahjongg works fine. Someone told me it > has to do with next's 2-bit plane verse's pmax's 1 bit. Probably. Programs tend to assume that any server they speak to is either 8-bit PseudoColor or 1-bit StaticGray (ie, a "traditional color" or a "traditional monochrome") server. The NeXT is 2-bit StaticGray, which confuses some programs. I have seen code that assumes that anything deeper than 1 bit is color. It seems something like this afflicts netrek as well. We had this problem locally with xtank. > How, can I get around this problem? Fix the program. Not much else to be done, unless perhaps you want to insert a protocol filter to make the NeXT appear to be a 1-bit server. You could, I suppose, run the MIT X-in-a-NextStep-window R3-based server, which is a 1-bit StaticGray server. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu