<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - Weston drm-backend.so seems to fail with Mesa master and LIBGL_ALWAYS_SOFTWARE=1"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109258#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - Weston drm-backend.so seems to fail with Mesa master and LIBGL_ALWAYS_SOFTWARE=1"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109258">bug 109258</a>
from <span class="vcard"><a class="email" href="mailto:brendan.king@imgtec.com" title="Brendan King <brendan.king@imgtec.com>"> <span class="fn">Brendan King</span></a>
</span></b>
<pre>I'm pretty sure I've got this to work, by removing the following block of code
from function dri2_initialize_drm in platform_drm.c:
/* Not supported yet */
if (disp->Options.ForceSoftware)
return EGL_FALSE;
and setting both GBM_ALWAYS_SOFTWARE=1 and LIBGL_ALWAYS_SOFTWARE=1 when running
Weston. IIRC, the first variable is needed for the compositor to use software
rendering, and the second for the other Weston processes.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>