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



















为什么我执行到第三步,出现如下问题?
[root@localhost bob]# yum install xorg-x11-drv-fglrx xorg-x11-drv-fglrx-libs akmod-fglrx
Loaded plugins: refresh-packagekit
Setting up Install Process
No package xorg-x11-drv-fglrx available.
No package xorg-x11-drv-fglrx-libs available.
No package akmod-fglrx available.
Nothing to do
[root@localhost bob]#
提示没有有效的安装包。第一二步,我执行的都很成功。为什么还是没有安装包呢?---人品问题?
to bob:
你的系统是Fedora 10 还是 11?, 这个方法现在只适用于fedora 10 和 Fedora 9,Fedora 11下的驱动rpmfusion上仍然没有。
如果一定要在F11下使用fglrx驱动的话,你可以试试使用F10的内核。
我的是Fedora 11.
怎么使用F10内核? 执行那个ati-*.run文件,加上参数buildpkg –Fedora/F10? 这种方法我试了,结果执行了18个小时都没有执行完。最后,实在没有耐心了。把它给终止了。
to bob:
“Fglrx doesn’t support F11 yet.”
给你一个非常具有参考性的链接:
http://forums.fedoraforum.org/showthread.php?t=155503
我现在手头没有ati卡了,没有试验。
建议等到rpmfusion发布支持后再在F11下使用fglrx.
ati-*.run到昨天为止的版本还没有支持F11。
谢谢解答。
F11 and ati make me crazy!
to bob:
不用客气。
刚开始设置ati驱动时我有与你同样的感觉。
如果使用Linux,以后买电脑时还是要选用nVIDIA的卡。
Visit again.
Has ATI driver enabled on Fedora 11 yet?
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.
yep, ATI sucks somehow.
And I have tried , it can be installed successfully. However , system always down in a short while after starting.
It is okay if it works. I remember the fglrx need some time to start.