Bitcoin Forum
June 21, 2024, 06:41:44 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: April 16, 2013, 08:40:01 PM
rQ3kzNDCfrw6BvaweVmp8jxCezSuVtGPYg
2  Other / Beginners & Help / Re: Newbie post.. on: April 16, 2013, 04:54:18 PM
i need more posts even though i've been signed up for a long time.
3  Other / Beginners & Help / Re: Newbie restrictions on: April 16, 2013, 04:53:01 PM
wait the restrictions are 4 hours online and 5 posts? i thought it was 4 hours since the membership was created + 5 posts...ug
4  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: April 16, 2013, 04:51:14 PM
this seems kind of silly to have to have posts in order to post...i have to spam 5 messages just so i can make a post where i want...maybe it should be 4 hours + 5 posts OR 1 year of read only
5  Other / Beginners & Help / Re: How long until I can post outside the newbie area? on: April 16, 2013, 04:49:08 PM
need more posts...
6  Other / Beginners & Help / Re: BFL starts shipping Jalapeno this week!? on: April 16, 2013, 04:47:01 PM
glad i didn't cancel my order last week!  Grin
7  Other / Beginners & Help / Re: aticonfig sees both cards but miner doesn't on: January 25, 2012, 02:05:55 PM
Actually i figured it out. I was using ati-opencl-dev_2.1.deb and  ati-opencl-runtime_2.1_i386.deb which work fin on the 5xxx card. I updated to ati-opencl-dev_2.3.deb and  ati-opencl-runtime_2.3_i386.deb and both cards work (though i updated the kernel and broke everything right after i got it working, oops).
8  Other / Beginners & Help / aticonfig sees both cards but miner doesn't on: January 24, 2012, 10:48:57 AM
I have had a single 5870 running for a while. I recently got a 6950 which i unlocked the shaders on. My problem is when i start phoenix, it only shows two devices, (0) is my CPU and (1) Cypress. I can start the miner on [1] which is my old card and it works fine. I've tried to plug in a monitor to the second card but it didn't help. My xorg.config should be fine but here it is:
Code:
Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-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 "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[1]-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
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!