Fedora 18 Installation Guide
From cchtml.com
(Difference between revisions)
(→example) |
(→FGLRX driver from RPM Fusion (this will auto update with kernel update) |
||
| (21 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | ==FGLRX driver from RPM Fusion (this will auto update with kernel update)== |
| − | + | *first update system | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
su | su | ||
| − | yum | + | yum check-update |
| + | yum update | ||
| + | *reboot | ||
| − | * | + | *in software manager enable "fedora 18 source\source-update" |
| − | + | *Install require stuff to get work properly | |
| − | + | su | |
| − | + | yum install gcc kernel-devel kernel-headers wget | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | == | + | ==Add Rpm Fusion Repo== |
| − | + | http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm | |
| + | http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm | ||
| − | + | ==THE DRIVER== | |
| − | + | *This will provide the latest driver and Control Panel Cat-13.1 | |
| − | + | ||
| − | + | ||
su | su | ||
yum install akmod-catalyst | yum install akmod-catalyst | ||
| − | * | + | * if dependency check-out you will have to |
| − | + | ||
interact by typing Y to install | interact by typing Y to install | ||
*If all is good you need to rebuild the kernel "much easy compare to dependency problem lol" type it in terminal and let it ryde! | *If all is good you need to rebuild the kernel "much easy compare to dependency problem lol" type it in terminal and let it ryde! | ||
| − | + | ||
| + | su | ||
new-kernel-pkg --kernel-args=nomodeset --mkinitrd --dracut --update $(rpm -q --queryformat="%{version}-%{release}.%{arch}\n" kernel | tail -n 1) | new-kernel-pkg --kernel-args=nomodeset --mkinitrd --dracut --update $(rpm -q --queryformat="%{version}-%{release}.%{arch}\n" kernel | tail -n 1) | ||
| + | |||
| + | aticonfig --initial -f | ||
*reboot | *reboot | ||
| + | ==Extra Cool Stuff== | ||
| + | |||
| + | su | ||
| + | yum install xbmc | ||
| + | |||
| + | ==Good luck== | ||
| + | |||
| + | --winglman-- | ||
Revision as of 20:57, 9 February 2013
Contents |
FGLRX driver from RPM Fusion (this will auto update with kernel update)
- first update system
su yum check-update yum update
- reboot
- in software manager enable "fedora 18 source\source-update"
- Install require stuff to get work properly
su yum install gcc kernel-devel kernel-headers wget
Add Rpm Fusion Repo
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
THE DRIVER
- This will provide the latest driver and Control Panel Cat-13.1
su yum install akmod-catalyst
- if dependency check-out you will have to
interact by typing Y to install
- If all is good you need to rebuild the kernel "much easy compare to dependency problem lol" type it in terminal and let it ryde!
su
new-kernel-pkg --kernel-args=nomodeset --mkinitrd --dracut --update $(rpm -q --queryformat="%{version}-%{release}.%{arch}\n" kernel | tail -n 1)
aticonfig --initial -f
- reboot
Extra Cool Stuff
su yum install xbmc
Good luck
--winglman--
ps: ty "other friendly guy" who's always fixing & correcting my mistake lol appreciate
--winglman--