libGL
Adam K Kirchhoff
adamk at voicenet.com
Thu Feb 11 16:21:12 UTC 2010
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 at 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 at 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
More information about the freebsd-x11
mailing list