No full screen resolution when installing Ubuntu Server in Vmware (or when Ubuntu is landing on a text interface)

Source: Internet
Author: User

Ubuntu Server/ubuntu resolution installed in Vmware, unable to fullscreen issue

Need to change grub settings

In the terminal or text interface, follow these steps to set up:

The first step:

Input command

sudo vim/etc/default/grub

Found it

# grub_gfxmode=800x600

Change 800x600 to the resolution you want to set, such as the resolution of my Notebook is 1366*768

is set to:

grub_gfxmode=1366x768

Note: Remove the previous comment (#) and don't change the x to *

Save and exit

Step Two:

Input command

Sudo

Found it

Add the following

Set Gfxpayload=keep

Modify the following shape as follows:

Set gfxmode=${grub_gfxmode}set gfxpayload=keep

Step Three:

Enter the command:

sudo update-grub

Fourth Step:

Restart

sudo shutdown-r now

No full screen resolution when installing Ubuntu Server in Vmware (or when Ubuntu is landing on a text interface)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.