搜尋此網誌

2007-06-13

VMWARE開啟3D加速功能

http://www.vmware.com/support/ws5/doc/ws_vidsound_d3d_enabling_host.html
Windows —
Perform these steps to prepare a Windows 2000 or Windows XP host.
Make sure hardware acceleration is turned up in the display properties.
1. Right-click the desktop and choose Properties > Settings > Advanced > Troubleshoot.
2. Move the Hardware Acceleration slider all the way to the Full position.

Linux —
Perform these steps to test your Linux host for compatibility:
1. To verify that direct rendering is enabled, runglxinfo grep direct
2. To ensure that 3-D applications work on your host, runglxgears

==========

http://www.vmware.com/support/ws5/doc/ws_vidsound_d3d_enabling_vm.html
To enable a virtual machine for accelerated 3-D
1. Choose a virtual machine with Windows 2000 or XP guest operating system.
Note: Do not enable Direct3D on a virtual machine that is powered on or suspended.

2. Add the following to the configuration (.vmx) file for the virtual machine:

mks.enable3d = TRUE

This line enables accelerated 3-D on the host. It is required to support accelerated 3-D in the guest and also enables the host to accelerate 2-D portions of the guest display.

3. You may also add one or both of the following optional lines:

svga.vramSize = 67108864

This line increases the amount of VRAM on the virtual display card to 64 MB. Adding more VRAM helps to reduce thrashing in the guest. The maximum value is 128 MB.

vmmouse.present = FALSE

This line disables the absolute pointing device in the guest. Applications which require DirectInput relative mode need to turn off the absolute pointing device in the guest. In practice, this is only required for a certain class of full screen 3-D applications (for example, real-time games like first-person shooters).

Note: If you set the vmmouse.present option, you should also turn off the preference for motion ungrabbing in the Input tab of the Preferences settings dialog.

To turn off ungrabbing for vmouse.present:
a. Choose Edit > Preferences.
b. Click Input.
c. Deselect Ungrab when cursor leaves window.

==========

http://www.vmware.com/support/ws5/doc/ws_vidsound_d3d_enabling_guestos.html
To enable the guest operating system for accelerated 3-D

1. Power on the virtual machine.

2. Install VMware Tools.
Note: It is critical for stability that you install the version of VMware Tools that matches the version of VMware Workstation you are running.

3. Install DirectX 9.0c End User Runtime
This download is available from Microsoft at
www.microsoft.com/downloads/search.aspx?displaylang=en&categoryid=2

4. Install and run your 3-D applications.

沒有留言: