From Fedora Project Wiki

No edit summary
No edit summary
Line 33: Line 33:


* Install the Catalyst driver and libraries
* Install the Catalyst driver and libraries
:<pre># yum install xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs
:<pre># yum install xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs</pre>
* Install akmod for Catalyst
* Install akmod for Catalyst
:<pre># yum install akmod-catalyst</pre>
:<pre># yum install akmod-catalyst</pre>
:{{admon/note|akmod vs. kmod|Many will be confused and mistakenly install kmod instead of akmod. Akmod is the preferred option, similar to dkms, in that is dynamically rebuilds the kernel module whenever a new kernel is installed}}
{{admon/note|Akmod vs. kmod|Many will be confused and mistakenly install kmod instead of akmod. Akmod is the preferred option, similar to dkms, in that is dynamically rebuilds the kernel module whenever a new kernel is installed, instead of the user having to rebuild each kernel module whenever there is a new kernel release. A disadvantage to akmod is that it required more space than kmod-compiled modules.}}

Revision as of 22:40, 6 February 2013

AMD Catalyst

Fglrx, or AMD Catalyst, is both more efficient and faster than the open source gallium driver, although the source code is closed, so the Linux developers can not edit the source code to fix a bug, for example.

It is not included in Fedora because it is proprietary, copyrighted software, and therefore does not adhere to F/LOSS standards.

Getting AMD Catalyst

Important.png
Root is needed
All of the following commands will require superuser priveleges. Become root using:
$ su -

Preperations

  • Update your kernel and reboot
# yum update kernel*
# shutdown -r now
  • Install dkms
# yum install dkms
  • Download and install the rpmfusion repositories (according to your Fedora version):
Fedora 18
RPM Fusion free
RPM Fusion nonfree
Fedora 17
RPM Fusion free
RPM Fusion nonfree
Fedora 16
RPM Fusion free
RPM Fusion nonfree
If your browser has downloaded these packages, as opposed to requesting to open the Fedora package installer, you may install them using the following command:
# yum install /path/to/package(s).rpm

Installing AMD Catalyst

  • Install the Catalyst driver and libraries
# yum install xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs
  • Install akmod for Catalyst
# yum install akmod-catalyst
Note.png
Akmod vs. kmod
Many will be confused and mistakenly install kmod instead of akmod. Akmod is the preferred option, similar to dkms, in that is dynamically rebuilds the kernel module whenever a new kernel is installed, instead of the user having to rebuild each kernel module whenever there is a new kernel release. A disadvantage to akmod is that it required more space than kmod-compiled modules.