From owner-freebsd-x11@FreeBSD.ORG Thu Feb 11 15:32:10 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1464C106568F for ; Thu, 11 Feb 2010 15:32:10 +0000 (UTC) (envelope-from rhyous@yahoo.com) Received: from web52107.mail.re2.yahoo.com (web52107.mail.re2.yahoo.com [206.190.48.110]) by mx1.freebsd.org (Postfix) with SMTP id BEB128FC14 for ; Thu, 11 Feb 2010 15:32:09 +0000 (UTC) Received: (qmail 35022 invoked by uid 60001); 11 Feb 2010 15:05:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1265900729; bh=C3tMj1QEkhDvp6d2Udr1Q4AIDebEDOfMrw90RhulTx0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=bbN8siL50xd9EhSQxOAwifET16sQrqfA25EzVKv0qBYmQLRnrZuo29k8MNreViO327RIrZ4bEse7LGYe7U5Y8KXzUVIQWBU68Vr/WyNKguxxpvtxlc/nlWAY0aGOpU3EP2Zu5I3wHafEsGnw1PBOMes1XFy88p/oY1l1zLC+KZk= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=vi2YjiH8uSaNFbtdU0CjFPHeBBfvWrq4CN+z1D9IVi09R2Q/cb7XDxKttR9URxjhmE01ZCED2p55zxsn7V4R/GpSaBGdeDGEGX48lE468cWZXfk6FKa1qxXvqcrc4gXbkn8rXqFtjIjqR4BCaLbG6fFADyADlzKuJdJi1cDXAlo=; Message-ID: <714023.33564.qm@web52107.mail.re2.yahoo.com> X-YMail-OSG: shMeO0AVM1ljv9SCD_W_VHAlu.TqL2ODqKVi13bUeNrVUGsretX6rFXFWTl5VoLiou4eu_VRrUDURObdEmF1fpCLqfLvhe27EwLE0s.asUXPXX7VU.wpu11reXc75N6jAyzoNGFQCUaxSQ_wn58yqSCKLW2OlLVy7CJUsQRf6k52RDs46sQgB3KHKeDdmzvvmBZzNa89Uedz6kneoesewiAlZaut5jUwS8OydLYYz0pa7.Mi.af0Ra0wermQG0kR_zXjO2ho_azYvphbzs99aZ8xFONx_J_umCgAXfeLlSwT6v_DzIPFWYo1wFTm9ML4HPX58yRyX9A- Received: from [192.206.100.4] by web52107.mail.re2.yahoo.com via HTTP; Thu, 11 Feb 2010 07:05:29 PST X-Mailer: YahooMailRC/272.7 YahooMailWebService/0.8.100.260964 References: <276403.71021.qm@web52101.mail.re2.yahoo.com> <201002102300.33533.npapke@acm.org> Date: Thu, 11 Feb 2010 07:05:29 -0800 (PST) From: Jared Barneck To: Norbert Papke , freebsd-x11@freebsd.org In-Reply-To: <201002102300.33533.npapke@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 11 Feb 2010 16:06:10 +0000 Cc: Subject: Re: libGL X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jared Barneck List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 15:32:10 -0000 >On February 10, 2010, Jared Barneck wrote: >> I am working with the K-3D developer to get a new port for FreeBSD. He says >> that we need to update the libgl port from mesa 7.4.4 to a later version >> such as 7.6.1. > >Depending on your hardware, this might be available already. From >/usr/ports/UPDATING: > >20100207: > AFFECTS: users of Mesa3D libraries and x11-drivers/xf86-video-nouveau > AUTHOR: nork@FreeBSD.org > > If you want to use Mesa3D 7.6.1 and libdrm 2.4.17 rather than 7.4.4 > and 2.4.12, you must define WITHOUT_NOUVEAU global macro, at least, > enabled on graphics/libGL*, graphics/libglut, graphics/dri, > graphics/mesa-demos and graphics/libdrm. And please give up using > x11-drivers/xf86-video-nouveau. > > In this time, I can't enable latest Mesa3D and libdrm, because these > break xf86-video-nouveau. But old(current?) Mesa3D and libdrm don't > break any drivers. > > Cheers. Thanks. I updated as follows: >portsnap fetch update >cd /usr/ports/graphics/libGL/ >>make deinstall >>make WITHOUT_NOUVEAU=yes install > > >cd /usr/ports/graphics/libGLU/ >>make deinstall >>make WITHOUT_NOUVEAU=yes install > > >cd /usr/ports/graphics/libGLw/ >>make deinstall >>make WITHOUT_NOUVEAU=yes install > > >cd /usr/ports/graphics/libglut/ >>make deinstall >>make WITHOUT_NOUVEAU=yes install > > >cd /usr/ports/graphics/libdrm/ >>make deinstall >>make WITHOUT_NOUVEAU=yes install > > > >cd /usr/ports/graphics/dri/ >>make deinstall >>make WITHOUT_NOUVEAU=yes installHowever, now when I launch K-3D, I get this: INFO: Loading plugin NGUI >> INFO: Loading GTK resources from /etc/gtk-2.0/gtkrc >> INFO: Loading GTK resources from /home/jared/.gtkrc-2.0 >> INFO: Loading GTK resources from >> INFO: Loading GTK resources from /usr/home/jared/.kde4/share/config/gtkrc-2.0 >> INFO: Loading GTK resources from /home/jared/.k3d/gtkrc > >>(k3d:11301): GdkGLExt-WARNING **: Window system doesn't support OpenGL. >> ERROR: Could not initialize gtkglext >> INFO: Saving hotkeys to /home/jared/.k3d/hotkeys >> INFO: Saving options to /home/jared/.k3d/options.k3d >>*** Error code 1 > >>Stop in /usr/home/jared/build-k3d. >>*** Error code 1 > >>Stop in /usr/home/jared/build-k3d. >>*** Error code 1 > >>Stop in /usr/home/jared/build-k3d. >>*** Error code 1 > >>Stop in /usr/home/jared/build-k3d. >>[jared@FBSD8 ~/build-k3d]$ > So I updated gtkglext to gtkglext-1.2.0_5, but the same issue occurs. Anything else I should make sure to update? Thanks, Jared