Fedora 10 Installation Guide: Difference between revisions
From cchtml.com
m (Protected "Fedora 10 Installation Guide": Excessive spamming ([edit=autoconfirmed] (expires 02:44, 30 May 2012 (UTC)) [move=autoconfirmed] (expires 02:44, 30 May 2012 (UTC)))) |
|||
Line 5: | Line 5: | ||
===Step 1 Install RPMFusion repository information=== | ===Step 1 Install RPMFusion repository information=== | ||
*Visit [http://rpmfusion.org RPMFusion.org] and install the RPM. | *Visit [http://rpmfusion.org RPMFusion.org] and install the RPM. | ||
dont have a test box just a live production severr with some support software I installed but needs to have mcrypt to run, I guess if it does not install thats the worst , just dont want sites to fail. Well I'll give it a go and see what happens.Thanks Michael. | |||
===Step 3 Restart=== | ===Step 3 Restart=== | ||
*Restart your computer for changes to take effect. | *Restart your computer for changes to take effect. |
Revision as of 20:07, 10 December 2012
There are two methods to install the fglrx driver. RPMFusion.org provides an RPM repository that fits in with yum for simple installation and updating. AMD provides a script installer that can generate Fedora RPMs or install the driver directly.
RPMFusion Repository
- This method will give you automatic updates when they become available from AMD.
Step 1 Install RPMFusion repository information
- Visit RPMFusion.org and install the RPM.
dont have a test box just a live production severr with some support software I installed but needs to have mcrypt to run, I guess if it does not install thats the worst , just dont want sites to fail. Well I'll give it a go and see what happens.Thanks Michael.
Step 3 Restart
- Restart your computer for changes to take effect.
AMD Repository
- Visit the Catalyst 15.12 page and download the installer.
Step 1 Install Development Tools
The fglrx driver has a small kernel module that is required for hardware 3D and OpenGL acceleration.
$ su -c `yum install gcc kernel-devel rpm-build`
Step 2 Install fglrx Driver
Step 2a Generate RPMs Method
- Open a terminal, and run the package.
$ sh radeon-crimson-15.12-15.302-151217a-297685e.zip --buildpkg Fedora/F10
- Become root and install the RPM files that were generated.
$ su - # rpm -ihv filename.rpm
Step 2b Script Install Method
- Open a terminal, become root, and run the package.
$ su - # sh radeon-crimson-15.12-15.302-151217a-297685e.zip
Step 3 Reboot
- Restart your computer for changes to take effect.