From owner-freebsd-java@FreeBSD.ORG Sat Nov 15 15:04:15 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B457516A4CE for ; Sat, 15 Nov 2003 15:04:15 -0800 (PST) Received: from amsfep15-int.chello.nl (amsfep15-int.chello.nl [213.46.243.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F62A43FBF for ; Sat, 15 Nov 2003 15:04:12 -0800 (PST) (envelope-from marc@bowtie.nl) Received: from bowtie.nl ([213.46.7.58]) by amsfep15-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20031115230410.GXFW6499.amsfep15-int.chello.nl@bowtie.nl>; Sun, 16 Nov 2003 00:04:10 +0100 Message-ID: <3FB6B0EA.8090007@bowtie.nl> Date: Sun, 16 Nov 2003 00:04:10 +0100 From: Marc van Kempen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031028 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org References: <3FB40A69.8060005@bowtie.nl> In-Reply-To: <3FB40A69.8060005@bowtie.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: java3d port? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 23:04:15 -0000 To followup on my own mail, in the meantime I found out what I did wrong. As you can see below I installed both the mesa and dri port, removing the mesa port and re-installing the dri port fixed my problem almost. Now I just had to get libcstdc++-libc6.1-2.so.3 from somewhere (do a search on google for example), installed it and now everything runs flawlessly, even accelerated as far as I can tell. (ofcourse you also need to get the java3d package from blackdown) Regards, Marc. Marc van Kempen wrote: > Hi, > > I saw a post from Gavin Kenny last year, reporting that he had linux > java3d running on FreeBSD 4.4. > > I just tried doing it on FreeBSD 5.1, drm support is in the kernel since > 5.0 so I apparently donīt need the drm-kmod port, I installed the > linux_mesa3d port and the linux_dri-4.3.0_1.tbz. > ...