Detailed explanation of the solution to the problem of Ubuntu system interface being too small in vmware14Pro

Detailed explanation of the solution to the problem of Ubuntu system interface being too small in vmware14Pro

1. Operating Environment

vmware14pro

Ubuntu 16.04LTS

2. Problem Description

After installing Ubuntu 16.04LTS system using vmware14Pro, the screen is always relatively small and cannot change according to the changes of vmware.

3. Cause of the problem

The problem is that the vmware menu option is not set or vmware tools are not installed.

4. Problem Solving

4.1 Restart Ubuntu

After the first Ubuntu system installation is completed, the "Reinstall VMware Tools" in the menu is grayed out. You can restart the system and it will be available (not grayed out), as shown in the figure below.

4.2 Settings Menu

If the screen still does not fit the vmare window after reboot, you can choose to


4.3 Reinstall VMware Tools

If the window still fails to adapt, select "Reinstall VMware Tools".

Copy the file "VMwareTools-10.2.0-7259539.tar.gz" to the desktop and decompress it

You can also decompress it through the command line [tar -zxvf VMwareTools-10.2.0-7259539.tar.gz]

cd to the previously copied directory, [Ctrl+Alt+T] open the terminal, enter [tar -zxvf VMwareTools-10.2.0-7259539.tar.gz]

Execute the script to install vmware-tools

cd to the unzipped directory, execute [sudo ./vmware-install.pl], and press Enter when prompted.

After the installation is complete, restart Ubuntu to enter the system window adaptation and full-screen window.


The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • VMware Workstation12 installation Ubuntu and VMware Tools tutorial
  • VMware Tools (Ubuntu system) installation graphic tutorial
  • VMware Ubuntu Installation Graphic Tutorial
  • How to expand disk space in Ubuntu under VMware
  • Solution to Ubuntu 18.04 not being able to connect to the network in VMware virtual machine
  • Tutorial on installing win10 system using vmware on ubuntu (sharing)
  • Tutorial on installing VMware Workstation on Ubuntu
  • Ubuntu 16.04 image complete installation tutorial under VMware
  • Install Ubuntu using VMware 10 14 steps with pictures and text
  • VMware Tools installation and configuration tutorial for Ubuntu
  • Tutorial on how to share an IP address between Ubuntu virtual machine and Windows port mapping in VMware (graphic tutorial)
  • How to connect Ubuntu server to the external network on VMware
  • Setting up shared folders in Ubuntu virtual machine of VMWare14.0.0

<<:  Installation and configuration method of vue-route routing management

>>:  Will the index be used in the MySQL query condition?

Recommend

Make your website automatically use IE7 compatibility mode when browsing IE8

Preface To help ensure that your web pages have a ...

Mysql sorting to get ranking example code

The code looks like this: SELECT @i:=@i+1 rowNum,...

js canvas realizes circular water animation

This article example shares the specific code of ...

Solution to ONLY_FULL_GROUP_BY error in Mysql5.7 and above

Recently, during the development process, the MyS...

Kill a bunch of MySQL databases with just a shell script like this (recommended)

I was woken up by a phone call early in the morni...

Practical record of solving MySQL deep paging problem

Table of contents Preface Why does limit deep pag...

How to restore a single database or table in MySQL and possible pitfalls

Preface: The most commonly used MySQL logical bac...

Advantages and disadvantages of conditional comments in IE

IE's conditional comments are a proprietary (...

Methods and steps to upgrade MySql5.x to MySql8.x

Several Differences Between MySQL 5.x and MySQL 8...

Tutorial on installing Ceph distributed storage with yum under Centos7

Table of contents Preface Configure yum source, e...

HTML+CSS to achieve cyberpunk style button

First look at the effect: Preface: I came up with...

A complete list of commonly used MySQL functions (classified and summarized)

1. Mathematical Functions ABS(x) returns the abso...

Nginx configuration SSL and WSS steps introduction

Table of contents Preface 1. Nginx installation 1...

Analyze the difference between computed and watch in Vue

Table of contents 1. Introduction to computed 1.1...

Centos7.3 automatically starts or executes specified commands when booting

In centos7, the permissions of the /etc/rc.d/rc.l...