How to enable linux full screen in vmwarevm 1. Click "view" and select the Autofit window option. (This setting is usually used by vmwarevm of a general version.) 2. This step is critical. Click "VM" and select "install vmware-tools.
The following operations are performed in the Virtual Machine linux (1) Open the linux cdrom to check whether there are VMware Tools files. If yes, the "install VMware tools" operation is successful (2) mount cdrom to the/mnt/cdrom directory. Run mkdir/mnt/cdrommount/dev/cdrom/mnt/cdrom www.2cto.com (3) to decompress the files in cdrom: tar zxpf/mnt/cdrom/VMwareTools-<x. x. x>-<yyyy> .tar.gz (4) Go To The tmp directory, find the decompressed folder, and go to: cd vmware-tools-distrib (5) and run the following command :. /vmware-install.pl and then according to the system prompts, select the relevant options. It takes about 5 minutes to load successfully.
After successful loading, you must execute the following command:/etc/init. d/network stoprmmod vmxnetmodprobe vmxnet/etc/init. d/network start after all the operations are done, restart the system: reboot the next boot, you can see your linux system can be full screen author home198979