Path: utzoo!attcan!uunet!ogicse!mintaka!bloom-beacon!LIGHTNING.MCRCIM.MCGILL.EDU!mouse From: mouse@LIGHTNING.MCRCIM.MCGILL.EDU Newsgroups: comp.windows.x Subject: Re: A tirade about inefficient software & systems Message-ID: <9010311536.AA05953@lightning.McRCIM.McGill.EDU> Date: 31 Oct 90 15:36:53 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 24 > (Note the Followup-To.) Eh? The headers on your message as I see it include only From Received: Date: From: Organization: Subject: Message-Id: References: Sender: To: Status: >> It consumes just as much memory either way, > Hogwash. If the server is storing the contents of a window, it has > to store a pixmap of the entire window. For a monochrome display, > that's 1bitXwidthXheight, for a color, might be up to > 32bitsXwidthXheight. No. It *may* store a pixmap of the entire window. It also may choose to compress it; for an xterm window, sufficiently smart compression schemes need store only a handful of bits per character cell (typically about 9 or 10 bits - there's more than just the character code to store). (Not that I necessarily expect X servers to include compression schemes that smart. But if we're being pedantic....) der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu