Ubuntu 14.04 LTS 在最新的 Vmware Workstation 上没有 3D 加速

Ubuntu 14.04 LTS 在最新的 Vmware Workstation 上没有 3D 加速

我在 ubuntu 14.04 LTS 中安装了最新版本的 vmware Workstation(10.0.2),出现以下问题:

在此处输入图片描述

我使用开源驱动程序“Radeon”(Galium 0.4)和Mesa 10.1.0。

我的显卡:

glxinfo | grep OpenGL

OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD
RS780 OpenGL core profile version string: 3.1 (Core Profile) Mesa
10.1.0 OpenGL core profile shading language version string: 1.40 OpenGL core profile context flags: (none) OpenGL core profile
extensions: OpenGL version string: 3.0 Mesa 10.1.0 OpenGL shading
language version string: 1.30 OpenGL context flags: (none)
OpenGL extensions:


lspci -nnk | grep -iA3 VGA

01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] RS780D [Radeon HD 3300] [1002:9614]
Subsystem: ASUSTeK Computer Inc. Device [1043:834d]
Kernel driver in use: radeon 01:05.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] RS780 HDMI Audio [Radeon (HD) 3000
Series] [1002:960f]

glxinfo | grep -i render

direct rendering: Yes
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, OpenGL renderer string: Gallium 0.4 on AMD RS780
GL_MESA_texture_signed_rgba, GL_NV_conditional_render, GL_NV_depth_clamp,
GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp,

我尝试安装driconf并更改Enable S3TC texture compression...默认情况下为No,并且还编辑了.vmx文件,添加了以下行:

mks.gl.allowBlacklistedDrivers = "TRUE"

但它不起作用。

我检查了这个包是否存在于我的系统中:

libtxc-dxtn-s2tc0

我认为它是 Mesa 的纹理压缩库的免费实现。此包在 Trusty 上默认安装。

任何帮助将不胜感激

此致。

答案1

您的 Ubuntu 视频驱动程序不支持 3D。您需要安装开源驱动程序或 ati catalyst 驱动程序

答案2

我发现这个问题的答案非常有用。在 Ubuntu 14.04 上的 VMWare Workstation 10 上启用 3D 硬件加速

获胜答案是,https://askubuntu.com/a/537870/318507它与我安装的 Ubuntu 16.04 上的 Workstation 12 配合得很好。

答案3

尝试

sudo chmod +x ./VMware-Workstation-Full-10.0.2-1744117.x86_64.bundle

这是为了赋予 bundle 文件执行权限。现在你可以运行该文件:

sudo ./VMware-Workstation-Full-10.0.2-1744117.x86_64.bundle

相关内容