From 7f5a55efb5938168455e8ed4458347da72439783 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 4 Mar 2021 19:52:36 +0000
Subject: [PATCH] runtime: Make bumblebee.socket visible in container

When using Primus/Bumblebee, having this available is apparently enough
for at least some games to work, and having this not available will
result in the driver failing to load.

Note that Primus/Bumblebee is not really supported by any of the GPU or
driver vendors. Using PRIME render offloading (DRI_PRIME=1 for
open-source Mesa drivers, __NV_PRIME_RENDER_OFFLOAD=1 for the proprietary
NVIDIA drivers) is likely to work more reliably.

Helps: https://github.com/ValveSoftware/steam-runtime/issues/372
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 pressure-vessel/runtime.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pressure-vessel/runtime.c b/pressure-vessel/runtime.c
index ffd59dbec..a03e5921e 100644
--- a/pressure-vessel/runtime.c
+++ b/pressure-vessel/runtime.c
@@ -2212,6 +2212,7 @@ bind_runtime_base (PvRuntime *self,
   {
     "/etc/amd",
     "/etc/drirc",
+    "/run/bumblebee.socket",
     NULL
   };
   g_autofree gchar *xrd = g_strdup_printf ("/run/user/%ld", (long) geteuid ());
-- 
GitLab