After installing Linux on VMware, the default screen is 640x480 and if you need to modify it, please refer to the following steps. The following is an example of installing CentOS 6.6 in VMware Workstation 9.
1. Default 640x480x16, support most hardware.
2. After logging in, enter the "Ls/dev" command and press ENTER to view the results.
3. Enter "vi/etc/grub.conf" and press ENTER to confirm.
4. Query to start with "kernel" line.
5. Press "I" key to enter the editing state, and add "vga=786" before "RHGB" (for 1024x768), confirm the error after saving
6. Enter "reboot" to restart.
7. Restart Login and enter "Ls/dev" again to display the results.
8. List of commonly used parameters.
Grub VGA values for terminal color depth and resolution:
640x480 800x600 1024x768 1280x1024 1600x1200
---------------+-------+-------+--------+---------+---------
(8 bit) | 769 771 773) 775 796
32,768 (IN) | 784 787 790) 793 797
65,536 (+ bit) | 785 788 791) 794 798
16.8M (for each bit) | 786 789 792) 795 799
How to set up Linux command line environment in VMware fullscreen