From owner-freebsd-x11@FreeBSD.ORG Sat Jan 21 23:34:42 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51A9816A41F for ; Sat, 21 Jan 2006 23:34:42 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D364B43D46 for ; Sat, 21 Jan 2006 23:34:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 4858717B8C4; Sun, 22 Jan 2006 00:34:40 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83010-03; Sun, 22 Jan 2006 00:34:33 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 456CB17B8BB; Sun, 22 Jan 2006 00:34:33 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id B17FF1703D; Sun, 22 Jan 2006 00:34:32 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sun, 22 Jan 2006 00:34:30 +0100 User-Agent: KMail/1.9.1 References: <43D2C192.6050508@ec.rr.com> In-Reply-To: <43D2C192.6050508@ec.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601220034.31563.dejan.lesjak@ijs.si> Cc: jason henson Subject: Re: no dri libs are being built X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 23:34:42 -0000 On Sunday 22 January 2006 00:19, jason henson wrote: > I have tried to reinstall xorg-server serval times but I can't get dri > to work because I am missing r200_dri.so. I have not yet cvsuped to > todays updated 6.9.0. I plan too, I just wanted to play my game first. > > Is there some simple way to install these? > > > jason% setenv LIBGL_DEBUG > jason% glxinfo > name of display: :0.0 > libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed > (Cannot open "/usr/X11R6/lib/modules/dri/r200_dri.so") > libGL error: unable to find driver: r200_dri.so > display: :0 screen: 0 > direct rendering: No > server glx vendor string: SGI It should be installed by graphics/dri port. Do you have that one installed? Dejan