Date: Sat, 26 Oct 2019 12:40:09 -0400 From: Theron <theron.tarigo@gmail.com> To: x11-list freebsd <freebsd-x11@freebsd.org> Subject: Re: Linux OpenGL applications on Intel graphics Message-ID: <c574541f-004f-0992-d5f9-f8f0c836e340@gmail.com> In-Reply-To: <0a9fce87-80b5-6aa9-5993-891892b67bc6@gmail.com> References: <0a9fce87-80b5-6aa9-5993-891892b67bc6@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-10-26 12:03, Theron wrote: > Any program I've tried falls back to software rendering or fails, with > the message: > libGL error: failed to load driver: nouveau > My question is: Why is LibGL trying to use nouveau driver? That is > not at all appropriate, whereas I don't see any attempt being made to > load i915/i965 driver. env MESA_LOADER_DRIVER_OVERRIDE=i965 (an undocumented env. variable found by looking at Mesa source) works around the problem, so Linux LibGL works on Intel once it knows what driver to use. Why is that necessary? Theron Tarigo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c574541f-004f-0992-d5f9-f8f0c836e340>