Fedora8 (kernel version 2.6.23.9-85. fc8) installs the ATI7.12 official driver and supports the 1440x900 wide screen

Source: Internet
Author: User
To enjoy the 3D desktop of Fedora8, I installed Fedora8 a few days ago. However, my HPnx6330 is the resolution of the 1440x900 wide screen, and it never works properly. The resolution of 1440x900 is up to 1152x864, and xorg. conf cannot be properly displayed either. The atidriver cannot properly identify my 1440x900 display. After several days of exploration, we can use the 1440X900 resolution normally. The following are some of my experiences over the past few days:

To enjoy the 3D desktop of Fedora 8, I installed Fedora 8 a few days ago, but my HP nx6330 is a wide screen of 1440x900 resolution, which has never been able to use 1440x900 resolution normally, the maximum value is 1152x864, and xorg. conf cannot be properly displayed either. The atidriver cannot properly identify my 1440x900 display. After several days of exploration, we can use the 1440X900 resolution normally. The following are some of my experiences over the past few days:

Download the latest 7.12 driver http://www.ati.com in ati-driver-installer-8.443.1-x86.x86_64.run

Use the./ati-driver-installer-8.443.1-x86.x86_64.run -- buildpkg Fedora/F8 to get the four installation packages:

ATI-fglrx-8.443.1-1.f8.i386.rpm
ATI-fglrx-control-center-8.443.1-1.f8.i386.rpm
ATI-fglrx-devel-8.443.1-1.f8.i386.rpm
Kernel-module-ATI-fglrx-2.6.23.9-85.fc8-8.443.1-1.f8.i386.rpm

An error may be prompted that the file cannot be decompressed. What is forgotten? It seems that the file under/etc/ati/cannot be generated. In this case ~ Create the. rpmmacros file in the directory. The file content is:

% _ Unpackaged_files_terminate_build 0

Run rpm-Uvh *. rpm to install four rpm packages

Yum install mesa-libGL * (you can also install it using yumex)

Download the boss

Installation command: rpm-Uvh -- nodeps -- oldpackage xorg-x11-server-Xorg-1.3.0.0-17.fc8.i386.rpm (this is found online and is said to be a new version of xerver-xorg not compatible with the driver)

Modify the xorg. conf file. My xorg. conf file is as follows:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen [0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

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

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor [0]"
HorizSync 24.0-70.0
VertRefresh 50.0-75.0
ModeLine "1440x900_60.00" 106.5 1440 1520 1672 1904 900 901 904-hsync + vsync
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "General LCD Panel"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device [0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "aticonfig-Screen [0]"
Device "aticonfig-Device [0]"
Monitor "aticonfig-Monitor [0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 1440 900
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480" "640x400"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Run glxinfo | grep direct to obtain direct rendering: No (............ LIBGL_DEBUG = verbose) prompt, and then run LIBGL_DEBUG = verbose glxinfo to get the/usr/X11R6/lib/modules/dri /? (The specific file name is missing) Prompt, manually create the/usr/X11R6/lib/modules directory, then run ln-s/usr/lib/dri/usr/X11R6/lib/modules. run glxinfo again, which should be direct rendering: Yes.

Run the application-System Tools-AMD Catalyst Control Center, select none zoom (image Center) from Display Manager-Digital Monitor (1)-image scaling ), then the Display changes to the physical 1152x864 resolution (the outer ring of the Display is black). On the hardware tab in system-management-Display, configure the Display type, and select Generic LCD Display LCD Panel 1440x900, then restart.

Choose system> preference> hardware> screen resolution 1440x900 to display properly.

In this way, the monitor can be normally supported.

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.