Bitcoin Forum
June 24, 2024, 11:12:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Where would you like to see Bitcoin in 10 years? on: December 10, 2013, 04:34:21 PM
I would like to see them in my wallet Smiley
But seriously - I believe that wjen USA accept this currency asa legal and official currency, the prices for 1 BTC may go even higher that their are now.
2  Other / Beginners & Help / [bfgminer] [debian] [ati] 0 GPU devices max detected on: December 10, 2013, 04:11:54 PM
Hi All,

I have Linux debian wheezy 64 bit.
I Have Radeon HD 7950.
I have installed fglrx driver as it was instructed on https://wiki.debian.org/ATIProprietary
Code:
# aptitude update
# aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-driver
I have AMD APP SDK installed (version 2.9)
I have downloaded and included ADL headers in ADL folder of bfgminer

I have cloned and build bfgminer from git repo (version 3.8.1), and installed all dependencies it needed.
Here is how i configured and compile it:
Code:
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include" LDFLAGS="-L/opt/AMDAPP/lib/x86_64" ./configure --enable-scrypt --enable-opencl

Now, I get this:
Code:
$ bfgminer -n 
$ [2013-12-10 18:07:13] 0 GPU devices max detected

I have checked if fglrx is OK, adn it is:
Code:
$ fglrxinfo 
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7900 Series
OpenGL version string: 4.2.11762 Compatibility Profile Context

I have searched the forum and Google, but couldn't find solution to my problem. And yes, I did try to
Code:
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1

Please help me if you have fixed such problem.
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!