From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 10 08:21:02 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 721C6106566B for ; Thu, 10 Sep 2009 08:21:01 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out1.uni-muenster.de (ZIVM-OUT1.UNI-MUENSTER.DE [128.176.192.8]) by mx1.freebsd.org (Postfix) with ESMTP id 072778FC08 for ; Thu, 10 Sep 2009 08:21:00 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,363,1249250400"; d="scan'208";a="282224657" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay1.uni-muenster.de with ESMTP; 10 Sep 2009 10:20:58 +0200 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id DB8DD1B0766; Thu, 10 Sep 2009 10:20:58 +0200 (CEST) Date: Thu, 10 Sep 2009 10:20:57 +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: Re: linux GL libraries and nvidia drivers (was: Re: deprecate some linux ports) 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: Thu, 10 Sep 2009 08:21:02 -0000 i'm not running any linux-dri* port at all since all of them come with their own libGL which i don't need because the nvidia driver provides that library. all i need is libGLU.so (linux version) because the nvidia driver doesn't supply that library. funny thing is that only the linux-dri* ports come with libGL.so. the native dri-* port doesn't include libGL.so and thus isn't colliding with the nvidia drivers. your suggestion sounds good. if i understood you correctly you want to change the ports like this: - have a linux_dri port without libGL* - create a linux_libGL port - remove the linux-libGLU* ports it would be nice if the linux_dri would feature some options which let's you chose which files you want to have installed. i personally don't need the Xorg modules or the binaries which come with the port. only libGLU.so. so how about the following options: xorg graphic card modules libglut libglade libexpat libdrm libGLU binaries cheers.