<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,</p>
<p><br>
</p>
<p>I've been hacking away to try to get the vulkan branch working on Ubuntu 14.04 with kernel 4.2.</p>
<p><br>
</p>
<p>I noticed that in the vulkan branch, README.intel-vulkan.txt suggests using `export VK_ICD_FILENAMES="$MESA_TOP/src/vulkan/anv_icd.json"` (<a title="Ctrl+Click or tap to follow the link" href="https://cgit.freedesktop.org/mesa/mesa/tree/README.intel-vulkan.txt?h=vulkan&id=698ea542830ba0d56e514492fbdf73e3898d4c17#n87">link</a>).
 However, there doesn't seem to be a anv_icd.json file anywhere in the repository. I tried `export VK_ICD_FILENAMES="$MESA_TOP/src/intel/vulkan/dev_icd.json"`, which seemed to work better. I presume somebody just forgot to update the readme after changing the
 name.<br>
</p>
<p><br>
</p>
<p>Of course, vulkaninfo still fails. It just gets further than it did before. I'm a little stuck on the next error:</p>
<p>anv_device.c:66: failed to open /dev/dri/renderD128: Permission denied (VK_ERROR_INITIALIZATION_FAILED)<br>
</p>
<p><br>
</p>
<p>I haven't changed its permissions from the defaults it came with: 'crw-rw---- 1 root video 226, 128 Feb 18 16:18 /dev/dri/renderD128'.</p>
<p><br>
</p>
<p>Any suggestions? Did I miss something I needed to do?<br>
</p>
<p><br>
</p>
<p>Thanks,<br>
</p>
<p>Cory Bloor<br>
</p>
<p></p>
</div>
</body>
</html>