Fedora Linux Support Community & Resources Center
  #1  
Old 30th April 2011, 03:31 AM
evilbastard Offline
Registered User
 
Join Date: Mar 2011
Posts: 75
windows_7firefox
Fedora 14 ATI Catalyst and Radeon HD 6550m

I am trying to get the Proprietary Catalyst drivers configured under Fedora 14 for an ATI Radeon 6550HD. When I check the Catalyst Control Center, it's only noticing the "Onboard" graphics chip, which is disabled in the Windows Catalyst Control Center.

Under Windows the primary adapter is listed as:

ATI Mobility Radeon HD 6550 1 gig ram

And Disabled adapter is listed as:

ATI Mobility M880G Radeon 4250

I checked the system bios and there is no way to disable the onboard graphics card.

Is there a way I can get this card working under Linux?

---------- Post added at 09:16 PM ---------- Previous post was at 06:02 PM ----------

I should have added that this is on an HP Pavilion dv6 laptop

[/COLOR]Crap thought I had posted a reply. Should have mentioned that this is on a HP Pavilion dv6 laptop. I did some googling and decided to try and modify my xorg.conf file (original below)

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
Load "dri"
Load "glx"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "Enable" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "HDMI" "all"
Option "Audio" "on"
Option "TVFormat" "NTSC-N"
BusID "PCI:1:5:0"
Screen 0
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
Option "TwinView" "1"
EndSection
Section "DRI"
Mode 0666
EndSection


using lspci | grep -i vga I get the following:

01:05.0 VGA compatible controller: ATI Technologies Inc M880G [Mobility Radeon HD 4200]
02:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5600 Series] (rev ff)

So I figured I would modify the BusID to "PCI:2:0:0"

But when I startx it crashes and returns to prompt. The following are the relevant sections from the Xorg.0.log file:


440.311] (==) fglrx(0): NoAccel = NO
[ 440.311] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 440.311] (--) fglrx(0): Chipset: "AMD Radeon HD 6500M/5600/5700 Series" (Chipset = 0x68c1)
[ 440.311] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x1640)
[ 440.311] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI

(I thing the above line is the problem, not a proprietary ASTI card)

[ 440.311] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
[ 440.312] (--) fglrx(0): MMIO registers at 0xf0200000
[ 440.312] (--) fglrx(0): I/O port at 0x00003000
[ 440.312] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 440.320] (II) fglrx(0): ATIF platform detected
[ 440.324] (II) fglrx(0): AC Adapter is used
[ 440.333] (II) fglrx(0): Invalid ATI BIOS from int10, the adapter is not VGA-enabled
[ 440.333] (EE) fglrx(0): Invalid video BIOS signature!
[ 440.333] (EE) fglrx(0): GetBIOSParameter failed
[ 440.333] (EE) fglrx(0): PreInitAdapter failed
[ 440.333] (EE) fglrx(0): PreInit failed
[ 440.333] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === end
[ 440.339] (II) UnloadModule: "fglrx"
[ 440.339] (II) UnloadModule: "fglrxdrm"
[ 440.339] (II) UnloadModule: "fglrxdrm"
[ 440.339] (EE) Screen(s) found, but none have a usable configuration.
[ 440.339]
Fatal server error:
[ 440.339] no screens found

So I am thinking since this is not a stock ATI card, the Catalyst driver isn't recognizing the Redwood card. Is there anyway I can get the Catalyst driver to work with the Redwood card?
Reply With Quote
  #2  
Old 30th April 2011, 06:01 PM
fred_m Offline
Registered User
 
Join Date: Jun 2005
Location: Brazil - Recife - PE
Age: 33
Posts: 87
linuxchrome
Re: Fedora 14 ATI Catalyst and Radeon HD 6550m

How do you get your catalyst control center to work ? I have no success and I'm running my fedora with vesa driver.

My lspci | grep -i vga returns:
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series]

Do you know how can I choose intel controller instead ATI ?

Fred
__________________
Frederico Madeira
www.madeira.eng.br
MSN: fttmadeira@hotmail.com
Registered GNU/Linux nº 206120
Reply With Quote
  #3  
Old 30th April 2011, 06:18 PM
evilbastard Offline
Registered User
 
Join Date: Mar 2011
Posts: 75
linuxfirefox
Re: Fedora 14 ATI Catalyst and Radeon HD 6550m

I have the same issue as you, Fedora sees the HD adapter, but won't use it. I downloaded the latest Catalyst drivers from ATI website and was able to install it no problem.

If you find a solution to your issue, I am sure I can use the same procedure for me.
Reply With Quote
  #4  
Old 2nd May 2011, 03:30 AM
evilbastard Offline
Registered User
 
Join Date: Mar 2011
Posts: 75
linuxfirefox
Re: Fedora 14 ATI Catalyst and Radeon HD 6550m

Did some more googling, and found something about vgaswitcheroo, which is enabled in my kernel by default. But if I install the ATI Proprietary drivers, the vgaswitcheroo module disappears from /sys/kernel/debug. Might have to experiment with another distro to see if I can get any further.
Reply With Quote
  #5  
Old 1st August 2011, 12:54 PM
drakkan Offline
Registered User
 
Join Date: Aug 2011
Posts: 1
windows_7chrome
Re: Fedora 14 ATI Catalyst and Radeon HD 6550m

Sorry if it seems I am resurrecting this thread, but I just installed Fedora 15 and have this card, the Radeon 6550m in my laptop. How can I tell if it is installed correctly and working with full capabilities?
Reply With Quote
Reply

Tags
6550m, ati, catalyst, fedora, radeon

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
Fedora 14 ATI Catalyst 10.11 Install shnwmchk Guides & Solutions (No Questions) 15 29th April 2011 05:02 AM
when catalyst will be available for fedora 14 geolab Hardware & Laptops 2 25th November 2010 04:08 AM
ATI Catalyst 10.6 and Fedora 13 scorpio2002 Hardware & Laptops 30 1st August 2010 02:33 PM
ATI Catalyst 10.7 and Fedora 13 lovenemesis Hardware & Laptops 5 30th July 2010 08:25 AM
Catalyst ATI 10.4 driver for Fedora 12 Memysabu Hardware & Laptops 44 27th May 2010 12:50 PM


Current GMT-time: 12:04 (Saturday, 25-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