From owner-freebsd-x11@FreeBSD.ORG Thu Feb 11 16:21:12 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 8BC06106568D for ; Thu, 11 Feb 2010 16:21:12 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from qmta07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF8F8FC15 for ; Thu, 11 Feb 2010 16:21:11 +0000 (UTC) Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta07.westchester.pa.mail.comcast.net with comcast id ge911d0050vyq2s57gMCLE; Thu, 11 Feb 2010 16:21:12 +0000 Received: from memory.visualtech.com ([67.103.204.242]) by omta05.westchester.pa.mail.comcast.net with comcast id ggM31d00K5EJinX3RgM6yp; Thu, 11 Feb 2010 16:21:10 +0000 Message-ID: <4B742E6E.3060405@voicenet.com> Date: Thu, 11 Feb 2010 11:21:02 -0500 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.7) Gecko/20100209 Thunderbird/3.0.1 MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <276403.71021.qm@web52101.mail.re2.yahoo.com> <201002102300.33533.npapke@acm.org> <714023.33564.qm@web52107.mail.re2.yahoo.com> In-Reply-To: <714023.33564.qm@web52107.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: libGL X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 16:21:12 -0000 On 02/11/10 10:05, Jared Barneck wrote: > > >> 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? > > What is the output of 'glxinfo'? Adam