From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 09:11:20 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B671E37B401 for ; Thu, 7 Aug 2003 09:11:20 -0700 (PDT) Received: from anholt.dyndns.org (12-224-152-126.client.attbi.com [12.224.152.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB35143F75 for ; Thu, 7 Aug 2003 09:11:19 -0700 (PDT) (envelope-from eta@lclark.edu) Received: from anholt.dyndns.org (localhost [127.0.0.1]) by anholt.dyndns.org (8.12.9/8.12.9) with ESMTP id h777qWuZ001832; Thu, 7 Aug 2003 00:52:33 -0700 (PDT) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by anholt.dyndns.org (8.12.9/8.12.9/Submit) id h777qSmB001831; Thu, 7 Aug 2003 00:52:28 -0700 (PDT) X-Authentication-Warning: anholt.dyndns.org: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Stephen Hepner In-Reply-To: <3F31BAF7.9050401@asyla.org> References: <3F31BAF7.9050401@asyla.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1060242747.742.21.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 07 Aug 2003 00:52:27 -0700 cc: freebsd-multimedia@freebsd.org Subject: Re: 8 bit pixel depth with XFree86 4.3.0 and ATI Radeon 9000 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 16:11:21 -0000 On Wed, 2003-08-06 at 19:35, Stephen Hepner wrote: > Hello everyone....I have an ATI Radeon 9000 and I am having trouble to > do better then an 8 bit pixel depth with XFree86 4.3.0. In the > XFree86.0.log, I see that in one part it complains about what I believe > is the s-video interface but still loads the "radeon" module. However, > it then loads the "vgahw" module and sets the pixel depth to 8. I > originally tried this with an ATI Radeon 7000 but had the same results. > Any thoughts on how to fix this??? > > General system info of the current system: > FreeBSD-5.1-STABLE > XFree86 4.3.0 > ATI Radeon 9000 64M AGP (VGA and s-video out) I didn't see anything in your XF86Config to make the depth be higher than 8. My Section "Screen" looks like this (note the DefaultDepth and you also probably want to explicitly list modes you want to use): Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" EndSubSection EndSection -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org