Modify Ubuntu9.10 display resolution to 1024*768 and 1280*1024

Source: Internet
Author: User
Luther @ gliethttp :~ $ Sudovim/etc/X11/xorg. conf # Set it to 1024*768 and add Section "Monitor" Identifier "ConfiguredMonitor" Modeline "1024x768_60.00" combined + vsyncOpti.

Luther @ gliethttp :~ $ Sudo vim/etc/X11/xorg. conf
# Set to 1024*768 to add the following content
Section "Monitor"
Identifier "Configured Monitor"
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771-hsync + vsync
Option "PreferredMode" "1024x768_60.00"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Luther @ gliethttp :~ $ Sudo vim/etc/X11/xorg. conf
# Set to 1280*1024 to add the following content
Section "Monitor"
Identifier "Configured Monitor"
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027-hsync + vsync
Option "PreferredMode" "1280x1024_60.00"
EndSection


Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


Section "Device"
Identifier "Configured Video Device"
EndSection

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.