&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP; The VMware workstation virtual machine is an application that runs on Windows or Linux computers and simulates a standard PC environment based on x86. This environment, like real computers, has devices such as chipsets, CPUs, memory, video cards, sound cards, network adapters, floppy drives, hard disks, optical drives, serial ports, and ports, USB controllers, SCSI controllers, and so on, and the windows that provide this application are the displays of the virtual machines.
In use, this virtual machine is not much different from a real physical host, it needs partitioning, formatting, installing the operating system, installing applications and software, all in all, just like a real computer.
How to install VMware Tools under Ubuntu
1. Install the compilation environment:
sudo apt install build-essential linux-headers-' uname-r '
2. On the VMware menu, click Vm->install VMware Tools, and you will see that the disc is loaded.
Unzip the vmwaretools*.tar.gz file. To execute a command:
CD ~/desktop/vmware-tools-distrib
sudo/vmware-install.pl
Note: ubuntu7.10 requires the VMware Workstation version to be high enough (that is, the Vmware-tools version is high enough) to install vmware-tools successfully. V5.5 version can not succeed, V6.0 only, but as long as there are V6.0 version of the Linux.iso, as long as the replacement of the original Linux.iso can.
Here is the VMware WorkstationV6.0 Linux.iso vmware-tools installation files, in order to facilitate the upload with Win-rar segmentation compressed into a number of 30M files, download decompression can be placed with the FTP tool installed on the virtual machine under the Linux system
(Vmhgfas.tar has been replaced without the following shared patch operation)
V6.0 linux.iso (vmware-tools installation file extraction) Download
Vmware-tools-distrib.part1.rar
Vmware-tools-distrib.part2.rar
Resolving file Sharing Issues
vmware6.0 VMware Tools file sharing module patch Vmhgfs.tar download
Vmhgfs.tar There is an EOF call problem, so each compilation is always unable to pass, just replace the attachment/usr/lib/vmware-tools/modules/source below the Vmhgfs.tar, and then run under/usr/bin sudo/vmware-config-tools.pl, all the way to the car.
The wheel of the mouse in the virtual machine is not available after the VMware tools installation
Open the terminal and enter:
$ sudo gedit/etc/x11/xorg.conf
This command causes the system to open the mouse configuration file/etc/x11/xorg.conf with root permissions. The document
Option "Kyoto" "resetting"
Changed to
Option "Kyoto" "IMPS/2"
Restart Ubuntu.