Skip to content
Snippets Groups Projects
Commit 6ab46893 authored by Simon McVittie's avatar Simon McVittie
Browse files

pressure-vessel: Make graphics drivers outside $HOME available, if used

Since #29, we have been able to create symbolic links to graphics
drivers anywhere on the filesystem, but that didn't mean the graphics
driver would necessarily be usable, because the directory containing it
would not necessarily be visible in the container. Add these directories
to the list of directories to be "exported".

Manual test (Debian on on Intel hardware, adjust as required for
others):

* Modify /usr/share/vulkan/icd.d/intel_icd.i686.json
  to use /opt/moved-from-usr/lib/i386-linux-gnu/libvulkan_intel.so
* Move the real i386 libvulkan_intel.so to that location
* ./run --verbose -- steam-runtime-system-info 2>&1 | tee container.log

Resolves: https://github.com/ValveSoftware/steam-runtime/issues/313


Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent be156ef9
No related branches found
No related tags found
No related merge requests found
Pipeline #5868 canceled
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment