ATI 5670 HDを使用しています。私はubuntu 12.10 64bitを実行しています。私は自分のビデオカード用の最新のドライバーをインストールしようとしてかなりの時間を費やしてきました。ビデオカードを除いて、他のすべてが機能しているようです。新しいパーティションへの新規インストールです。
私はここの手紙の指示に従いました: http://wiki.cchtml.com/index.php/Ubuntu_Quantal_Installation_Guide
そして、私のカードはドライバによって確実にサポートされています。別のパーティションには、Catalyst 13.1と13.2の両方が完璧に動作する32ビットシステムがあるため、これは確かにわかっています。
Sudo lshw -C video
PCI (sysfs)
*-display UNCLAIMED
description: VGA compatible controller
product: Redwood [Radeon HD 5670]
vendor: Advanced Micro Devices [AMD] nee ATI
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list
configuration: latency=0
resources: memory:d0000000-dfffffff memory:fbee0000-fbefffff ioport:e000(size=256) memory:fbec0000-fbedffff
次に、このツールを使用してみました(これは基本的にガイドの指示と同じです): http://www.thefanclub.co.za/how-to/ubuntu-AMD-catalyst-install
システムにインストールするドライバー(13.1、13.2)に関係なく、結果は常に同じです。
$ fglrxinfo
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 155 (ATIFGLEXTENSION)
Minor opcode of failed request: 66 ()
Serial number of failed request: 13
Current serial number in output stream: 13
手動インストールプロセス中に問題と思われるものを追跡しました。
(Reading database ... 198845 files and directories currently installed.)
Preparing to replace fglrx 2:9.000-0ubuntu3 (using fglrx_12.100-0ubuntu1_AMD64.deb) ...
Removing all DKMS Modules
Done.
Unpacking replacement fglrx ...
Preparing to replace fglrx-amdcccle 2:8.970-0ubuntu1 (using fglrx-amdcccle_12.100-0ubuntu1_AMD64.deb) ...
Unpacking replacement fglrx-amdcccle ...
Preparing to replace fglrx-dev 2:8.970-0ubuntu1 (using fglrx-dev_12.100-0ubuntu1_AMD64.deb) ...
Unpacking replacement fglrx-dev ...
Setting up fglrx (2:12.100-0ubuntu1) ...
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
update-initramfs: deferring update (trigger activated)
Loading new fglrx-12.100 DKMS files...
Building only for 3.5.0-17-generic
Building for architecture x86_64
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
update-initramfs: deferring update (trigger activated)
Processing triggers for ureadahead ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Setting up fglrx-amdcccle (2:12.100-0ubuntu1) ...
Setting up fglrx-dev (2:12.100-0ubuntu1) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-17-generic
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
同じコンピューターに32ビットUbuntuをインストールした場合、重複するインストールプロセス中に「更新の代替」と表示される部分は表示されません。
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
最初のプロセス(ファンクラブのアプリまたは上記のページの指示)を繰り返すことで、起動して実行することができました。
Sudo apt-get install linux-source
Sudo apt-get install linux-headers-generic
Sudo apt-get install linux-headers-$(uname -r)
3つのうちのどれが "did"したのかわかりませんが、インストールした後、プロセスを正常に完了できました。