Fedora 15 Installation Guide: Difference between revisions

From cchtml.com
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==FEDORA 15 Installation==
==FEDORA 15 Installation==


*Download latest driver from ATI/AMD (minimum 11.10)
*Download latest driver from ATI/AMD
wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-3-x86.x86_64.run
 
*Start software manager and install:
*Start software manager and install:
  kernel-dev,kernel-headers,Gcc,Gcc++
  kernel-devel kernel-headers gcc gcc-c++
*reboot
*reboot
*Open terminal, SU to get root, cd into directory where "ati-driver-installer" is located, type:   
*Open terminal, SU to get root, cd into directory where "ati-driver-installer" is located, type:   
Line 19: Line 21:
==Video playback==
==Video playback==
Add rpm-fusion repositories (free and non-free) via firefox
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/free/fedora/rpmfusion-free-release-stable.noarch.rpm
open with Archive manager and install,this will provide extra video-codec like H-264,ac3,xvid,mp4....
*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,
Good luck,

Latest revision as of 21:28, 21 April 2012

FEDORA 15 Installation

  • Download latest driver from ATI/AMD

wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-3-x86.x86_64.run

  • Start software manager and install:
 kernel-devel kernel-headers gcc gcc-c++
  • reboot
  • Open terminal, SU to get root, cd into directory where "ati-driver-installer" is located, type:
  sh ati-driver-installer-*.run 
  • Install default (do not generate distribution package)
  • Go to /usr/share/ati and open fglrx-install.log, at the end you should see build succeeded with return value 0,duplicating results into driver repository...done. if so it's all good!
  • In terminal type:
  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

Good luck,

winglman

knowledge is free, so share it!