Bitcoin Forum
June 16, 2024, 09:33:00 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Ubuntu with multiple 6970s not working - need serious help on: January 25, 2012, 08:28:57 PM
Have you tried Linuxcoin?

Nope, was really hoping to get it to work with Ubuntu :/
2  Bitcoin / Bitcoin Technical Support / Re: Ubuntu with multiple 6970s not working - need serious help on: January 25, 2012, 12:37:41 AM

Ok, so a single card runs fine as an auto-detected configuration. Is it possible that one of the cards is misbehaving? Can you try each card individually?
Each card on their own works fine with the original (automatic) xorg.conf.

That could very well be it, the somewhere else part. Did you try to move the VGA/DVI connector to another card, or to another port within the card? It could be that the autodetect is using the card that has the monitor on it, but then with =all it is using some other as main screen in a broken multi-screen config.
Ya almost seems like some broken multi-screen thing to me?

Do you get the ubuntu splash screen before it turns black? Can you SSH in to the machine? Does the numlock still turn on and off?
Have you tried booting with nomodeset
No splash screen, complete black screen with led signal on monitor.  I doubt I can SSH in.  Numlock does NOT turn on/off.
3  Bitcoin / Bitcoin Technical Support / Re: Ubuntu with multiple 6970s not working - need serious help on: January 24, 2012, 05:34:12 PM
Your dmesg gives a good hint:

[    3.509706] vgaarb: this pci device is not a vga device
[    3.509714] vgaarb: this pci device is not a vga device
[    3.509721] vgaarb: this pci device is not a vga device
[    3.509727] vgaarb: this pci device is not a vga device
[    3.509733] vgaarb: this pci device is not a vga device
[    3.509739] vgaarb: this pci device is not a vga device
[    3.509745] vgaarb: this pci device is not a vga device
[    3.509751] vgaarb: this pci device is not a vga device

etc

If I were to guess, Id say you are using extender cables and at least one of them (to which the monitor is connected) is no good.
Well, before running aticonfig --initial -adapter=all everything works fine (all cards are recognized) however when I try to utilize all cards that doesn't quite work, which is why I do the adapter=all thing.
My problem: after running aticonfig --initial -adapter=all I get a new xorg.conf.  After restarting my computer the monitor shows a blank screen but still has a signal.  I'm pretty sure it has something to do with my xorg.conf.  Any help would be so very much appreciated.  Thanks.

Looking at your dmesg output didn't really give any clues. Can you see the text console? (try ctrl+alt+F1~5). I've had much grief trying to get Catalyst to behave in a multi-monitor setup, but then again I moved to a situation where my miners are running text only, headless and are dedicated to mining. No more config pain.
No, after getting the new xorg.conf file I can not get to the text console at any time (completely black screen but the monitor led stays on so I know it has signal).  It's almost like screen is being displayed 'somewhere else.'
4  Bitcoin / Bitcoin Technical Support / Re: Ubuntu with multiple 6970s not working - need serious help on: January 24, 2012, 01:06:00 AM
can you post a paste link for the output of you dmesg?

absolutely, thanks for taking a look.

http://pastebin.com/d8TpehRE
5  Bitcoin / Bitcoin Technical Support / Re: Ubuntu with multiple 6970s not working - need serious help on: January 23, 2012, 04:59:36 PM
still having the same issue Sad anyone get there rig running multiple cards with linux?
6  Bitcoin / Bitcoin Technical Support / Re: Ubuntu with multiple 6970s not working - need serious help on: January 18, 2012, 12:36:44 AM
 Grin Oh well, my secret is out!  Hopefully there are some people running Ubuntu who have had experience with similar situations.
7  Bitcoin / Bitcoin Technical Support / Ubuntu with multiple 6970s not working - need serious help on: January 17, 2012, 10:38:44 PM
Hey everyone, I have been trying for so long to get my mining rig up and working but I'm having serious problems.  I have 4 6970 cards running the Catalyst 11.12 drivers.  My OS is Ubuntu 11.10.

aticonfig --list-adapters


Main Display


Dummy Displays


xorg.conf (generated from aticonfig --initial -adapter=all)
Code:
Section "ServerLayout"
Identifier     "aticonfig Layout"
Screen      0  "aticonfig-Screen[0]-0" 0 0
Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
Screen         "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-0"
Screen         "aticonfig-Screen[3]-0" RightOf "aticonfig-Screen[2]-0"
EndSection

Section "Module"
EndSection

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

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

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

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

Section "Device"
Identifier  "aticonfig-Device[0]-0"
Driver      "fglrx"
BusID       "PCI:3:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[1]-0"
Driver      "fglrx"
BusID       "PCI:4:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[2]-0"
Driver      "fglrx"
BusID       "PCI:5:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[3]-0"
Driver      "fglrx"
BusID       "PCI:6:0: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
EndSection

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

Section "Screen"
Identifier "aticonfig-Screen[2]-0"
Device     "aticonfig-Device[2]-0"
Monitor    "aticonfig-Monitor[2]-0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[3]-0"
Device     "aticonfig-Device[3]-0"
Monitor    "aticonfig-Monitor[3]-0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

My problem: after running aticonfig --initial -adapter=all I get a new xorg.conf.  After restarting my computer the monitor shows a blank screen but still has a signal.  I'm pretty sure it has something to do with my xorg.conf.  Any help would be so very much appreciated.  Thanks.
8  Other / Beginners & Help / Re: Somewhat Noob to Bitcoin on: January 13, 2012, 05:57:25 PM
I can understand wanting to mine just to check it out. However, you will want to consider the possible destruction of your computer into the cost. It is almost certain that you will not be profitable, and it may get expensive. 
Im new to mining but not hardware and this guy is right.  OP save your money while doing some research, get a decent rig, and then kick some butt Tongue
9  Other / Beginners & Help / Re: 4chan's /g/ gets back into Bitcoins... on: January 13, 2012, 12:32:48 AM
I noticed that too, back to back even..
10  Other / Beginners & Help / Re: Newbie restrictions on: January 13, 2012, 12:28:37 AM
These are the most draconian restrictions I've ever encountered when signing up to a forum. You guys must really hate dealing with spammers! Oh well, I guess if it works, more power to ya  Grin
With the popularity of this forum it is understandable.
11  Other / Beginners & Help / Re: Newbies Hangout on: January 13, 2012, 12:24:45 AM
Hey fellow newbs! Smiley
12  Other / Beginners & Help / Re: Introduce yourself :) on: January 13, 2012, 12:22:21 AM
Hello everyone, glad to join the forums and get mining Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!