Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
norulezapply
on 01/08/2011, 22:33:04 UTC
With the final I'm getting "no supported adapters found" with aticonfig again and "failed to load OpenCL kernel" with phoenix Sad
What gives?
I've accepted the license and ran "sudo aticonfig -f --initial --adapter=all"

Ok thats strange it was tested quite a bit this end before release. Can you please post the

make and model of your card
the output from

Code:
aticonfig --lsa
cat /etc/X11/xorg.conf
cat /var/log/Xorg.0.log
ls /etc/OpenCL/vendors



The model is a Sapphire 5770 Vapor-X. It's the same with my Sapphire Xtreme 5830 also.
It used to work fine in 0.2-b. Then in prefinal it was a bit iffy, now in final I can't get it working at all.

===
aticonfig --lsa
===
aticonfig: No supported adapters detected


===
user@linuxcoin:~/smartcoin$ cat /etc/X11/xorg.conf
===
Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 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 "Device"
   Identifier  "aticonfig-Device[0]-0"
   Driver      "fglrx"
   BusID       "PCI:1: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


===
cat /var/log/Xorg.0.log
===
too long to post - see http://shrib.com/z6jHsPci


===
user@linuxcoin:~$ ls /etc/OpenCL/vendors
===
amdocl32.icd  amdocl64.icd


Seems like I've missed something from the configuration somewhere since it's not working with either card in different PCs.