After installing Linux in VMware, the default resolution is 800x600.
To adjust the pixel to 1024x768, the process of setting the pixel to millions of pixels is as follows:
1, the VM has install vmare tools first start VMware in/mnt/CDROM there is a software package called: vmware-linux-tools.tar.gz
2. Copy the package to/root, decompress the package in the current directory, and a directory of VMware-tools-distrib will be generated.
# Cp vmware-linux-tools.tar.gz/root
# Tar-zxvf vmware-linux-tools.tar.gz
# Cd/root/vmware-tools-distrib
# Ls
3. Enter init on the terminal. 3. Switch to the command line mode.
4. Run the vmware-install.pl file and press enter all the way down OK! Then, a resolution list is displayed. Select 3, because 3 corresponds to 1024x768 in the resolution list.
#./Vmware-install.pl
5. init 5 to enter the graphical interface. click "configuration" --> "display" in the Start Menu, set it to 1024x768, set the pixel to millions of pixels, and press Ctrl + D to log out quickly,
6. When I came back, I found that your desktop was beautiful ??
7. If the display is abnormal if the depth of the system is 16, you can change it to 24 in/etc/X11/xf86config In the VI editor!
Now, we will introduce how to adjust the Linux resolution of VMware.
In addition:
Tutorial 2 _ installing vmtool (Red Hat Linux 9)
Virtual Machine Software vm5.0.0 build-13124 Chinese version and virtual Linux system Red Hat Linux 9
First, start the Virtual Machine Software VM (the virtual Linux system Red Hat Linux 9 has been installed)
1. Start this VM
2. Log On with the Super User Root
3. After logging on to the system, press CTRL + ALT and click the menu bar. Choose Virtual Machine> install VMware Tools> install
4. after the virtual system is attached with a CD, the CDROM folder will pop up or click to enter/mnt/CDROM. In the folder/mnt/disc, the file package will pop up with the folder vmware-tools-distrib, click the extract button above to browse to the directory to be decompressed. Select the directory in the/root/folder (that is, the "root main directory" on your desktop) and start decompression.
5. Right-click the desktop and choose "New Terminal", type CD/root/vmware-tools-distrib in it, and press Enter. Input again./vmware-install.pl, you can install VMware Tools, press enter all the way, the following everyone understands, restart it.
6. Now, the mouse can freely access the host and virtual machine. The screen size is also adjustable, And the refresh speed becomes faster. The installation is successful !!