From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 1 20:01:55 2005 Return-Path: X-Original-To: emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2024B16A41F for ; Fri, 1 Jul 2005 20:01:55 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5572143D49 for ; Fri, 1 Jul 2005 20:01:53 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id j61K1hRC007595; Fri, 1 Jul 2005 13:01:45 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id j61K1aGI007594; Fri, 1 Jul 2005 13:01:36 -0700 (PDT) (envelope-from anholt@FreeBSD.org) X-Authentication-Warning: leguin.anholt.net: anholt set sender to anholt@FreeBSD.org using -f From: Eric Anholt To: Ulrich Spoerlein In-Reply-To: <20050701103615.GA889@galgenberg.net> References: <20050701103615.GA889@galgenberg.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 01 Jul 2005 13:01:34 -0700 Message-Id: <1120248094.7459.1.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: emulation@FreeBSD.org Subject: Re: r300 and linux-quake3 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eta@lclark.edu List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 20:01:55 -0000 On Fri, 2005-07-01 at 12:36 +0200, Ulrich Spoerlein wrote: > Hi all, > > I'm wondering, what's necessary to get the linux-binary of Quake3 > running under FreeBSD with the development DRM and R300 drivers. > > I installed graphics/linux_dri, but it looks like an old version > (XFree86 4.3.0) and glxinfo is linked to missing libraries > % /compat/linux/usr/X11R6/bin/glxinfo > /compat/linux/usr/X11R6/bin/glxinfo: error while loading shared libraries: libstdc++-libc6.1-2.so.3: cannot open shared object file: No such file or directory > > linux_glx is for XFree 3.3 and linux_mesa3 doesn't help either. linux_dri has a set of DRI drivers roughly corresponding to the graphics/dri set of drivers (somewhat older, though.) So you'd need to get a linux binary for the r300 driver to begin with, and a matching libGL, and replace glxinfo with one compiled against current linux bits if you care for glxinfo. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org