On 17.06.20 13:42, Tijl Coosemans wrote:
On Wed, 17 Jun 2020 12:26:25 -0400 "Mikhail T."
wrote:
On 17.06.20 11:58, Tijl Coosemans wrote:
Does "glxinfo | grep glvnd" print anything?
Yes, both of them print the same thing now:
root@macropod:/green/home/mi # glxinfo | grep glvnd
GL
On 17.06.20 11:58, Tijl Coosemans wrote:
Does "glxinfo | grep glvnd" print anything?
Yes, both of them print the same thing now:
root@macropod:/green/home/mi # glxinfo | grep glvnd
GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context,
GLX_EXT_libglvnd,
root@macropod:/green/home/mi
On 17.06.20 08:11, Tijl Coosemans wrote:
The Linux graphics stack has switched to libglvnd while the FreeBSD
stack has not so I don't know if Linux libglvnd can figure which
stack, mesa or nvidia, it has to load. Try deleting
/compat/linux/usr/lib/libGLX_system.so.0 or making it a symlink to
/c
On Wed, 17 Jun 2020 12:26:25 -0400 "Mikhail T."
wrote:
> On 17.06.20 11:58, Tijl Coosemans wrote:
>> Does "glxinfo | grep glvnd" print anything?
>
> Yes, both of them print the same thing now:
>
> root@macropod:/green/home/mi # glxinfo | grep glvnd
> GLX_EXT_framebuffer_sRGB, GLX_E
On Wed, 17 Jun 2020 10:53:18 -0400 "Mikhail T."
wrote:
> On 17.06.20 08:11, Tijl Coosemans wrote:
>> The Linux graphics stack has switched to libglvnd while the FreeBSD
>> stack has not so I don't know if Linux libglvnd can figure which
>> stack, mesa or nvidia, it has to load. Try deleting
>> /
On Tue, 16 Jun 2020 22:51:00 -0400 "Mikhail T."
wrote:
> Hello!
>
> I'm trying to get an OpenGL-using (Qt5-based) Linux application off the
> ground on FreeBSD-12.1-STABLE/amd64, and it is dying early on because of
> OpenGL errors.
>
> The machine has an NVidia card, driven by the nvidia-drive
Hello!
I'm trying to get an OpenGL-using (Qt5-based) Linux application off the
ground on FreeBSD-12.1-STABLE/amd64, and it is dying early on because of
OpenGL errors.
The machine has an NVidia card, driven by the nvidia-driver-390. The
port is compiled with the Linux option on.
I also inst