Fedora 11 Installation Guide
From cchtml.com
(Difference between revisions)
(A warning not to try until there's an update.) |
|||
| Line 1: | Line 1: | ||
| − | + | ==AMD Repository== | |
| + | *Visit http://developer.amd.com/Downloads/ati-opencl-beta-driver-v2.0-beta4-lnx.zip 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==== | ||
| + | //This method not tested! | ||
| + | * Open a terminal, and run the package. | ||
| + | $ sh {{Catalystfilename}} --buildpkg Fedora/F10 | ||
| + | * Become root and install the RPM files that were generated. | ||
| + | $ su - | ||
| + | # rpm -ihv filename.rpm | ||
| − | + | ====Step 2b Script Install Method==== | |
| + | //tested working by WhiteRabbit56 on Radeon Mobility HD4650 | ||
| + | *Open a terminal, become root, and run the package. | ||
| + | $ su - | ||
| + | # sh {{Catalystfilename}} | ||
| + | ===Step 3 Reboot=== | ||
| + | *Restart your computer for changes to take effect. | ||
| − | + | [[Category:Installation Documentation]] | |
Revision as of 19:55, 14 October 2009
Contents |
AMD Repository
- Visit http://developer.amd.com/Downloads/ati-opencl-beta-driver-v2.0-beta4-lnx.zip 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
//This method not tested!
- Open a terminal, and run the package.
$ sh amd-catalyst-catalyst-13.4-linux-x86.x86_64.run --buildpkg Fedora/F10
- Become root and install the RPM files that were generated.
$ su - # rpm -ihv filename.rpm
Step 2b Script Install Method
//tested working by WhiteRabbit56 on Radeon Mobility HD4650
- Open a terminal, become root, and run the package.
$ su - # sh amd-catalyst-catalyst-13.4-linux-x86.x86_64.run
Step 3 Reboot
- Restart your computer for changes to take effect.