From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 1 18:32:53 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5703B1065670 for ; Wed, 1 Apr 2009 18:32:53 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out3.uni-muenster.de (ZIVM-OUT3.UNI-MUENSTER.DE [128.176.192.18]) by mx1.freebsd.org (Postfix) with ESMTP id DF4D68FC1A for ; Wed, 1 Apr 2009 18:32:52 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.39,307,1235948400"; d="scan'208";a="2375531" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay3.uni-muenster.de with ESMTP; 01 Apr 2009 20:02:55 +0200 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id 0142F1B0763; Wed, 1 Apr 2009 20:02:54 +0200 (CEST) Date: Wed, 01 Apr 2009 20:02:54 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: linuxulator and NVIDIA's linux libraries X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2009 18:32:53 -0000 hi there, NVIDIA's closed source driver for FBSD comes with the original linux libaries in order to run linux 3d apps/games under FBSD. unfortunately the libraries won't work with linuxulator 2.6.16. using linuxulator 2.4.2 they do. the problem seems to be futex related, but applying the futex patches for -CURRENT doesn't solve the issue. there's a discussion about the problem on the -CURRENT mailinglist: http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004563.html also there's a PR with some linux_kdumps here: http://www.freebsd.org/cgi/query-pr.cgi?pr=133144 cheers.