Hi guys, wondering if someone could be as kind as to help me
poclbm only detects the CPU (not the cards - 2 x 6950's)
here's some outputs/logs:
andrew@sky:~/bc$ python poclbm.py
No protocol specified
No device specified or device not found, use -d to specify one of the following
- AMD Sempron(tm) 140 Processor
andrew@sky:~/bc$ sudo aticonfig --list-adapters
* 0. 01:00.0 AMD Radeon HD 6900 Series
1. 02:00.0 AMD Radeon HD 6900 Series
* - Default adapter
andrew@sky:~/bc$ lspci
....
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:00.0 VGA compatible controller: ATI Technologies Inc Cayman PRO [AMD Radeon 6900 Series]
01:00.1 Audio device: ATI Technologies Inc Device aa80
02:00.0 VGA compatible controller: ATI Technologies Inc Cayman PRO [AMD Radeon 6900 Series]
02:00.1 Audio device: ATI Technologies Inc Device aa80
....
andrew@sky:~/bc$ lsmod | grep fglr
fglrx 2490187 120
andrew@sky:~/bc$ dmesg | grep fglr
[ 9.542661] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 10.107514] [fglrx] Maximum main memory to use for locked dma buffers: 1884 MBytes.
[ 10.107587] [fglrx] vendor: 1002 device: 6719 count: 1
[ 10.107590] [fglrx] vendor: 1002 device: 6719 count: 2
[ 10.107849] [fglrx] ioport: bar 4, base 0xc000, size: 0x100
[ 10.107900] [fglrx] ioport: bar 4, base 0xd000, size: 0x100
[ 10.108326] [fglrx] Kernel PAT support is enabled
[ 10.108347] [fglrx] module loaded - fglrx 8.86.5 [May 24 2011] with 2 minors
[ 11.875173] fglrx_pci 0000:01:00.0: irq 49 for MSI/MSI-X
[ 11.875672] [fglrx] Firegl kernel thread PID: 1118
[ 11.875706] [fglrx] Firegl kernel thread PID: 1119
[ 11.875739] [fglrx] Firegl kernel thread PID: 1120
[ 11.876016] [fglrx] IRQ 49 Enabled
[ 12.443914] fglrx_pci 0000:02:00.0: irq 50 for MSI/MSI-X
[ 12.444486] [fglrx] Firegl kernel thread PID: 1122
[ 12.444521] [fglrx] Firegl kernel thread PID: 1123
[ 12.444554] [fglrx] Firegl kernel thread PID: 1124
[ 12.444973] [fglrx] IRQ 50 Enabled
[ 12.660510] [fglrx] Gart USWC size:628 M.
[ 12.660513] [fglrx] Gart cacheable size:247 M.
[ 12.660517] [fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 12.660520] [fglrx] Reserved FB block: Unshared offset:fb07000, size:1f9000
[ 12.660522] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
[ 12.967517] [fglrx] Gart USWC size:628 M.
[ 12.967520] [fglrx] Gart cacheable size:247 M.
[ 12.967525] [fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 12.967527] [fglrx] Reserved FB block: Unshared offset:fb07000, size:1f9000
[ 12.967529] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
andrew@sky:~/bc$ fglrxinfo
No protocol specified
Error: unable to open display (null)
andrew@sky:~/bc$
andrew@sky:~/bc$ tail -n6 ~/.bashrc
fi
export AMDAPPSDKSAMPLESROOT=/home/andrew/AMD-APP-SDK-v2.4-lnx32/
export LD_LIBRARY_PATH=${AMDAPPSDKROOT}lib/x86:${LD_LIBRARY_PATH}
export AMDAPPSDKROOT=/home/andrew/AMD-APP-SDK-v2.4-lnx32/
export ATISTREAMSDKROOT=/home/andrew/AMD-APP-SDK-v2.4-lnx32/
export LIBRARY_PATH=$LIBRARY_PATH:$ATISTREAMSDKROOT/lib/x86/
I'll ship 1 BTC to whoever gives me the solution, and yes, X is running and I did do aticonfig --adapters=all initial + reboot.
*hopeful*