diff options
| author | Simon Rettberg | 2013-06-11 15:21:19 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-06-11 15:21:19 +0200 |
| commit | 27732611c8a6b3e7aeae47b98927e1a23d20b1a6 (patch) | |
| tree | 687236d6e43aa68dbb315cecef24a6f0c72c407b /remote/modules/vmplayer/data/opt | |
| parent | identical (diff) | |
| download | tm-scripts-27732611c8a6b3e7aeae47b98927e1a23d20b1a6.tar.gz tm-scripts-27732611c8a6b3e7aeae47b98927e1a23d20b1a6.tar.xz tm-scripts-27732611c8a6b3e7aeae47b98927e1a23d20b1a6.zip | |
[vmplayer] clean up run-virt.include: drop support for old player versions
[vmplayer] limit RAM to 3800MB on 32bit
[xorg] include libglx on openSUSE
[rootfs-stage32] add gfx driver loading service - currently not actually loading them, but checking for i915 gfx to enable 3D support in VMWare Player
Diffstat (limited to 'remote/modules/vmplayer/data/opt')
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/bin/vmplayer | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer index 030e9175..147f514f 100755 --- a/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer +++ b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer @@ -1,6 +1,10 @@ #!/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' \ |
