|
发表于 2011-11-22 13:05:59
|
显示全部楼层
Post by oddhornedant;2155514
试试如下
leigh123linux Offline
Administrator
Join Date: Oct 2006
Posts: 20,598
linuxfirefox
Re: F16 ATI catalyst
Quote:
Originally Posted by consolation View Post
I installed the testing repo, but still can´t get the catalyst drivers, the nvidia ones are there but not the amd ones?
Try
Code:
su
yum install kmod-catalyst xorg-x11-drv-catalyst.i686
extra steps that maybe needed
1. You may need to rebuild initramfs
Code:
su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-catalyst.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
2. No X with fglrx module loaded (generate a working xorg.conf).
Code:
aticonfig --initial
3. if it takes a long time to get gdm
Code:
su -
gedit /etc/default/grub
and add nomodeset to the boot options
Then run
Code:
su
grub2-mkconfig -o /boot/grub2/grub.cfg
原文
http://www.fedoraforum.org/forum ... t=271971&page=2
64 位也要安装 xorg-x11-drv-catalyst.i686 ? |
|