From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 17:34:47 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 0866A16A41F for ; Fri, 16 Sep 2005 17:34:47 +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 A342F43D45 for ; Fri, 16 Sep 2005 17:34:46 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 25387 invoked by uid 502); 16 Sep 2005 17:34:45 -0000 Received: from dsl13079.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@66.243.212.79) by 0 with SMTP; 16 Sep 2005 17:34:45 -0000 X-CLIENT-IP: 66.243.212.79 X-CLIENT-HOST: dsl13079.ywave.com Message-ID: <432B0235.5070807@ywave.com> Date: Fri, 16 Sep 2005 10:34:45 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43221CF4.50000@ywave.com> In-Reply-To: <43221CF4.50000@ywave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: No dri on Radeon X300 SE 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, 16 Sep 2005 17:34:47 -0000 Micah wrote: > > I just upgraded to a new Athlon 64 system to replace my five-year-old > system. I ended up buying a low end PCI-EX MSI Radeon X300 SE video > card to go with it. I'm not getting any dri acceleration out of it. > > I basicaly did a hard-disk swap from the old machine to the new one. I > later CVSup'd my source to RELENG_5_4 (from 5.3 release), edited the > kernel conf for the new system, and recompiled following the procedure > in the handbook to see if that would help. I'm still running in i386 > mode for now. The old box had dri working with my Matrox card. > > I have xorg 6.8.2 installed and dri 6.2.1. > > uname -a: > FreeBSD trisha.eidolonworld 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #0: > Wed Sep 7 14:46:11 PDT 2005 > root@trisha.eidolonworld:/usr/obj/usr/src/sys/TRISHA i386 > > I've uploaded copies of my dmesg, kernel conf, loader.conf, and > xorg.conf to: > http://students.washington.edu/micahjon/public/ > (I wasn't sure about including that much text in my email.) > > Thanks for any insight, > Micah In the week that this email has spent in cyber-limbo I have since found out that this is probably an "r300" based board and that support is experimental. I haven't gotten "experimental" support working yet but I did fool the kernel into intializing the drm interface by adding my card's ID in drm_pciids.h. I now have the following in dmesg: drm0: port 0xa000-0xa0ff mem 0xd1000000-0xd100ffff,0xc8000000-0xcfffffff irq 24 at device 0.0 on pci2 info: [drm] Initialized radeon 1.11.0 20020828 on minor 0 Later, Micah