Modify resolution in ubuntu

Source: Internet
Author: User
In Ubuntu, I thought the resolution was changed because the video card driver was not properly installed. However, I tried several times according to the tutorial. The maximum desktop resolution of 1024*768 was only 65 HZ, and it was quite eye-catching. Step 1: Enable/etc/X11/xorg. conf to modify the resolution in ubuntu, but back up a copy before enabling it! Use sudocp/etc/X11/xorg. conf/etc/X11/xorg. conf_backup to generate

Modify resolution in Ubuntu


I thought it was because the video card driver was not properly installed, but I tried it several times according to the tutorial. The maximum desktop resolution of 1024*768 was only 65 HZ, and it was quite eye-catching.

To modify the resolution in ubuntu, follow these steps:

Step 1: Open/etc/X11/xorg. conf, but remember to back up one copy before opening it! Use sudo cp/etc/X11/xorg. conf/etc/X11/xorg. conf_backup to generate a backup named xorg. conf_backup.

Step 2: search for "Section" and press Ctrl + F. In fact, there is not much difference with Windows. Find the "Section" Monitor "code segment. As follows:

Section "Monitor"

Identifier "Generic Monitor"

Option "DPMS"

HorizSync 30-82 (modify the position of the screen resolution)

VertRefresh 50-75 (you can change the screen resolution to the maximum value supported by the video card, for example, set it to 50-85)

Location where modline is placed

End Section

Step 3: Enter the terminal, enter the command gtf 1024 768 85, output a modeline, and add this sentence to the Section "Monitor" code segment.

Related Article

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.