Fedora 下使用ATI fglrx驱动
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
截图一张:
![]() |

It is okay if it works. I remember the fglrx need some time to start.
yep, ATI sucks somehow.
And I have tried , it can be installed successfully. However , system always down in a short while after starting.
to bob:
You can have a try following the instructions on this page:
http://forums.fedoraforum.org/showthread.php?t=155503
Sorry for that I do not use a computer with ATI card any more. I hate using ATI card on Linux.
Visit again.
Has ATI driver enabled on Fedora 11 yet?
to bob:
不用客气。
刚开始设置ati驱动时我有与你同样的感觉。
如果使用Linux,以后买电脑时还是要选用nVIDIA的卡。