Fedora 下使用ATI fglrx驱动

By: Zhiqiang Ma In: Linux

ATI的驱动现在做得已经越来越好用了, 在我的系统上已经不再出现以前导致死机的情况了. 实在可喜可贺啊. fglrx的驱动性能比开源的确实强出许多的.
以下是我的安装过程. 其实已经非常简单了, 使用rpmfusion已经编译修改好的驱动即可.

1. 加入rpmfusion源
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm

2. 升级系统
su -
yum update kernel kernel-devel kernel-headers
yum update

3. 安装fglrx驱动
yum install xorg-x11-drv-fglrx xorg-x11-drv-fglrx-libs akmod-fglrx

4. 修改xorg.conf
以下是我的xorg.conf文件内容:

# Xorg configuration

Section “ServerLayout”
Identifier “Default Layout”
Screen 0 “Screen0″ 0 0
InputDevice “Keyboard0″ “CoreKeyboard”
EndSection

Section “Files”
ModulePath “/usr/lib/xorg/modules/extensions/fglrx”
ModulePath “/usr/lib/xorg/modules”
EndSection

Section “ServerFlags”
Option “AIGLX” “on”
EndSection

Section “InputDevice”
# keyboard added by rhpxl
Identifier “Keyboard0″
Driver “kbd”
Option “XkbModel” “pc105″
Option “XkbLayout” “us”
EndSection

Section “Device”
Identifier “Videocard0″
Driver “fglrx”
Option “OpenGLOverlay” “off”
Option “VideoOverlay” “on”
EndSection

Section “Screen”
Identifier “Screen0″
Device “Videocard0″
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section “Extensions”
Option “Composite” “Enable”
EndSection

Section “DRI”
Mode 0666
EndSection

这是我的系统:
Fedora 9 32bit
kernel-2.6.27.12-78.2.8.fc9.i686
ATI Radeon X300

截图一张:

Screenshot
Author: Zhiqiang Ma Posted on: Feb 4, 2009 Views: 384
Tags: , , ,
Like this post? Subscribe full-text feeds from all Fclose.com blogs:
10 Comments on Fedora 下使用ATI fglrx驱动 | Add Comment
Add your comments, share your thoughts

Be nice. Keep it clean. Stay on topic. No spam.