Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 07:05:29 -0800 (PST)
From:      Jared Barneck <rhyous@yahoo.com>
To:        Norbert Papke <npapke@acm.org>, freebsd-x11@freebsd.org
Subject:   Re: libGL
Message-ID:  <714023.33564.qm@web52107.mail.re2.yahoo.com>
In-Reply-To: <201002102300.33533.npapke@acm.org>
References:  <276403.71021.qm@web52101.mail.re2.yahoo.com> <201002102300.33533.npapke@acm.org>

next in thread | previous in thread | raw e-mail | index | archive | help


>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



      



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?714023.33564.qm>