From owner-freebsd-current@FreeBSD.ORG Thu Jul 10 16:23:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58CAC37B401 for ; Thu, 10 Jul 2003 16:23:31 -0700 (PDT) Received: from portal.aphroland.org (portal.aphroland.org [216.39.174.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D05643FA3 for ; Thu, 10 Jul 2003 16:23:28 -0700 (PDT) (envelope-from damm@infinitevoid.net) Received: by portal.aphroland.org (Postfix, from userid 1010) id DB8F4278019; Thu, 10 Jul 2003 16:23:23 -0700 (PDT) Received: from infinitevoid.net (10.10.10.88-unassigned.aphroland.org [10.10.10.88]) by portal.aphroland.org (Postfix) with ESMTP id BF862278018 for ; Thu, 10 Jul 2003 16:23:21 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by infinitevoid.net (Postfix) with ESMTP id 710FA4367 for ; Thu, 10 Jul 2003 16:23:43 -0700 (PDT) From: "Scott M. Likens" To: current@freebsd.org In-Reply-To: <20030710222543.GA1869@moghedien.mukappabeta.net> References: <20030710191449.GB1217@moghedien.mukappabeta.net> <1057872429.979.0.camel@acheron.livid.de> <20030710222543.GA1869@moghedien.mukappabeta.net> Content-Type: text/plain Message-Id: <1057879422.11969.8.camel@acheron.livid.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 10 Jul 2003 16:23:43 -0700 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-0.8 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_05_08 version=2.42 X-Spam-Level: X-Sanitizer: This message has been sanitized! X-Sanitizer-URL: http://mailtools.anomy.net/ X-Sanitizer-Rev: $Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $ Subject: Re: radeon lockups w/ 5.1-R X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 23:23:31 -0000 On Thu, 2003-07-10 at 15:25, Matthias Buelow wrote: > Scott M. Likens writes: > > >Are you using the drm kernel drivers from the kernel, or are you using > >DRI-HEAD from dri.sf.net? > > >From the kernel (I didn't install anything else). Yes you can get it from dri.sf.net Easiest way and most painful as you have to download alot, cvs -d:pserver:anonymous@cvs.dri.sf.net:/cvsroot/dri login cvs -d:pserver:anonymous@cvs.dri.sf.net:/cvsroot/dri -z3 co xc 2hours later, or whatever it may be. cd xc/xc make World then after that's done, yes you'll want libGL and such... so first off cd ~/xc/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel make -f Makefile.bsd then make -f Makefile.bsd install then go through and install the proper stubs and drivers, you can it easily done at, xc/xc/programs/Xserver/hw/xfree86/drivers make install xc/xc/lib/GL make install and go through you don't need to install the whole thing, unless you want. Either works... but that will give you native support make sure the radeon.kld from the os-support/... gets into /boot/kernel kldxref /boot/kernel radeon_load="YES" in /boot/loader.conf and that will give you MUCH more recent DRI support that'll get you OpenGL 1.3 support which you can verify with glxinfo. If you have any questions you can email me, or the list... i prefer the list for educational purposes. the DRI-HEAD as it is builds perfectly for FreeBSD and NetBSD i believe... FreeBSD i have exp with. if you need linux support, we can work on that too. -- Scott M. Likens