summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data/opt/openslx/bin
diff options
context:
space:
mode:
authorManuel Schneider2013-10-16 14:09:45 +0200
committerManuel Schneider2013-10-16 14:09:45 +0200
commit9dba936ce697fa612ee327384e9291e319337169 (patch)
treebc7267372173b5cda99f7dd2b0e17d0cf0d0bc6b /remote/modules/vmware/data/opt/openslx/bin
parent[printergui] Changed qmake-qt4 to qmake. (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-9dba936ce697fa612ee327384e9291e319337169.tar.gz
tm-scripts-9dba936ce697fa612ee327384e9291e319337169.tar.xz
tm-scripts-9dba936ce697fa612ee327384e9291e319337169.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware/data/opt/openslx/bin')
-rwxr-xr-xremote/modules/vmware/data/opt/openslx/bin/vmplayer15
-rwxr-xr-xremote/modules/vmware/data/opt/openslx/bin/vmware11
2 files changed, 26 insertions, 0 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/bin/vmplayer b/remote/modules/vmware/data/opt/openslx/bin/vmplayer
new file mode 100755
index 00000000..147f514f
--- /dev/null
+++ b/remote/modules/vmware/data/opt/openslx/bin/vmplayer
@@ -0,0 +1,15 @@
+#!/bin/sh
+# radically simplified version of the original script vmplayer by VMware Inc.
+PREFIX=/usr/lib/vmware # depends on the vmware location
+
+# HACK: Let the OpenGL driver report s3tc capability even if not present, so 3D will be enabled
+export force_s3tc_enable=true
+
+exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
+ "$PREFIX"'/lib' \
+ "$PREFIX"'/bin/vmplayer' \
+ "$PREFIX"'/libconf' "$@"
+
+
+
+
diff --git a/remote/modules/vmware/data/opt/openslx/bin/vmware b/remote/modules/vmware/data/opt/openslx/bin/vmware
new file mode 100755
index 00000000..1fe9b11d
--- /dev/null
+++ b/remote/modules/vmware/data/opt/openslx/bin/vmware
@@ -0,0 +1,11 @@
+#!/bin/sh
+# radically simplified version of the original script vmplayer by VMware Inc.
+PREFIX=/usr/lib/vmware # depends on the vmware location
+exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
+ "$PREFIX"'/lib' \
+ "$PREFIX"'/bin/vmware' \
+ "$PREFIX"'/libconf' "$@"
+
+
+
+