wiki:Memo_Catalyst

Version 19 (modified by nakasato, 14 years ago) (diff)

--

最新情報

20101109 Catalyst 10.10

kernel 2.6.32-25-genericで動作を確認。これは現時点の最新のカーネル。

Catalystのインストールと設定方法 (2010年11月版)

動作環境

  • Ubuntu 10.04 LTS
  • x86_64
  • Core i7, PhenomX6 1090Tなどで動作確認

設定方法

  1. 10.04LTSをインストールし最新の状態までアップデートする
  2. 必要なパッケージをインストール。以下は例。(あとで確認)
    sudo aptitude install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r) ia32-libs
    
  3. Catalystをダウンロード http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English
  4. インストール (10.10の場合)
    sudo ./ati-driver-installer-10-10-x86.x86_64.run
    
  5. Xの設定。display managerとしてxdmをインストールし設定する
    sudo aptitude install xdm
    sudo vi /etc/X11/xdm/Xservers
    

変更内容

:0 local /usr/bin/X :0 vt7 -nolisten tcp -ac

Stream SDKのインストールと動作確認 (2010年11月版)

  1. SDKをダウンロード http://developer.amd.com/gpu/ATIStreamSDK/Pages/default.aspx
  2. 好きな場所に展開
    cd /opt
    tar xvf ati-stream-sdk-v2.2-lnx64.tgz
    ln -s ati-stream-sdk-v2.2-lnx64 opencl
    
  3. OpenCL ICD用のファイルをダウンロードして展開 http://developer.amd.com/Downloads/icd-registration.tgz
    cd /
    tar xvf icd-registration.tgz
    
  4. DISPLAY環境変数の設定
    export DISPLAY=:0.0
    
  5. OpenCLのテスト 実行結果 CLInfo.txt
    /opt/opencl/samples/opencl/bin/x86_64/CLInfo
    
  6. CALのテスト 実行結果 hellocal.txt
    /opt/opencl/samples/cal/bin/x86_64/hellocal 
    

Attachments (3)

Download all attachments as: .zip