From owner-freebsd-hackers Mon May 15 12:36:52 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA12921 for hackers-outgoing; Mon, 15 May 1995 12:36:52 -0700 Received: from goof.com (root@goof.com [198.82.228.165]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA12915 for ; Mon, 15 May 1995 12:36:51 -0700 Received: (from mmead@localhost) by goof.com (8.6.11/8.6.9) id PAA11402; Mon, 15 May 1995 15:37:34 -0400 From: "matthew c. mead" Message-Id: <199505151937.PAA11402@goof.com> Subject: Re: Mosaic 2.5 Green To: terryl@CS.Stanford.EDU (Terry Lee) Date: Mon, 15 May 1995 15:37:33 -0400 (EDT) Cc: freebsd-hackers@FreeBSD.org In-Reply-To: from "Terry Lee" at May 15, 95 11:15:15 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1084 Sender: hackers-owner@FreeBSD.org Precedence: bulk Terry Lee wrote: > OH. I just tried it with X in 8 bpp. Works fine. I guess the question > is now, what's the problem in 16 bpp? > > I just downloaded NCSA Mosaic from the incoming folder. For some reason > > all the graphics including the earth icon are a shade of bright green. > > I'm using XFree86 3.1.1 with S3-928 video in 16 bpp. > > Anyone have any ideas what the problem might be? Netscape is working fine. > > advTHANKSance It sounds to me like the problem is with the byte ordering of the color data sent to the X server. Look around for an #ifdef AIX in that type of thing, as AIX uses the same byte ordering as Intel for its graphics color data. You might be able to just get away with a #if defined(AIX) || defined(__FreeBSD__). Good luck. -matt -- Matthew C. Mead -> Virginia Tech Center for Transportation Research - -> Multiple Platform System and Network Administration Work Related -> mmead@ctr.vt.edu | mmead@goof.com <- All Other ---- ------- WWW -> http://www.goof.com/~mmead --- -----