Modify Ubuntu boot resolution

Source: Internet
Author: User

Note: Only tu11.04 and 11.10 are tested and passed.

Step 1:Open the terminal and modify the/etc/default/GRUB file.

$ Sudo gedit/etc/default/GRUB

Cancel the comments before # grub_gfxmode = 640 × 480, and change the numbers to a proper value, such as 1024x768. This value affects both the grub Startup menu and the text resolution in the console.

Step 2:Modify the/etc/grub. d/00_header File

$ Sudo gedit/etc/grub. d/00_header

Press Ctrl + F to find the keyword "set gfxmode =$ {grub_gfxmode}" (remove double quotation marks), and then add a new line under this line. The content is: "Set gfxpayload = keep" (remove double quotation marks)

Step 3:Update grub

$ Sudo Update-grub

Reboot

Done!

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.