Fedora 11 Installation Guide: Difference between revisions

From cchtml.com
(A warning not to try until there's an update.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Warning, don't follow the normal Linux install instructions and expect it to work. It will break your system.
==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`


One option is to downgrade to Fedora 10 then follow the instructions at in the [[Fedora 10 Installation Guide]].
===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


The problem is something Fedora can't fix. https://bugzilla.redhat.com/show_bug.cgi?id=508594
Thanks for writing such an easy-to-udnerstand article on this topic.


This information is based on ATI Catalyst™ 9.6 Proprietary Linux x86 Display Driver, please update after AMD ATI releases a new driver compatible with Fedora 11.
===Step 3 Reboot===
*Restart your computer for changes to take effect.
 
[[Category:Installation Documentation]]

Revision as of 06:59, 14 July 2011

AMD Repository

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 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

Thanks for writing such an easy-to-udnerstand article on this topic.

Step 3 Reboot

  • Restart your computer for changes to take effect.