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:
|
<<: Installation and configuration method of vue-route routing management
>>: Will the index be used in the MySQL query condition?
Preface To help ensure that your web pages have a ...
The code looks like this: SELECT @i:=@i+1 rowNum,...
This article example shares the specific code of ...
Recently, during the development process, the MyS...
I was woken up by a phone call early in the morni...
Table of contents Preface Why does limit deep pag...
Preface: The most commonly used MySQL logical bac...
IE's conditional comments are a proprietary (...
Several Differences Between MySQL 5.x and MySQL 8...
Table of contents Preface Configure yum source, e...
First look at the effect: Preface: I came up with...
1. Mathematical Functions ABS(x) returns the abso...
Table of contents Preface 1. Nginx installation 1...
Table of contents 1. Introduction to computed 1.1...
In centos7, the permissions of the /etc/rc.d/rc.l...