<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - DRM backend does not search for i915_dri.so"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94476">94476</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>DRM backend does not search for i915_dri.so
</td>
</tr>
<tr>
<th>Product</th>
<td>Wayland
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>weston
</td>
</tr>
<tr>
<th>Assignee</th>
<td>wayland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>gobogowoli@dlemail.ru
</td>
</tr></table>
<p>
<div>
<pre>I built and installed mesa, which gave me
/usr/lib64/mesa/{i965,swrast}_dri.so
I had to create symlinks to those in /usr/lib64/dri/, but that's probably just
a bug in one of the distro packages.
When I launch weston, it works but it is unusably slow. Looking at the logs, I
get:
gbm: Last dlopen error: /usr/lib64/dri/i965_dri.so: cannot open shared object
file: no such file or directory
gbm: Failed to load driver: i965
gbm: Failed to open any driver (search path /usr/lib64/dri)
gbm: Last dlopen error: /usr/lib64/dri/kms_swrast_dri.so: cannot open shared
object file: no such file or directory
gbm: Failed to load driver: kms_swrast
gbm: Failed to open any driver (search path /usr/lib64/dri)
lspci -vnn says that i915 is the driver in use. Why doesn't weston search for
the i915_dri.so driver in /usr/lib64/dri?
Weston 1.9.0
Mesa 11.1.2</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>