Date: Tue, 23 Jul 2002 19:39:17 -0700 From: Adam Weinberger <adam@vectors.cx> To: Kevin Oberman <oberman@es.net> Cc: questions@FreeBSD.ORG Subject: Re: Availability of DRI on Radeon Mobility M7 Message-ID: <20020724023917.GG94707@vectors.cx> In-Reply-To: <20020723200547.EA41B5D03@ptavv.es.net> References: <20020723200547.EA41B5D03@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
yep. it works fine. 1) install /usr/ports/graphics/drm-kmod 2) cp /usr/local/etc/rc.d/drm.sh.sample /usr/local/etc/rc.d/drm.sh 3) load the AGP kld if it's not already loaded: kldload agp.ko if you want, add agp_load="YES" to your /boot/loader.conf 4) /usr/local/etc/rc.d/drm.sh start 5) put Load "dri" in the "Module" section of your /etc/X11/XF86Config 6) start up X 7) run glxinfo|grep "direct rendering", and make sure that that shows that dri is running. 8) install anything that uses gl, and enjoy. or, just read http://people.freebsd.org/~anholt/dri/install.html and follow the directions there ::) -Adam >> (07.23.2002 @ 1305 PST): Kevin Oberman said, in 0.5K: << > I DRI available for ATI Radeons? If so, can anyone tell me what needs > to be loaded/configured to do it? Running -stable and the current > XFree86 Server port. > > Thanks, > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > >> end of "Availability of DRI on Radeon Mobility M7" from Kevin Oberman << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020724023917.GG94707>