From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 7 08:50:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1A1106564A for ; Sun, 7 Jun 2009 08:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1CDEC8FC0C for ; Sun, 7 Jun 2009 08:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n578o2fe081958 for ; Sun, 7 Jun 2009 08:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n578o2dW081957; Sun, 7 Jun 2009 08:50:02 GMT (envelope-from gnats) Date: Sun, 7 Jun 2009 08:50:02 GMT Message-Id: <200906070850.n578o2dW081957@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Best Cc: Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 08:50:03 -0000 The following reply was made to PR kern/133144; it has been noted by GNATS. From: Alexander Best To: Cc: Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 Date: Sun, 07 Jun 2009 10:47:30 +0200 (CEST) this problem report can be closed! the reason all the linux 3d applications crashed was due to a wrong linux libraries which got shipped with the nvidia freebsd driver. the fix will be in one of the next driver releases. for a quick fix do the following: 1. go to ftp://download.nvidia.com/XFree86/Linux-x86/ and enter the directory which is named after the release of the nvidia drivers which you are currently using. (`sysctl hw.nvidia.version`) 2. download the file NVIDIA-Linux-x86-XXX-pkg0.run (XXX being the relase you're running) 3. sh NVIDIA-Linux-x86-XXX-pkg0.run -x (XXX being the relase you're running) 4. cp -pR NVIDIA-Linux-x86-XXX-pkg0/usr/lib/tls/libnvidia-tls.so.XXX \ /compat/linux/usr/lib (XXX being the relase you're running) this should fix the issue and let you run linux 3d apps with compat.linux.osrelease set to 2.6.16 and a linux linux_base port > fc4. for more information have a look at this thread: http://www.nvnews.net/vbulletin/showthread.php?t=129584 cheers.