From owner-freebsd-questions Tue Aug 31 2:58:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 7982E14F6A for ; Tue, 31 Aug 1999 02:58:21 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) id 11Lkf6-0005cL-00; Tue, 31 Aug 1999 02:57:08 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id FAA95821; Tue, 31 Aug 1999 05:57:04 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 31 Aug 1999 05:57:04 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: Alfred Perlstein Subject: Re: Netscape hoggin' up all my colors Cc: freebsd-questions@FreeBSD.ORG, Doug , Dutch Collins Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 30-Aug-99 Alfred Perlstein wrote: > I'm _pretty_ sure you guys are stuck in "8bit pseudo color" mode > where there can only be 256 colors on the screen at one time, > both of you should re-check that you are indeed at 16 bit color mode. Yes, both of you _should_. Here's what you are probably missing from /etc/XF86Config: # The Colour SVGA server Section "Screen" Driver "svga" # Use Device "Generic VGA" for Standard VGA 320x200x256 #Device "Generic VGA" Device "dvv550" Monitor "mag21" DefaultColorDepth 24 Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display Depth 8 Modes "1600x1200" "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection The key line is "DefaultColorDepth", which in my case is set to 24. This value should be one of 8, 16, 24, or 32. By default, it is 8. Note also my Modes settings, which has the highest resolutions tried, then lower ones. In 24bpp, I easily get 1280x1024. > You may want to try the graphical version of XFree86's setup, I've > found it to be much easier to manage. I thought xf86config (the script, not the file) was better.. XF86Setup never seems to work properly. -- Will Andrews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message