问题描述
我最近在 Ubuntu 12.04 & 上安装了 Vmware 工作站 9我已将我的虚拟机从 windows 迁移到 Ubuntu 12.04 。现在我收到 openGL 错误 &它说没有 3D 加速,如下图所示
How Do I Fix It ?
最佳方案
将以下内容添加到 VM 的 .vmx 文件中
mks.gl.allowBlacklistedDrivers = "TRUE"
接下来,安装 Mesa-libtxc_dxtn1
(又名 S3 纹理压缩),这可能会有所不同,因为您使用的是 Ubuntu 而我使用的是 OpenSUSE 12.2。
很有可能这会让你的虚拟机像我一样崩溃,只有重新启动才能修复它。从 boot-loader 尝试 nomodeset
然后使用 Nvidia 图形(我认为 – 我的 CPU 使用率仍然随着 glxspheres
飙升),然后不会让你的虚拟机崩溃。
仅供参考 – 我已经尝试过这个,但我担心 Bumblebee 的 3D 加速支持在 Linux 上完全是垃圾。
次佳方案
Installing Intel Driver Fixed Vmware 3D Acceleration https://01.org/linuxgraphics/downloads
Also install VA-API (Hardware Acceleration For Intel / AMD GPUs) Is there a power saving application similar to Jupiter?
无需做任何调整