Xref: utzoo comp.windows.x:11177 comp.unix.aux:1071 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!zs04+ From: zs04+@andrew.cmu.edu (Zachary T. Smith) Newsgroups: comp.windows.x,comp.unix.aux Subject: Re: X vs MacII Message-ID: Date: 28 Jun 89 02:07:30 GMT References: <912@alpha.lanl.gov> Organization: Carnegie Mellon, Pittsburgh, PA Lines: 10 In-Reply-To: <912@alpha.lanl.gov> Re #1: I may be wrong, but I think the macII ddx code makes no use of the ddx/cfb code (which would of course mean it's strictly 1 bit per pixel). Do a "grep cfb *.c" in the ddx/macII directory. If nothing along the lines of a cfbScrInit() routine appears, your server definitely wired up as mono. Or you could just grep for a routine called (I think) mfbScrInit(); if it's there, same thing. -Zach T. Smith (zs04@andrew.cmu.edu)