From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Brooks Subject: bug#25953: Fwd: bug#25953: [Mesa] Very low Gallium performance compared to Trisquel Date: Fri, 3 Mar 2017 16:22:11 -0600 Message-ID: References: <20170303175355.GC18261@jasmine> <878tom6xc6.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjvbP-0001De-H6 for bug-guix@gnu.org; Fri, 03 Mar 2017 17:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjvbK-0000kR-H1 for bug-guix@gnu.org; Fri, 03 Mar 2017 17:23:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40686) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjvbK-0000kK-Bt for bug-guix@gnu.org; Fri, 03 Mar 2017 17:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cjvbK-0004Zs-63 for bug-guix@gnu.org; Fri, 03 Mar 2017 17:23:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25953@debbugs.gnu.org Forgot to CC this when sending. ---------- Forwarded message ---------- From: Matthew Brooks Date: Fri, Mar 3, 2017 at 4:11 PM Subject: Re: bug#25953: [Mesa] Very low Gallium performance compared to Trisquel To: Marius Bakke > What are your hardware specs? I'm using an AMD Phenom II X6 1100T (~3GHz, 6 cores). I've got 16 GB of RAM. My graphics card is an Nvidia Geforce 1060 with 6GB of VRAM. The screen is a 1920x1080 monitor from Asus. > For testing, you could try building "mesa" with "--enable-gallium-llvm" > and maybe "--enable-llvm-shared-libs". How would I do that? I tried making a copy of gl.scm (which contains the definition for the standard mesa package), and stripping out the non-mesa packages and adding those compile flags, but when I did "guix package --install-from-file=./gl.scm", it didn't actually seem to do anything. Before that I also tried "guix package --install mesa --enable-gallium-llvm --enable-llvm-shared-libs", but it (predictably, in hindsight) gave an "unrecognized option" error. Anyway, thanks for your help, and have a nice day!