AMD独自のドライバー


0

HP Pavilion g6に独自のビデオドライバーをインストールすることにしました。私のシステムはUbuntu 14.10 Utopic Unicorn(昨日更新)です。OK、公式サイトからAMDインストーラーをダウンロードしました。

sudo sh amd-driver-installer-14.301.1001-x86.x86_64.run --buildandinstallpkg

今ログ:

Created directory fglrx-install.Bn1Y9d
Verifying archive integrity... All good.
Uncompressing AMD Catalyst(TM) Proprietary Driver-14.301.1001......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
=====================================================================
 AMD Catalyst(TM) Proprietary Driver Installer/Packager 
=====================================================================
Generating and Installing package: Ubuntu/utopic
Package /home/efog/fglrx-14.301.1001/fglrx_14.301-0ubuntu1_amd64.deb has been successfully generated
Package /home/efog/fglrx-14.301.1001/fglrx-dev_14.301-0ubuntu1_amd64.deb has been successfully generated
Package /home/efog/fglrx-14.301.1001/fglrx-amdcccle_14.301-0ubuntu1_amd64.deb has been successfully generated
Selecting previously unselected package fglrx.
(Reading database ... 393855 files and directories currently installed.)
Preparing to unpack fglrx_14.301-0ubuntu1_amd64.deb ...
Unpacking fglrx (2:14.301-0ubuntu1) ...
Selecting previously unselected package fglrx-amdcccle.
Preparing to unpack fglrx-amdcccle_14.301-0ubuntu1_amd64.deb ...
Unpacking fglrx-amdcccle (2:14.301-0ubuntu1) ...
Setting up fglrx (2:14.301-0ubuntu1) ...
update-alternatives: using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode
update-alternatives: using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode
update-initramfs: deferring update (trigger activated)
Loading new fglrx-14.301 DKMS files...
First Installation: checking all kernels...
Building only for 3.16.0-23-generic
Building for architecture x86_64
Building initial module for 3.16.0-23-generic
Done.

fglrx:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.16.0-23-generic/updates/dkms/

depmod...........

DKMS: install completed.
update-initramfs: deferring update (trigger activated)
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Processing triggers for bamfdaemon (0.5.1+14.10.20140925-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Setting up fglrx-amdcccle (2:14.301-0ubuntu1) ...
Processing triggers for initramfs-tools (0.103ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-23-generic
Processing triggers for libc-bin (2.19-10ubuntu2) ...
fglrx_14.301-0ubuntu1_amd64.deb fglrx-amdcccle_14.301-0ubuntu1_amd64.deb
Cleaning up removed packages
aticonfig: No supported adapters detected
Removing temporary directory: fglrx-install.Bn1Y9d

書くたびaticonfigaticonfig: No supported adapters detected.

しかし:

efog@efog-pc:~/fglrx-14.301.1001$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series] (rev ff)

今、私は再起動するのが怖い:D助けてください。

回答:


0

Ubuntuには追加のドライバーユーティリティがあり、インストールできるプロプライエタリの追加ドライバーが表示されます。また、ゲーマーでない限り、追加のドライバーユーティリティからプロプライエタリのグラフィックドライバーをインストールすることもできます。 AMDの公式Webサイトにある独自のグラフィックカードドライバーの最新バージョンを必要とする非常に新しいグラフィックカード。

起動してデスクトップ環境にログインして修正するか、再起動すると黒い画面が表示される場合がありますが、黒い画面から修正することもできます。

  1. テキストのみのコンソールを表示するには、キーボードの組み合わせCtrl+ Alt+ F3を使用すると、ログインプロンプトを表示するテキストのみの仮想コンソールが表示されます。

  2. テキストのみの仮想コンソールから独自のグラフィックドライバーをアンインストールするには、ログインしてコマンドを実行します。 sudo sh /usr/share/ati/fglrx-uninstall.sh

  3. デスクトップ環境から追加ドライバーユーティリティを起動するには、ダッシュボード追加ドライバーを検索し、追加ドライバーアイコンをクリックします。

  4. また、利用可能なグラフィックスドライバーパッケージを表示するテキストのみのターミナルプログラムもあります。端末またはコンソールから次を実行します。ubuntu-drivers devices

  5. AMD Catalyst Drivers 14.9には14.10のカーネルヘッダーが必要ですが、Utopicのバージョンがありません。これは、AMDの公式Webサイトからダウンロードするのではなく、Ubuntuリポジトリから独自のグラフィックドライバーを選択するもう1つの理由です。

これらのヒントのいくつかが、この問題を整理するのに役立つことを願っています。Ubuntuでは、グラフィックドライバーのインストール、アンインストール、または情報の取得に必要なすべての操作を端末またはテキストのみのコンソールから実行できるため、間違えた場合はログインできなくても修正できます。グラフィカルデスクトップ環境に。


1
私はすでに黒い画面を取得し、コンソールから修正しました。しかし、私はまだプロプライエタリなドライバーをインストールしたいと思っています。アドバイスを求めて、試してみます。
エフォグ14年

ubuntu-drivers devices何かをインストールする前にコマンドを実行します。そのコマンドを実行した結果を確認する必要があります。
karel 14年

efog@efog-pc:~$ ubuntu-drivers devices == /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 == modalias : pci:v00001002d00006840sv0000103Csd00001840bc03sc00i00 model : Thames [Radeon HD 7500M/7600M Series] (Radeon HD 7670M) vendor : Advanced Micro Devices, Inc. [AMD/ATI] driver : fglrx-updates - distro non-free driver : fglrx - distro non-free driver : xserver-xorg-video-ati - distro free builtin recommended
Efog 14年

UPD:aptitudeを使用してインストールされます。しかし今:$ aticonfig \r\n aticonfig: No supported adapters detected
Efog 14年

まだ私を助けるためのタイ:Dしかし、私はもうドライバーを持っていません。efog@efog-pc:~$ sudo sh /usr/share/ati/fglrx-uninstall.sh sh: 0: Can't open /usr/share/ati/fglrx-uninstall.shefog@efog-pc:/usr/share/ati$ ls fglrx-install.log LICENSE.TXT
Efog
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.