红联Linux门户
Linux帮助

vmware不支持opengl

发布时间:2015-10-22 10:31:55来源:linux网站作者:水星灭绝

virtualbox5只支持opengl2.1。

vmware player支持opengl3.3

在linux mint下安装 vmware player后,进入虚拟机win7后提示 3d disable


解决方案第一步:

http://ubuntuforums.org/showthread.php?t=1531911

Step 1.
ubuntu: click on the menu, Click on applications, click on accessories, now click on terminal.

linux mint: click on the mint menu, click all applications, now click accessories, now click on the terminal.

Step 2.
mint & ubuntu: copy and paste the following into a terminal:
sudo apt-get update
it will ask you for your password.
sudo apt-get install driconf

Step 3.
ubuntu: click on system, click prefrences, click 3D Acceleration.

Linux Mint: click mint menu, click prefrences, click 3D acceleration.

Step 4. mint & ubuntu: click image quality tab, Now click the button that says enable ST3 Texture compression even if software support is not available. MAKE SHURE IT SAYS YES!

Step 5. Enjoy the Games, and aero in vmware. Don't forget to say thanks.


仍然提示主机不支持3D


解决方案第二步:

http://askubuntu.com/questions/537787/enable-3d-hw-acceleration-on-vmware-workstation-10-on-ubuntu-14-04

Edit the file ~/.vmware/preferences and look for a line that starts with mks.gl.allowBlacklistedDrivers, if it is not present - you can add it into the file.

This should be changed to mks.gl.allowBlacklistedDrivers = TRUE


重启虚拟机,正常支持opengl2.2以上版本了。


在Ubuntu下开发OpenGL:http://www.linuxdiyf.com/linux/9110.html

Ubuntu 12.04 LTS下OpenGL环境的搭建:http://www.linuxdiyf.com/linux/2667.html