https://bugs.freedesktop.org/show_bug.cgi?id=111054
Lionel Landwerlin <lionel.g.landwer...@linux.intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTOURBUG
Status|NEW |RESOLVED
--- Comment #18 from Lionel Landwerlin <lionel.g.landwer...@linux.intel.com> ---
(In reply to Shmerl from comment #17)
> Oh, this is something already:
>
> strings X4 | grep 'vulkan/linux'
> VK_LAYER_PATH=vulkan/linux
>
> The game is doing something fishy, that's why above you can also see it
> looking for that weird "vulkan/linux" location.
Heh, you can always try to create that directory and link to the layer's file
there.
Anyway it doesn't seem like a layer bug so I'm closing this.
Thanks
--- Comment #19 from Eero Tamminen <eero.t.tammi...@intel.com> ---
(In reply to Lionel Landwerlin from comment #15)
> Thanks it seems to be using the system loader.
> At this point I have no idea apart from the game manually calling setenv()
> to drop the VK_LAYER_PATH variable.
Environment can be easily checked for a running program:
tr '\0' '\n' < /proc/PID/environ | grep VK
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev