summaryrefslogtreecommitdiffstats
path: root/core/modules/gfx-driver/data/opt/openslx/scripts/systemd-load_gfx_driver
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/gfx-driver/data/opt/openslx/scripts/systemd-load_gfx_driver')
-rwxr-xr-xcore/modules/gfx-driver/data/opt/openslx/scripts/systemd-load_gfx_driver7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/modules/gfx-driver/data/opt/openslx/scripts/systemd-load_gfx_driver b/core/modules/gfx-driver/data/opt/openslx/scripts/systemd-load_gfx_driver
new file mode 100755
index 00000000..7d6ddb88
--- /dev/null
+++ b/core/modules/gfx-driver/data/opt/openslx/scripts/systemd-load_gfx_driver
@@ -0,0 +1,7 @@
+#!/bin/ash
+# nvidia-libs is handled as a stage4 addon during stage3
+
+# Seems we can finally always do that; in fact, not doing so seems to crash VMs left and right
+echo -e "# Written by load-gfx-driver\nSLX_VMWARE_3D=yes" >> "/opt/openslx/config"
+
+exit 0