Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 21:21:56 -0400
From:      Henry Hu <henry.hu.sh@gmail.com>
To:        =?UTF-8?Q?Jan_Kokem=C3=BCller?= <jan.kokemueller@gmail.com>
Cc:        jrm@ftfl.ca, "freebsd-x11@freebsd.org" <freebsd-x11@freebsd.org>
Subject:   Re: OpenGL with the new Intel KMS driver
Message-ID:  <CAEJt7hZBRPApJJMbBSsKt2HAp-oZSTpDtwp20ZG7z1-c4OYLrw@mail.gmail.com>
In-Reply-To: <53E765BD.40105@gmail.com>
References:  <86k36htdtq.fsf@gly.ftfl.ca> <53E765BD.40105@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 10, 2014 at 8:29 AM, Jan Kokem=C3=BCller <jan.kokemueller@gmail=
.com>
wrote:

> Hi,
>
>
>  err:winediag:X11DRV_WineGL_InitOpenglInfo The Mesa OpenGL driver is
>> using software rendering, most likely your 32-bit OpenGL drivers haven't
>> been installed correctly (using GL renderer "Software Rasterizer",
>> version "2.1 Mesa 7.6.1").
>>
>
> Do you use FreeBSD 10 amd64 with new Xorg packages? The binary package of
> i386-wine-devel for FreeBSD 10 uses old 32-bit Mesa libraries which do no=
t
> work well when the new 64-bit Mesa libraries are installed. Can you try t=
o
> install the i386-wine-devel package for FreeBSD 11:
>
> http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/
> i386-wine-devel-1.7.23,1.txz
>
> Deinstall the old one and use "pkg add -f i386-wine-devel-1.7.23,1.txz" t=
o
> install the new one. This package bundles newer 32-bit Mesa libraries.
> Acceleration works well on my FreeBSD 10-STABLE system.
>
> If it still won't work, try to run a simple 3D program with
>
> $ LIBGL_DEBUG=3Dverbose wine foo.exe
>
> =E2=80=A6and look for clues in the output.
>
> I also need the line "/usr/local/lib  /usr/local/lib32" in my
> /etc/libmap32.conf and run "service ldconfig restart" so that wine picks =
up
> the 32-bit libraries. I'm not sure if this is still needed.


It seems like that this is still needed. I just hit this:

err:wgl:has_opengl Failed to load libGL: /usr/local/lib/libglapi.so.0:
unsupported file layout
err:wgl:has_opengl OpenGL support is disabled.

The application mentioned some error related to D3D. After adding that
line, it works.


> _______________________________________________
> freebsd-x11@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"
>



--=20
Cheers,
Henry



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