From owner-freebsd-java@FreeBSD.ORG Sun Nov 28 14:18:04 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EA2B106566C; Sun, 28 Nov 2010 14:18:04 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.freebsd.org (Postfix) with ESMTP id 932D18FC12; Sun, 28 Nov 2010 14:18:03 +0000 (UTC) Received: from nox-laptop.student.utwente.nl (nox-laptop.student.utwente.nl [130.89.160.140]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id oASEHttQ011877; Sun, 28 Nov 2010 15:17:55 +0100 From: Pieter de Goeje To: Ivan Voras Date: Sun, 28 Nov 2010 15:17:54 +0100 User-Agent: KMail/1.9.10 References: <201011280413.10099.pieter@degoeje.nl> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201011281517.54987.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: freebsd-java@freebsd.org Subject: Re: Minecraft? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2010 14:18:04 -0000 On Sunday 28 November 2010 14:24:36 Ivan Voras wrote: > On 28 November 2010 04:13, Pieter de Goeje wrote: > > On Saturday 27 November 2010 22:15:55 Ivan Voras wrote: > >> Is there anyone playing Minecraft on FreeBSD? Or any OpenGL Java apps? > > > > Yes, I play minecraft on FreeBSD. > > > > Minecraft seems to dynamically load some native libraries for OpenGL and > > OpenAL support based on the OS. Unfortunately there are no FreeBSD native > > libraries bunled. You can easily work around this by running mincraft > > with java/linux-sun-jre16 :) > > > > I use the nvidia binary driver with linux support for hardware > > acceleration. > > I don't think this trick will work with ATI cards? I did try some > Linux 3d app a while ago and IIRC it crashed X. In that case probably the only way to get it working properly is porting jinput and lwjgl to FreeBSD. These libraries are stored in .minecraft/bin btw. Or you could try some VM with working OpenGL passthrough. -- Pieter de Goeje