915Resolution solves the problem of wide screen display

Source: Internet
Author: User
915Resolution solve the problem of wide screen display-Linux general technology-Linux technology and application information. The following is a detailed description. After a day of hard work, my FC5 can finally work at 1280x768 resolution. Now, I want to help you write down the specific process.

First, check my machine configuration. The most common 915GM is the video card.

The question about how to set the wide screen resolution has always been a problem for everyone, because in general, there is only a standard resolution in linux, so we need to use another method for modification, I am using a third-party Hack tool to modify information in the memory. Specific Method:

1. Run (different results will be displayed here for different machines ):
# Gtf 1280 768 60
Get a modeline
  
For example:
#1280x800 @ 60.00Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804-HSync + Vsync
  
Copy the modeline to the Monitor segment in/etc/X11/xorg. conf.
  
2. change a Modes row to Modes "1280x768"

3. Install 915 Resolution

: Http://packages.debian.org/testing/x11/915resolution

Download and compile (make directly)

After compilation is successful, the file "915resolution" will be obtained, copied to any BIN directory, and then 915 resolution-l will be run.

We found a line like Mode 4d: 1280x768, 16 bits/pixel, so we can continue to run 915 resolution 4d 1280 768

Log out again and you will find that the resolution has reached x768. In addition, if you do not see the appropriate resolution after running this command, you can directly run: 915 resolution 3c 1280 768 is also acceptable. Now, we can successfully modify the resolution. Of course, we can modify the/etc/rc. d/rc. local script to achieve this resolution every time the server is started. The modified script is as follows:

#! /Bin/sh
#
# This script will be executed * after * all the other init scripts.
# You can put your own initialization stuff in here if you don't
# Want to do the full Sys V style init stuff.

Touch/var/lock/subsys/local
915 resolution 3c 1280 768

So far. The resolution can be set automatically at each startup. So far. The purpose of this article has been reached.
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.