Fedora 17 Installation Guide: Difference between revisions

From cchtml.com
No edit summary
m (Protected "Fedora 17 Installation Guide": Excessive vandalism (‎[edit=autoconfirmed] (indefinite) ‎[move=autoconfirmed] (indefinite)))
 
(50 intermediate revisions by 14 users not shown)
Line 1: Line 1:
amd catalyst 12.6 beta can work well with fedora 17.
Note:  12.9 BETA minimum !!!For kernel 3.4.* and up


This section applies directly to users using the Official amd-driver-installer package downloaded from amd.com


http://support.amd.com/us/kbarticles/Pages/AMDCatalyst126beta.aspx
=== Installation Prep for Amd-Driver-Installer ===


how-to install?
The script from AMD builds the kernel module and a set of modules for XOrg. The Official AMD installer requires some development packages to be installed:
*[[Fedora 15 Installation Guide]]


If you have an HD4xxx series card, 12.4 is the newest driver to support it. This won't work with X version 1.12 (the one packaged with Fedora 17). To downgrade to X version 1.11, use the following commands (as root). <em>Note: I'm assuming x86_64</em>
<pre>
<b>IMPORTANT:</b> I'd highly recommend going down to runlevel 3 first. You can do this using the following command in one of the text consoles (<CTRL> + <ALT> + <Fx> where x is 1-9, just try them until you get to a console)
su -
<pre>systemctl isolate runlevel3.target</pre>
yum install kernel-devel kernel-headers gcc gcc-c++
Commands for downgrading X:
</pre>
<pre>yum erase xorg-x11-drv-intel</pre>
 
<pre>yum --releasever=16 install libxcb* xcb-util startup-notification*</pre>
 
<pre>yum --releasever=16 downgrade *xcb* xorg*</pre>
=== Download driver ===
You may also need libxcb.i686 from the Fedora 16 release. The intel driver has additional dependencies, and those with AMD/ATi cards don't need it anyway.
 
To solve the issues with the new kernel source, use the steps in <ul><li>[[Fedora 16 Installation Guide]]</li></ul>
Download the driver for your particular card from http://support.amd.com/
 
 
  wget http://www2.ati.com/drivers/linux/amd-{{catalystdashversion}}-linux-x86.x86_64.zip
  unzip amd-{{catalystdashversion}}-linux-x86.x86_64.zip
 
=== Install driver ===
 
Run the file as root in the ''sh'' shell.
 
  su
  sh amd-driver-installer-{{catalystdashversion}}-linux-x86.x86_64.run
 
 
Select the default install, do not generate distribution packages.
 
Click "check log" when install finish
 
=== GENERATE DEFAULT CONFIG ===
 
 
  su
  sh aticonfig --initial
 
 
REBOOT
 
===To Uninstall===
Open terminal,SU to get root,type:
 
  sh /usr/share/ati/amd-uninstall.sh
 
 
Video playback
 
Add rpm-fusion repositories (free and non-free) via firefox
 
    http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
    http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
    open with Archive manager and install,this will provide extra video-codec like H-264,ac3,xvid,mp4....  
 
Good luck,
 
winglman
 
knowledge is free, so share it!

Latest revision as of 18:46, 5 July 2013

Note: 12.9 BETA minimum !!!For kernel 3.4.* and up

This section applies directly to users using the Official amd-driver-installer package downloaded from amd.com

Installation Prep for Amd-Driver-Installer

The script from AMD builds the kernel module and a set of modules for XOrg. The Official AMD installer requires some development packages to be installed:

su -
yum install kernel-devel kernel-headers gcc gcc-c++


Download driver

Download the driver for your particular card from http://support.amd.com/


  wget http://www2.ati.com/drivers/linux/amd-15-12-linux-x86.x86_64.zip
  unzip amd-15-12-linux-x86.x86_64.zip

Install driver

Run the file as root in the sh shell.

  su
  sh amd-driver-installer-15-12-linux-x86.x86_64.run


Select the default install, do not generate distribution packages.

Click "check log" when install finish

GENERATE DEFAULT CONFIG

  su
  sh aticonfig --initial


REBOOT

To Uninstall

Open terminal,SU to get root,type:

  sh /usr/share/ati/amd-uninstall.sh


Video playback

Add rpm-fusion repositories (free and non-free) via firefox

   http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
   http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
   open with Archive manager and install,this will provide extra video-codec like H-264,ac3,xvid,mp4.... 

Good luck,

winglman

knowledge is free, so share it!