免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 749 | 回复: 0
打印 上一主题 下一主题

LINUX ati 驱动安装 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-05-27 19:34 |只看该作者 |倒序浏览
The ATi and nVIDIA driver RPMs provided by livna.org are especially
designed for Fedora. If you are using yum and already have it
configured with the Livna repository for your Fedora version, you can
skip this section. If not, add the Livna repository by executing the
following command as root:
# rpm -Uhv
http://rpm.livna.org/livna-release-6.rpm
Next, import the Livna GPG Key:
# rpm --import
http://rpm.livna.org/RPM-LIVNA-GPG-KEY
To test it, try to get info about a release currently provided by Livna repository:
# yum info kmod-nvidia
If you got the file information correctly, it's safe to go on to the next step.
Unfortunately, Fedora Core 6 installs the i586 architecture kernel by
default. Even worse, if you choose to have virtualization support
during Fedora installation, you will end up with a kernel-xen which you
need to get rid of as soon as possible. For video drivers to get
installed correctly, you will need to have kernel for i686. In order to
make this process a little bit easier, you need to install Yum Extender:
# yum install yumex
Fire it up from the Kmenu / System / Yum Extender (or type yumex in a
terminal), check if Livna repository is in the repository list, go to
Remove, select your current kernel and kernel-devel (only if its arch
is i586 or has xen in its name), press add to queue, then go to
Install, search for Kernel, select the kernel and kernel-devel for i686
arch, press add to queue, go to Queue, press Process Queue, wait until
it's done and reboot your computer. Only then will it be safe to go to
the next step.
How to install nVIDIA drivers
Assuming Yum has been correctly installed, you can obtain the latest Nvidia drivers by typing:
# yum install kmod-nvidia
This command will install the nVIDIA driver and kernel module. To
verify the installation completed successfully, log out of your current
session and log back in. Before the X server restarts, you should see
the nVIDIA logo briefly. Open up a terminal and type:
# glxinfo | grep direct
If the output to this command is direct rendering: Yes, you are good to
go. Also, a reboot might be required for the full effect of the kernel
module to be realized on some machines.
How to install ATi drivers
Again, your Yum must be configured with the Livna repository, as it's
one of the few repositories that provide video driver RPMs especially
designed for Fedora Core. To install the ATi drivers’ package, type
this command as root:
# yum install xorg-x11-drv-fglrx kmod-fglrx glx-utils
This installs the ATi driver and kernel module. To test the
installation, log off your current session, log back in and type this
command:
# glxinfo | grep direct
If the output is direct rendering: Yes, you have installed your drivers correctly.
However, if you have an AMD64 processor, you will need to add iommu=off
to the kernel line in your /etc/grub.conf file, like this:
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet iommu=off
Moreover, if you have an Intel motherboard, you will need to add the
following line to your /etc/X11/xorg.conf file, right below Driver
"fglrx":
Option "UseInternalAGPGART" "no"
Good luck!
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/34109/showart_709581.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP