Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th December 2010, 12:16 PM
shnwmchk Offline
Registered User
 
Join Date: Dec 2010
Posts: 6
linuxfedorafirefox
Smile Fedora 14 ATI Catalyst 10.11 Install

Step 1: Open Terminal
Step 2: Run as root in Terminal

Code:
su -
And enter the root's password.

Step 3: Update the system
To make the installation less buggy.

Code:
yum update
Step 4: Install kernel-devel and gcc

Code:
yum install kernel-devel gcc
Step 5: Reboot
There's two ways to reboot:

[Main Menu] > [System] > [Shut Down] > [Restart]

OR

Code:
reboot
Step 6: Download ATI Catalyst driver from official website:

http://www2.ati.com/drivers/linux/at...x86.x86_64.run

Step 7: Repeat Step 1 & Step 2

Step 8: Execute the "ati-driver-installer-10-11-x86.x86_64.run"to install

Code:
bash ./ati-driver-installer-10-11-x86.x86_64.run
Step 9: Move to /lib/modules/fglrx/build_mod

Code:
cd /lib/modules/fglrx/build_mod
Step 10: Compile the driver's module

Code:
sh make.sh
Step 11: Move to the outer directory

Code:
cd ..
Step 12: Install the compiled driver's module
Code:
sh make_install.sh
Step 13: Add nomodeset to kernel row of /boot/grub/grub.conf file

Step 14: Repeat Step 5

Step 15: Done!

NOTE: 3D Acceleration and ATI Catalyst Control Center are available if the installation is success

Complete Version: http://shnwmchk.blogspot.com/2010/12...1-install.html

Last edited by Dan; 11th April 2011 at 11:03 PM. Reason: Font sizes reduced to conform to forum standards.
Reply With Quote
  #2  
Old 11th December 2010, 12:24 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Ok, Can you stop repeatedly posting this guide as I'm getting sick of clearing your posts from the moderation queue.
Reply With Quote
  #3  
Old 11th December 2010, 12:29 PM
shnwmchk Offline
Registered User
 
Join Date: Dec 2010
Posts: 6
linuxfedorafirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Quote:
Originally Posted by leigh123linux View Post
Ok, Can you stop repeatedly posting this guide as I'm getting sick of clearing your posts from the moderation queue.
Sorry. I stopped. This is the final version.
Reply With Quote
  #4  
Old 11th December 2010, 12:30 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Quote:
Originally Posted by shnwmchk View Post
Sorry. I stopped. This is the final version.
The auto-moderation should cease when your post count = 6
Reply With Quote
  #5  
Old 22nd December 2010, 10:03 AM
gda2004 Offline
Registered User
 
Join Date: Nov 2008
Location: Wales
Posts: 2
linuxfedorafirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Hi Guys for anyone who is looking on this page atm I could only get the 10.11 to work not the 10.12 but simply follow the instructions as is and it should work but do try the .12 if you can get it to work let me know
Reply With Quote
  #6  
Old 22nd December 2010, 10:48 AM
slayerking Offline
Registered User
 
Join Date: Jan 2008
Posts: 32
windows_7firefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Quote:
Originally Posted by gda2004 View Post
Hi Guys for anyone who is looking on this page atm I could only get the 10.11 to work not the 10.12 but simply follow the instructions as is and it should work but do try the .12 if you can get it to work let me know
The 10.11 and 10.12 ati installer works fine on F14 without any of these steps, Just run the installer choose automatic when it's done type aticonfig --initial then reboot.
Reply With Quote
  #7  
Old 28th December 2010, 10:59 AM
bulava Offline
Registered User
 
Join Date: Dec 2008
Posts: 58
windows_xp_2003firefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Could any confirm whether FC14 64-bit or the latest ATI Catalyst driver has any issues while installing/configuring this card:

Sapphire Toxic ATI 5850 - 2GB - DDR5

Thank you.
Reply With Quote
  #8  
Old 23rd March 2011, 10:57 AM
jphase Offline
Registered User
 
Join Date: Mar 2011
Posts: 1
linuxfedorafirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Quote:
Originally Posted by bulava View Post
Could any confirm whether FC14 64-bit or the latest ATI Catalyst driver has any issues while installing/configuring this card:

Sapphire Toxic ATI 5850 - 2GB - DDR5

Thank you.
I can confirm this problem. After installing Fedora Core 14 64bit and updating, I immediately installed the ati package. This created an endless loop on boot of black screen attempting to load something after the POST. It seems if you install the ati package before the kernel-devel and gcc packages (after updating) this problem occurs and is fixable by reinstalling (for me since I have no data to lose) or booting into a recovery terminal and removing/installing in the aforementioned order. Hope this helps.
Reply With Quote
  #9  
Old 11th April 2011, 10:55 PM
datahal42's Avatar
datahal42 Offline
Registered User
 
Join Date: Dec 2010
Posts: 94
linuxfedorafirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

do not need so many steps.

yum install dkms ("Dynamic Kernel Module Support Framework")

download de binary from ati. e.g: sh ati-driver-installer-11-3-x86.x86_64.run


some problem in leigth drivers : double image windows, some small issues in the firefox i dont konw why.

some problems with 32 bit library. with wine . s bit slow , maybe something in the compile options.

for now I prefer ati drivers
__________________
All fans in the world linux and freebsd.
who still believe in the philosophy foss
Reply With Quote
  #10  
Old 29th April 2011, 05:02 AM
Hashman Offline
Registered User
 
Join Date: Apr 2011
Posts: 1
linuxchrome
Re: Fedora 14 ATI Catalyst 10.11 Install

I can confirm, the latest ATI Linux driver that AMD just put out a few days ago works flawlessly with my 5000 series ATI graphics card and FC14. Smooth install too.

Last edited by Hashman; 29th April 2011 at 05:53 AM.
Reply With Quote
  #11  
Old 5th January 2011, 09:34 PM
Bad2theBone's Avatar
Bad2theBone Offline
Registered User
 
Join Date: Jan 2007
Location: Lawrenceville, Georgia
Posts: 352
linuxfedorafirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

do you need to disable compiz 3d effects? I'm currently running the OSS radeon drive with Compiz and Emerald Themes.
__________________
Hey, I was born confused, what's your excuse?!?!?! :D
AMD Phenom II 965 64 X4, MSI 890FXA-GD70 8 GB (4x2GB) 1600 DDR3 RAM Corsair, Video = AMD HD5770 w/1GB VRAM, SATAIII SSD 1 = 256GB, SATAIII 2 = 600GB, SATAII 3 = 1.0TB, SATAII 4 = 1.0TB, SATAIII 5 = 1.0TB, SATA 7 = ASUS DVD/CD, Corsair HX850W, CoolMaster ATCS840 OS = Fedora 18
Reply With Quote
  #12  
Old 7th February 2011, 02:51 AM
Nordic Offline
Registered User
 
Join Date: Mar 2010
Posts: 76
linuxfirefox
Re: Fedora 14 ATI Catalyst 10.11 Install

Well I got CCC installed without much issue, so thanks a lot for the guide/

However I am now faced with different issues.

I have an HD5770 with 2 19" monitors hooked up via VGA, and one 47" hooked to my mobo (HD3300) via HDMI. Initially upon install I had the 2 monitors working fine, after installing this driver though I only have the onboard graphics card. I've looked in CCC and it shows my 5770 as an "unknown adapter"

Does anyone have any suggestions?
Reply With Quote
Reply

Tags
ati, catalyst, fedora, fglrx

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Catalyst 9.x fglrx driver manual install on Fedora 11 Jeff72 Guides & Solutions (No Questions) 25 30th August 2009 08:29 PM
How to install ATI Catalyst 9.6 in Fedora 11 (as of Jun 20th) aaccdd Guides & Solutions (No Questions) 25 12th July 2009 03:14 PM
[Fedora 10] Black Screen After Catalyst install Iska Hardware & Laptops 1 11th January 2009 06:04 PM


Current GMT-time: 14:14 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat