Bitcoin Forum
May 26, 2024, 09:00:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to force Catalyst 11.11 drivers (and SDK 2.5) to install on Xubuntu 12.4  (Read 3737 times)
dreamwatcher (OP)
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
June 06, 2012, 11:10:04 PM
Last edit: June 06, 2012, 11:58:53 PM by dreamwatcher
 #1

I thought I would share this technique I discovered through trail error for forcing the Catalyst 11.11 driver to install on Xubuntu 12.4

First you will need to download the drivers from the AMD archive, you can try to wget it, but for some reason I have problems with that so I just download through a browser.

http://support.amd.com/us/gpudownload/windows/previous/11/Pages/radeon_linux.aspx?os=Linux%20x86&rev=11.11

Chmod +x the download to make it executable (chmod +x ati-driver-installer-11-11-x86.x86_64.run)

Enter super user mode by using sudo before each of the following lines......or make life easy and just use sudo -i to get a root prompt.

(sudo) sh ./ati-driver-installer-11-11-x86.x86_64.run  --buildpkg Ubuntu/precise

After a couple of dialogs it will finish and you should have three new packages in the directory.

IMPORTANT: It is vital to run this next command and let it error out!!!!!!!!!!!!

(sudo) dpkg -i fglrx*.deb

This step is needed or else the software installer in the next step will just download and install the latest drivers and SDK instead of repairing the dependency cache issue.



Navaigate with the file manager to (fglrx-amdcccle_8.911-0ubuntu1_amd64.deb).

Right click and open the file with the "Ubuntu software manager".

The software manager will indicate the install has a dependency cache error, click the repair button to have the manager repair the cache. Walk away have a soda, beer whatever..it will take a few minutes.

When finished, the manager will indicate it is installed.

You are finished with the install...that is it, everything including the SDK is installed.

Just remember to do (sudo) aticonfig --adapter=all --initial and reboot to get the Xorg configuration set with the ATI drivers.

PS.... Don't forget to export DISPLAY=:0 and export GPU_USE_SYNC_OBJECTS=1, in fact just put those in a script along with your miner start up.


Hope this helps somebody out and avoids hours of frustration...I have personal experience ... Cheesy







crazyates
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
June 07, 2012, 12:17:44 AM
 #2

Mmmm beer...

Btw, what does GPU_USE_SYNC_OBJECTS=1 do? Why do we have to use it for mining?

Tips? 1crazy8pMqgwJ7tX7ZPZmyPwFbc6xZKM9
Previous Trade History - Sale Thread
dreamwatcher (OP)
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
June 07, 2012, 03:59:59 AM
 #3

Mmmm beer...

Btw, what does GPU_USE_SYNC_OBJECTS=1 do? Why do we have to use it for mining?

It is a workaround for the 100% CPU bug in ATI drivers.

If your rig is not effected by that bug, the workaround will not hinder anything, so one is better off just using it all the time just in case.
lueo
Member
**
Offline Offline

Activity: 61
Merit: 10


Bitcoin believer


View Profile WWW
June 19, 2012, 04:06:29 AM
 #4

Great article!

I've also described the steps to install catalyst 11 on xubuntu 12.04.

Take a look!

Complete Guide To Mine Bitcoin on Xubuntu 12.04
http://goo.gl/vP3G9

I thought I would share this technique I discovered through trail error for forcing the Catalyst 11.11 driver to install on Xubuntu 12.4

First you will need to download the drivers from the AMD archive, you can try to wget it, but for some reason I have problems with that so I just download through a browser.

http://support.amd.com/us/gpudownload/windows/previous/11/Pages/radeon_linux.aspx?os=Linux%20x86&rev=11.11

Chmod +x the download to make it executable (chmod +x ati-driver-installer-11-11-x86.x86_64.run)

Enter super user mode by using sudo before each of the following lines......or make life easy and just use sudo -i to get a root prompt.

(sudo) sh ./ati-driver-installer-11-11-x86.x86_64.run  --buildpkg Ubuntu/precise

After a couple of dialogs it will finish and you should have three new packages in the directory.

IMPORTANT: It is vital to run this next command and let it error out!!!!!!!!!!!!

(sudo) dpkg -i fglrx*.deb

This step is needed or else the software installer in the next step will just download and install the latest drivers and SDK instead of repairing the dependency cache issue.



Navaigate with the file manager to (fglrx-amdcccle_8.911-0ubuntu1_amd64.deb).

Right click and open the file with the "Ubuntu software manager".

The software manager will indicate the install has a dependency cache error, click the repair button to have the manager repair the cache. Walk away have a soda, beer whatever..it will take a few minutes.

When finished, the manager will indicate it is installed.

You are finished with the install...that is it, everything including the SDK is installed.

Just remember to do (sudo) aticonfig --adapter=all --initial and reboot to get the Xorg configuration set with the ATI drivers.

PS.... Don't forget to export DISPLAY=:0 and export GPU_USE_SYNC_OBJECTS=1, in fact just put those in a script along with your miner start up.


Hope this helps somebody out and avoids hours of frustration...I have personal experience ... Cheesy









Donation: 1M1mB5BQX5QthTojfHxXxJQJr8ro5xLcKR
Real-time LR <-> MTGOX exchange! http://goo.gl/gJqZS
Internet Marketing Q&A in Chinese: http://qa.webcash168.com/
martychubbs
Hero Member
*****
Offline Offline

Activity: 742
Merit: 503


View Profile
June 25, 2012, 09:48:08 PM
 #5

Great article!

I've also described the steps to install catalyst 11 on xubuntu 12.04.

Take a look!

Complete Guide To Mine Bitcoin on Xubuntu 12.04
http://goo.gl/vP3G9

I thought I would share this technique I discovered through trail error for forcing the Catalyst 11.11 driver to install on Xubuntu 12.4

First you will need to download the drivers from the AMD archive, you can try to wget it, but for some reason I have problems with that so I just download through a browser.

http://support.amd.com/us/gpudownload/windows/previous/11/Pages/radeon_linux.aspx?os=Linux%20x86&rev=11.11

Chmod +x the download to make it executable (chmod +x ati-driver-installer-11-11-x86.x86_64.run)

Enter super user mode by using sudo before each of the following lines......or make life easy and just use sudo -i to get a root prompt.

(sudo) sh ./ati-driver-installer-11-11-x86.x86_64.run  --buildpkg Ubuntu/precise

After a couple of dialogs it will finish and you should have three new packages in the directory.

IMPORTANT: It is vital to run this next command and let it error out!!!!!!!!!!!!

(sudo) dpkg -i fglrx*.deb

This step is needed or else the software installer in the next step will just download and install the latest drivers and SDK instead of repairing the dependency cache issue.



Navaigate with the file manager to (fglrx-amdcccle_8.911-0ubuntu1_amd64.deb).

Right click and open the file with the "Ubuntu software manager".

The software manager will indicate the install has a dependency cache error, click the repair button to have the manager repair the cache. Walk away have a soda, beer whatever..it will take a few minutes.

When finished, the manager will indicate it is installed.

You are finished with the install...that is it, everything including the SDK is installed.

Just remember to do (sudo) aticonfig --adapter=all --initial and reboot to get the Xorg configuration set with the ATI drivers.

PS.... Don't forget to export DISPLAY=:0 and export GPU_USE_SYNC_OBJECTS=1, in fact just put those in a script along with your miner start up.


Hope this helps somebody out and avoids hours of frustration...I have personal experience ... Cheesy









+1


              ▄▄▄▄▄▄▄▄
          ▄▄████████████▄▄
       ▄████████████████████▄
     ▄██████████████▀█████████▄
   ▄███████████████   ██████████▄
  ▐█████████████████   ██████████▌
 ▐█████████████████▀    ██████████▌
 ███████████████▀        ██████████
▐████████████▀     ▄███   █████████▌
████████████    ▄████▀██▄███████████
██████████▀██▄████▀    █████████████
█████████   ███▀     ▄██████████████
▐█████████        ▄████████████████▌
 ██████████    ▄███████████████████
 ▐██████████   ███████████████████▌
  ▐██████████   █████████████████▌
   ▀██████████▄█████████████████▀
     ▀████████████████████████▀
       ▀████████████████████▀
          ▀▀████████████▀▀
              ▀▀▀▀▀▀▀▀




     █
    ██
   ████
  ██▌███
 ▐██▌███▌
 ███ ██▀▌
 ▀██ █▄██
 █▄█ ███▀
 ▀██ ██▄█
 █▄█ ███▌
  ██▌███
  ▐█▌██
   ▐█▌
    █
    █
     ▀
 




░░██████
░░██████
░░██████

░░░░░░░░░░░██████
░░░░░░░░░░░██████
░░░░░░░░░░░██████

██████
██████
██████

░░░░░░░░░░░░░░░░░░░██████
░░░░░░░░░░░░░░░░░░░██████
░░░░░░░░░░░░░░░░░░░██████
 







        ▄▄██████▄▄
       ▐██▀    ▀██▌
       ██        ██
       ██        ██
       ██        ██
      ██████████████
      █████  ███████     ██ 
  ██  █  ████████  █ ██   
      ███████  █████    ██   
      ██████████████
 








▄██▄
▀██▀         ▄██▄
             ▀██▀

       ▄██▄
       ▀██▀

           ▄██▄
  ▄██▄     ▀██▀
  ▀██▀
 


           ▄▄█▄▄   ▄
█▄        ████████▀▄
███      █████████▀
▐███▄    ████████▌
▄▄█████▄▄▄███████▌
  ▀█████████████
  ▄▄██████████▀
    ▄████████▀
▀▀████████▀
    ▀▀▀
 

    ▄█▀▀ ▄▄▄▄▄▄ ▀▀█▄
   ▐█▄████████████▄█▌
  ▐██████████████████▌
  █████▀▀▀████▀▀▀█████
 █████     ██     █████
▐██████▄▄▄████▄▄▄██████▌
 ████▄▀▀▀██████▀▀▀▄████
  ▀▀████        ████▀▀
      ▀▀        ▀▀
 

         █▀▀▄▄▄█▄
         █    ▀█▀
       ▄▄█▄▄
▄██▄▄████████▄▄██▄
█████▀▀████▀▀█████
 ███▄  ▄██▄  ▄███
  ▀████▀██▀████▀
    ▀███▄▄███▀
       ▀▀▀▀

██ ██ ██ ██

   ██ ██ ██

      ██ ██

      ██ ██
   
Homepage

      ██ ██

      ██ ██

   ██ ██ ██

██ ██ ██ ██
   
White Paper
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!