LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-01-2013, 05:23 AM   #1
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Rep: Reputation: Disabled
FGLRX detecting one of two GPUs


Hello everyone!

I have two ATI graphics cards running in crossfire and three monitors. I am using the latest version of Linux Mint and all packages are up to date.

GPU one is a HD6950 and is properly running the single monitor connected to it.
GPU two is a HD6800 and is not functioning. It has two monitors connected to it.

My issue is that FGLRX only detects the primary graphics card however LSPCI indicates that all is well with both devices.

What should I do?

Thanks in advance!
 
Old 04-02-2013, 01:45 AM   #2
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
You cant run crossfire with a 69XX + 68XX as far as I know.

Quote:
What are the system requirements for AMD CrossFire™?

The minimum requirements to run AMD CrossFire are:

2x or more AMD Radeon™ HD2000 series or greater graphics cards that are within the same family model number. E.g. 2 x AMD Radeon HD6770
http://support.amd.com/us/kbarticles...ssFireFAQ.aspx

'Family model' basicly means 'the cards need to start with the same 2 digits' (so crossfire 6870 + 6850 is possible, 6870 + 6950 isnt)
 
Old 04-03-2013, 12:10 AM   #3
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
The same configuration worked perfectly for windows XP and 7. Crossfire appeared to be working properly on those OSes.

I will remove the crossfire link and provide a update in a few minutes.
 
Old 04-03-2013, 12:17 AM   #4
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
No change after removing the crossfire link. Device is still listed in lspci.

No obvious issues that I can see with the exception that my displays are not being detected/working.

Any other ideas?
 
Old 04-03-2013, 04:07 AM   #5
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
I dont think you had crossfire running in XP or 7.

http://sites.amd.com/PublishingImage...hart_1618W.jpg
 
Old 04-03-2013, 12:19 PM   #6
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thats besides the point, the second graphics card is not functioning. At this point I don't care about crossfire, I just need my other monitors online.

Still attempting various things and I have busted my distro twice now. Any ideas would be helpful.
 
Old 04-03-2013, 12:51 PM   #7
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
Could you give us the output from
Code:
lspci -vn | grep  VGA
aticonfig  --list-adapters
Cheers
 
Old 04-03-2013, 04:26 PM   #8
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
Here is the output from those commands.

As I said, lspci lists it but I can not get the driver to output.

Code:
longbow12 wyatt # lspci -vn | grep  VGA
	Flags: bus master, VGA palette snoop, 66MHz, medium devsel, latency 64
01:00.0 0300: 1002:6719 (prog-if 00 [VGA controller])
07:00.0 0300: 1002:6738 (prog-if 00 [VGA controller])

longbow12 wyatt # aticonfig  --list-adapters
* 0. 01:00.0 AMD Radeon HD 6900 Series 
  1. 07:00.0 AMD Radeon HD 6800 Series

* - Default adapter
 
Old 04-03-2013, 07:40 PM   #9
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Use a service like http://pastebin.com/ to show us your /var/log/Xorg.0.log file.
 
Old 04-03-2013, 08:05 PM   #10
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by adamk75 View Post
Use a service like http://pastebin.com/ to show us your /var/log/Xorg.0.log file.
http://pastebin.com/zfpAy0PN
 
Old 04-03-2013, 08:11 PM   #11
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well your xorg.conf makes no reference to a second GPU, so of course nothing is going to get output. Pastebin the config file. How did you create the file?
 
Old 04-03-2013, 09:51 PM   #12
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
You should be able to configure both cards with aticonfig.
Code:
aticonfig --adapters=all --original
It should create a xorg.conf for both cards.
 
Old 04-03-2013, 11:36 PM   #13
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by gdejonge View Post
You should be able to configure both cards with aticonfig.
Code:
aticonfig --adapters=all --original
It should create a xorg.conf for both cards.
I thought the same but apparently the aticonfig does not reconize "--adapters=all".
Code:
longbow12 wyatt # aticonfig --adapters=all --original
aticonfig: unrecognized option '--adapters=all'
aticonfig: parsing the command-line failed.
 
Old 04-04-2013, 12:14 AM   #14
anon019
LQ Newbie
 
Registered: Apr 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
Played around with various settings and managed to break the system again. Thank god for backups.

Toying with any option that would make sense with aticonfig is returning with no avail.
 
Old 04-04-2013, 10:46 PM   #15
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
Sorry, my bad.
Should be --adapter=all without the 's'.
And the --original should be --initial.

Cheers.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB devices stop detecting (or un-detecting). Mleahy Linux - Desktop 1 07-31-2011 02:08 AM
Need help setting up 3 displays on 2 GPUs nightshade_1977 Linux - Hardware 0 05-16-2010 03:17 PM
I got fglrx driver to install, but what do I do with fglrx module? mack_the_knife Slackware 7 07-12-2009 03:48 AM
ATI driver, fglrx - FATAL: Error inserting fglrx hubabuba Slackware 4 04-18-2009 01:27 PM
Fglrx console=>X changing problem and fglrx resume zbychdm Linux - Hardware 2 09-21-2004 12:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration