LINUX 945G + 19 wide screen resolution 1440*900 settings

Source: Internet
Author: User
LINUX 945G + 19 wide screen resolution 1440*900 settings-Linux general technology-Linux technology and application information, the following is a detailed reading. Author: Beggars of version d
Time: 2008-02-27
Email: ihacker8@163.com
Home: http://blog.chinaunix.net/u1/59345/
Copyright: The copyright of this article is owned by the D version. It can be freely transmitted and replicated for non-commercial purposes. For commercial purposes, any behavior in this article shall be approved by the author.

My computer is configured with a 945G + 19 wide screen. Recently I installed a Fedora core 6, but the resolution is not 1440*900. It looks bad. I cannot search many materials online, finally, I found a solution on a foreign website. Now, let's summarize the setting process to make it easy for cainiao like me!

1. Download a 915 resolution. The latest version is 0.5.3. After the download, put 915resolution in the bin directory and run 915 resolution-l to view the similar prompts:

Intel 800/900 Series VBIOS Hack: version 0.5.3

Chipset: 945G
BIOS: TYPE 1
Mode Table Offset: $ C0000 + $269
Mode Table Entries: 27

Mode 30: 640x480, 8 bits/pixel
Mode 32: 800x600, 8 bits/pixel
Mode 34: 1024x768, 8 bits/pixel
Model 38: 1280x1024, 8 bits/pixel
Mode 3a: 1440x900, 8 bits/pixel
Mode 3c: 1440x900, 8 bits/pixel
Mode 41: 640x480, 16 bits/pixel
Mode 43: 800x600, 16 bits/pixel
Mode 45: 1024x768, 16 bits/pixel
Mode 49: 1280x1024, 16 bits/pixel
Mode 4b: 1440x900, 16 bits/pixel
Mode 4d: 1440x900, 16 bits/pixel
Mode 50: 640x480, 32 bits/pixel
Mode 52: 800x600, 32 bits/pixel
Mode 54: 1024x768, 32 bits/pixel
Mode 58: 1280x1024, 32 bits/pixel
Mode 5a: 1440x900, 32 bits/pixel
Mode 5c: 1440x900, 32 bits/pixel

2. Run gtf 1440 900 60 to get the output similar to the following.

#1440x900 @ 60.00Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904
-HSync + Vsync

COPY the Modeline part to the "Screen" section of the/etc/X11/xorg. conf file, and modify it accordingly.

I marked it out with deprecation. Now, you can change the xorg. conf file based on your actual situation:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1440x900"
Option "DPMS"
Option "DDC" "false"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31-83
VertRefresh 60
ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 901 904 + hsync + vsync

EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
# Viewport 0 0

Depth 24
Modes "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600 """ 640x480"
Virtual 1440 900
EndSubSection
EndSection

3. Run the following commands:
915 resolution 3a 1440 900 8 1904 934
915 resolution 4b 1440 900 16 1904 934
915 resolution 5a 1440 900 32 1904 934

4. Press control + alt + backspace to change the resolution to 1440*900. To set the resolution to 1440*900 after each startup

915 resolution 3a 1440 900 8 1904 934
915 resolution 4b 1440 900 16 1904 934
915 resolution 5a 1440 900 32 1904 934

These three commands are stored in etc/rc. d/rc. local.

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.