Home>Article>Operation and Maintenance> How to solve the problem that centos cannot full screen
How to solve the problem that centos cannot full screen?
Sometimes in order to learn Linux, you need to install and test it on a virtual machine. However, after the installation is completed, you will find that there are two common problems: First, the time and clock are not synchronized. This will cause many problems in development. For example, Makefile files will cause unnecessary repeated compilation, and some programs will even refuse to compile. Second, the virtual machine cannot be used in full screen, and it is inconvenient during operation.
The specific method is to installvmware-tools
in the CentOS system. The steps are as follows:
1. Start CentOS (log in with the graphical interface) and use the management Log in as a member.
2. Click on the menu of the VMware virtual machine: Virtual Machine->Install VMware Tools->install.
3.CentOS automatically mounts the virtual optical drive of VMware Tools and displays it on the desktop.
4. Go into the virtual CD-ROM drive of VMware Tools and copyVMwareTools-5.5.1-19175.tar.gz
to the /tmp directory.
5. Go to the /tmp directory and extractVMwareTools-5.5.1-19175.tar.gz
to the current directory, which will generate thevmware-tools-distrib
folder .
6. Enter the decompressed vmware-tools-distrib directory
[root@localhost ~]# cd /tmp [root@localhost ~tmp]# cd vmware-tools-distrib
7. Execute vmware-install.pl to install VMWare Tools8.
Enter:./vmware-install.pl
(execute vmware-install.pl file).
8. Then "Enter" all the way, sometimes you will be prompted to enter [yes]
9. Enter thereboot
command (restart).
10. Question KO.
Related reference:centOS tutorial
The above is the detailed content of How to solve the problem that centos cannot full screen. For more information, please follow other related articles on the PHP Chinese website!