| 12 | 2009年3月の確実なのは、以下の2つのサイトにあるとおりにすることである。 |
| 13 | まず、Catalystを http://wiki.cchtml.com/index.php/Ubuntu_Hardy_Installation_Guide |
| 14 | に従ってインストールする。その後で http://forums.amd.com/devforum/messageview.cfm?catid=328&threadid=99599&enterthread=y |
| 15 | の通りにすればよい。が、後者は冗長かもしれない。やったことのリストは以下のとおり。 |
| 16 | |
| 17 | 以下は、Catalyst version 8.9とSDK version 1.2.1betaでのログである。2009年3月16日における最新versionは、それぞれ9.2と1.4betaである。 |
| 18 | |
| 19 | 1. Ubuntu 8.04 LTSをインストールする。指示に従えばよい。特に変更点はなし。以下、x86_64版を仮定する。 |
| 20 | 2. Catalyst 8.9のインストール |
| 21 | 1. ati-driver-installer-8-9-x86.x86_64.run をダウンロード |
| 22 | 2. インストールに必要なパッケージをインストールする: |
| 23 | {{{ |
| 24 | sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r) ia32-libs alien |
| 25 | }}} |
| 26 | 3. 以下のコマンドでdebパッケージを生成する。 |
| 27 | {{{ |
| 28 | ./ati-driver-installer-8-9-x86.x86_64.run --buildpkg Ubuntu/hardy |
| 29 | }}} |
| 30 | 4. 生成されたdebパッケージをインストールする。 |
| 31 | {{{ |
| 32 | sudo dpkg -i xorg-driver-fglrx_8.582-0ubuntu1_amd64.deb fglrx-kernel-source_8.582-0ubuntu1_amd64.deb fglrx-amdcccle_8.582-0ubuntu1_amd64.deb fglrx-modaliases_8.582-0ubuntu1_amd64.deb |
| 33 | }}} |
| 34 | 5. xorg.confの修正。以下のコマンドで必要なエントリーが挿入される。 |
| 35 | {{{ |
| 36 | sudo aticonfig --initial -f |
| 37 | }}} |
| 38 | 6. 念のために以下のコマンドを実行する。 |
| 39 | {{{ |
| 40 | sudo aticonfig --input=/etc/X11/xorg.conf --tls=1 |
| 41 | }}} |
| 42 | 7. X serverを再起動する。あるいは、PC自体を再起動する。 |
| 43 | 8. fglrxinfoやxdpyinfoで正しくfglrxが読み込まれているか確認する。 |
| 44 | 3. Stream SKDのインストール |
| 45 | |