From owner-freebsd-questions Mon Jul 20 08:35:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20421 for freebsd-questions-outgoing; Mon, 20 Jul 1998 08:35:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20398 for ; Mon, 20 Jul 1998 08:34:59 -0700 (PDT) (envelope-from patl@phoenix.volant.org) From: patl@phoenix.volant.org Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with smtp (Exim 1.92 #8) id 0yyHxb-0002VK-00; Mon, 20 Jul 1998 08:34:43 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id IAA09501; Mon, 20 Jul 1998 08:34:39 -0700 Date: Mon, 20 Jul 1998 08:34:39 -0700 (PDT) Reply-To: patl@phoenix.volant.org Subject: Re: More Colors in X To: Greg Lehey cc: Daniel Lee Greer , freebsd-questions@FreeBSD.ORG In-Reply-To: <19980720151123.A12714@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sunday, 19 July 1998 at 21:17:17 -0400, Daniel Lee Greer wrote: > > Hello, I have just recently installed FreeBSD 2.2.5 and am running X so > > that I can use Netscape. I am having a problem getting X to run in more > > than just the standard 256 colors. I have looked thruout the mailing > > list archives, and it seems that the number one answer that everyone > > seems to give is that you should invoke startx -- -bpp 16 (Or whatever) > > to get that many bit planes. ... > > First, you should take a look at the output of startx. You'll have to > catch it somewhere like this: > > $ startx 2>&1 > /tmp/startx.log > > You might find out what the problem is by reading that output. > Otherwise post it and I'll take a look. You should also check that > your /etc/XF86Config file contains definitions for 16 bpp. You should > have something like this: > > ... You should also be aware that due to the generally brain-dead design of X11 color handling, the individual programs must also explicitly support your chosen color depth. Most X programs seem to support 8bpp. Some also support 24bpp. A few support 15, 16, and/or 32 bpp. Usually the server will support 8bpp visuals when the default is a higher number; so it is quite possible that even if you have XFree86 configured to default to 16bpp, Netscape will still display using only 8bpp. (Remember, the basic Netscape Unix code was designed for use on workstations. They generally jump from 8bpp directly to 24 or 32 bpp; 15 and 16 bpp framebuffers are very rare in that environment.) -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message