LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-22-2015, 08:15 AM   #1
Zaileion
LQ Newbie
 
Registered: Oct 2011
Posts: 28

Rep: Reputation: Disabled
Crossfire 2 - Dual GPU AMD Radeon Cards.. "Quadifre"?


.
.
Im trying to Crossfire 2 radeon 7990's, essentially Quadfire. Instructions from http://forumubuntusoftware.info/view...php?f=7&t=2336 worked perfectly but only for Device 0,1

Im not sure if this is crossfiring both GPU's in the primary graphics card leaving the secondary graphics card not crossfired or, crossfiring the 1st GPU of each graphics card leaving the 2nd GPUs on both primary and secondary cards not crossfired.

I know the Crossfire cable is working, and the cards are properly seated in the PCI slots because in Windows(R) everything works.

Side Note: No usual output from this command:

Code:
$ glxinfo | grep direct-rendering 
$
Should say: direct-rendering: yes (or something like that)

Here are some commands i've used:

1.
Code:
$ aticonfig --lsch 

Multiple GPU chain for adapter 0, status: Crossfire is enabled 
  0. 05:00.0 AMD Radeon HD 7900 Series  
1. 06:00.0 AMD Radeon HD 7900 Series
Code:
$ aticonfig --list-adapters 
* 0. 05:00.0 AMD Radeon HD 7900 Series  
  1. 06:00.0 AMD Radeon HD 7900 Series  
  2. 09:00.0 AMD Radeon HD 7900 Series  
  3. 0a:00.0 AMD Radeon HD 7900 Series  

* - Default adapter
I can get Crossifre on all 4 GPU's by doing the following but after reboot I get the result in Code # 1.

If I:

2.
Code:
$ sudo aticonfig --adapter=all --cfa 
[sudo] password for zaileion: 
No layout section was found in the file: '/etc/X11/xorg.conf'. 
Please run 'aticonfig --initial' first or modify your configuration file manually and run aticonfig again. 
aticonfig: parsing the command-line failed.
So..

3.
Code:
$ sudo amdconfig --initial -f --adapter=all 
Uninitialised file found, configuring. 
Using /etc/X11/xorg.conf 
Saving back-up to /etc/X11/xorg.conf.original-1
** Notice: Saving back-up to /etc/X11/xorg.conf.original-1 above. I “rm” the backups after every few, otherwise it would be in the dozens... Ive been trying and trying..

Then I:


4.
Code:
$ sudo aticonfig --adapter=all --cfa 
Multiple GPU chain added 
Warning: X needs to be restarted before MGPU changes take effect.
And:

5.
Code:
$ sudo aticonfig --adapter=all --crossfire=on 
Crossfire chain(s) enabled 
CrossFire does not support on this platform 
Warning: X needs to be restarted before CrossFire changes take effect.


Result NO Restart:

Code:
$ aticonfig --lsch 

Multiple GPU chain for adapter 0, status: Crossfire is enabled 
  0. 05:00.0 AMD Radeon HD 7900 Series  
  1. 06:00.0 AMD Radeon HD 7900 Series  
  2. 09:00.0 AMD Radeon HD 7900 Series  
3. 0a:00.0 AMD Radeon HD 7900 Series
Notice 0,1 are 05:00.0, 06:00.0 & 2,3 are 09:00.0, 0a:00.0 Anyone know what that means?

And then there is this command I'm not sure what it means:

Code:
$ aticonfig --lscs
    Candidate Combination: 
    Master: 5:0:0 
    Slave: 6:0:0 
    CrossFire is disabled on current device
    CrossFire Diagnostics:
    CrossFire can work with P2P mapping through GART
    Dongle Capabilities: support PASSTHROUGH |INTERLINK_SW_AFR | INTERLINK_AUTO_AFR | INTERLINK_BLACKING | INTERLINK_SUPERAA 
    Candidate Combination: 
    Master: 5:0:0 
    Slave: 6:0:0 
    CrossFire is disabled on current device
    CrossFire Diagnostics:
    CrossFire can work with P2P mapping through GART
    Dongle Capabilities: support PASSTHROUGH |INTERLINK_SW_AFR | INTERLINK_AUTO_AFR | INTERLINK_BLACKING | INTERLINK_SUPERAA 
    Candidate Combination: 
    Master: 5:0:0 
    Slave: 6:0:0 
    CrossFire is disabled on current device
    CrossFire Diagnostics:
    CrossFire can work with P2P mapping through GART
    Dongle Capabilities: support PASSTHROUGH |INTERLINK_SW_AFR | INTERLINK_AUTO_AFR | INTERLINK_BLACKING | INTERLINK_SUPERAA 
    Candidate Combination: 
    Master: 5:0:0 
    Slave: 6:0:0 
    CrossFire is disabled on current device
    CrossFire Diagnostics:
    CrossFire can work with P2P mapping through GART
    Dongle Capabilities: support PASSTHROUGH |INTERLINK_SW_AFR | INTERLINK_AUTO_AFR | INTERLINK_BLACKING | INTERLINK_SUPERAA
If I restart I get the same thing as # 1. above

I've tried different combinations of “sudo aticonfig –adapter=all....” replacing “all” with “1,2” or “2,3” and finished the instructions with the corresponding adjustments to the commands thus having to “rm” the backups of the xorg.conf.

No matter what when I restart I get the result in Code # 1 after a restart.

Thank you for providing your time.
 
Old 07-22-2015, 11:00 AM   #2
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Only have two comments, not sure if they'll help:

The 05:00.0, 06:00.0, 09:00.0 and 0a:00.0 are PCI slot assignments. If you run lspci, you'll see that data as well.

The other comment is that, aside from these information messages, have you tried running any graphics tests to measure the graphics processing speed? Sometimes the diagnostic information is inconsistent, but the cards actually are working in crossfire. Might be worthwhile to fire up some sort of benchmark program with some of your different efforts.
 
  


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
LXer: AMD Lands Open-Source "Hawaii" GPU Driver Code LXer Syndicated Linux News 0 11-11-2013 03:51 AM
LXer: 11-Way AMD Radeon GPU Comparison On Linux 3.12, Mesa 9.3 LXer Syndicated Linux News 0 09-23-2013 10:11 PM
LXer: The AMD "Radeon HD 8000" Open-Source Milestone LXer Syndicated Linux News 0 03-27-2011 08:51 PM
ATI Radeon 3650 Dual Head "Independent Desktops" DrAxeman Linux - Laptop and Netbook 4 07-09-2009 02:42 AM
"Dual Head" with ATi Radeon 9700 objorkum Linux - Software 6 10-28-2004 05:21 AM

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

All times are GMT -5. The time now is 09:30 AM.

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