From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P4Dr2-0005o9-6S for garchives@archives.gentoo.org; Fri, 08 Oct 2010 14:23:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8371E0835; Fri, 8 Oct 2010 14:22:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AC194E0835 for ; Fri, 8 Oct 2010 14:22:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5E6791B4006 for ; Fri, 8 Oct 2010 14:22:07 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.467 X-Spam-Level: X-Spam-Status: No, score=-2.467 required=5.5 tests=[AWL=0.132, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BYL9fY4l7q92 for ; Fri, 8 Oct 2010 14:22:01 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id A622C1B421A for ; Fri, 8 Oct 2010 14:22:00 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P4DpZ-00033k-0P for gentoo-user@gentoo.org; Fri, 08 Oct 2010 16:21:53 +0200 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 16:21:52 +0200 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 16:21:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: Beyond-Gentoo question Date: Fri, 8 Oct 2010 14:21:45 +0000 (UTC) Message-ID: References: <20101007173147.GA10949@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100922 Gentoo/2.0.7 SeaMonkey/2.0.7) X-Archives-Salt: 16779dcd-f316-4960-a42f-c808961b55e8 X-Archives-Hash: 534555429ea2e71ad92206cd9166cd97 gmx.de> writes: > When makehuman is started it prints on the console: I have no experience with this software... > No antialiasing available, turning off antialiasing. > No 24 bit z buffer available, switching to 16 bit. > No 16 bit z buffer available, exiting. This relates, most probably, to the lack of z-buffer support in your video card hardware on linux. Here's a link on z buffer: http://en.wikipedia.org/wiki/Z-buffering What's your video card and driver? Have you tried these apps on another system with a different video card and driver? Latest testing driver for the video card? > I have no problems with other SDL-related executables. Blender (for > example) is heavily using OpenGL and DRI and wirks fine under 64bit > Gentoo linux. Then this suggest your 'makehuman' application is male_formed? (guess). > The output of glxinfo was sent to the developers of makehuman and they > did not find anything suspicious. SDL is always tricky, in my limited use (video games). Sometimes the libsdl work with the app and sometimes they don't. I have not used it in a while. It could also be a problem with the frame buffer setup on your system? (another WAG, wild a__ guess)..... > May be someone here on this mailing list is able to point me into the > right direction to fix this ? maybe go over your compiler options with a fine tooth comb, use C and not C++ and just one processor to compile libsdl and your apps. (MAKEOPTS="-j1") .....Just another WAG..... hth, James > > Thank you very much in advance! > Best regards, > mcc > >