From owner-freebsd-questions@FreeBSD.ORG Fri Dec 30 17:05:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B5F816A41F for ; Fri, 30 Dec 2005 17:05:24 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id D1C8B43D5C for ; Fri, 30 Dec 2005 17:05:23 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 9441 invoked by uid 502); 30 Dec 2005 17:05:22 -0000 Received: from dsl-12-178-97-72.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@12.178.97.72) by 0 with SMTP; 30 Dec 2005 17:05:22 -0000 X-CLIENT-IP: 12.178.97.72 X-CLIENT-HOST: dsl-12-178-97-72.ywave.com Message-ID: <43B568D1.7000002@ywave.com> Date: Fri, 30 Dec 2005 09:05:21 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051224) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jon References: <20051230044420.27250.qmail@web36107.mail.mud.yahoo.com> In-Reply-To: <20051230044420.27250.qmail@web36107.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Hardware graphics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 17:05:24 -0000 Jon wrote: > Hi, > > I need some help getting hardware graphics going. I > built radeon.ko and drm.ko from drm cvs and loaded > them, a quick dmesg drm says the modules are loaded. > (drm 1.21.0 20051229) I was told on here I would need > the r300 DRI module for my ATI Radeon 9800 Pro which I > got from the FreeBSD Ports 'dri-6.2.20050719,1', that > built and installed r300_dri.so. I'm using > radeon_drv.o in my Xorg.conf file as the display > driver, I had a look at my Xorg.conf Log file and it > says: > (WW) RADEON(0): Direct rendering not yet supported on > Radeon 9500 and newer > (II) RADEON(0): Render acceleration unsupported on > Radeon 9500/9700 and newer. > (II) RADEON(0): Render acceleration disabled > > What else could be the problem? > -- Thanks > FreeBSD 6.0 STABLE I haven't tried it yet on my r300 based card, so I don't know if it will actually work. I think I read that you need to specify r300 as you xorg driver, not radeon. Radeon is the driver for older radeon cards, r300 is the driver for newer radeon cards. HTH, Micah