fedora 13 安装 ati 显卡驱动

fedora 13 install  ati video driver

我的是dell 的本,显卡是 ati 5470

折腾了一段时间,到ati 官网上下载的ati-driver-installer-10-7-x86.x86_64.run 以及最新的ati-driver-installer-10-8-x86.x86_64.run 均在安装后黑屏。。。
他文档上写的是需要
XFree86-Mesa-libGL
libstdc++
libgcc
XFree86-libs
fontconfig
freetype
zlib
gcc

而  XFree86-Mesa-libGL 现在已经过时了yum是安装不了的,而且现在都用xorg 代替了。
经过多次google 以及尝试,终于把驱动给安装上了3D效果可以开启了


cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup-`date +%F`

cp /boot/grub/grub.conf /boot/grub/grub.conf.backup-`date +%F`

kmod:
yum --enablerepo=rpmfusion-nonfree-updates-testing install kmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs

或者
akmod:
yum --enablerepo=rpmfusion-nonfree-updates-testing install akmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs

cd /boot
mv initramfs-`uname -r`.img initramfs-`uname -r`.img-original

dracut -v /boot/initramfs-`uname -r`.img `uname -r`

reboot


参考:http://www.if-not-true-then-false.com/2010/fedora-13-ati-catalyst-proprietary-drivers-fglrx/

你可能感兴趣的:(video,fedora,dell,显卡驱动)