From Fedora Project Wiki

(Created page with "= AMD Catalyst = <img src = "http://www.ozone3d.net/public/jegx/201301/amd-catalyst-driver-logo.jpg" style = "float: right; padding-left: 4px;" alt = "hello."> Fglrx, or AMD...")
 
No edit summary
Line 1: Line 1:
= AMD Catalyst =
= AMD Catalyst =
<img src = "http://www.ozone3d.net/public/jegx/201301/amd-catalyst-driver-logo.jpg" style = "float: right; padding-left: 4px;" alt = "hello.">


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.
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 software, and so does not adhere to F/LOSS standards.
It is not included in Fedora because it is proprietary, copyrighted software, and therefore does not adhere to F/LOSS standards.


== Getting AMD Catalyst ==
== Getting AMD Catalyst ==
{{admon/important|Root is needed|All of the following commands will require superuser priveleges. Become root using:
:<pre>$ su -</pre>}}


=== Preperations ===
=== Preperations ===


* Update your kernel
* Update your kernel and reboot
:<pre>$ su -</pre>
:<pre># yum update kernel*</pre>
:<pre># yum update kernel*</pre>
:<pre># shutdown -r now</pre>
* Install <code>dkms</code>
* Install <code>dkms</code>
:<pre># yum install dkms</pre>  
:<pre># yum install dkms</pre>  
Line 27: Line 28:
::[http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-16.noarch.rpm RPM Fusion nonfree]
::[http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-16.noarch.rpm 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:
: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:
::<pre>yum install /path/to/package(s).rpm</pre>
::<pre># yum install /path/to/package(s).rpm</pre>


=== Installing AMD Catalyst ===
=== Installing AMD Catalyst ===
* Install the Catalyst driver and libraries
:<pre># yum install xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs
* Install akmod for Catalyst
:<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}}

Revision as of 22:35, 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
<pre># 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