Solve the problem that Ubuntu server 14.04 resolution cannot be full screen installed in VMware.

Source: Internet
Author: User

We will have to edit grub configuration. Open a terminal and paste this:

  1. sudo gedit /etc/default/grubHit enter. It will open grub preferences in gedit.

  2. Locate the line# GRUB_GFXMODE=800x600(Resolution may be different ).

You have to change the resolution to actual resolution of your screen, for example mine is 1240x1024. next step is to uncomment this line (remove the # And the empty space if is, so the letter G of the word grub will be the first letter in this line ). after you are done, save the file and close.

3. Now paste this line in terminal:

sudo gedit /etc/grub.d/00_header .

Hit enter. It will open a text file with a lot of stuff. Use the search option at the top of the window to locate this line:

gfxmode=${GRUB_GFXMODE}

After you successfully find it, you will have to add this line:set gfxpayload=keepJust undergfxmode=${GRUB_GFXMODE}. Make it look like this:

set gfxmode=${GRUB_GFXMODE}set gfxpayload=keep

Now, save the file and close.

4. in terminal paste:

sudo update-grub


Solve the problem that Ubuntu server 14.04 resolution cannot be full screen installed in VMware.

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.