AMDグラフィックスカードドライバがインストールされていません。

AMDグラフィックスカードドライバがインストールされていません。

私は最新バージョンのKali Linuxを実行しています。

私は次のコマンドでそれを試しました。

apt-get install fglrx-atieventsd fglrx-driver fglrx-control fglrx-modules-dkms -y

わかりました:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fglrx-driver : Depends: xorg-video-abi-18 but it is not installable or
                         xorg-video-abi-15 but it is not installable or
                         xorg-video-abi-14 but it is not installable or
                         xorg-video-abi-13 but it is not installable or
                         xorg-video-abi-12 but it is not installable or
                         xorg-video-abi-11 but it is not installable or
                         xorg-video-abi-10 but it is not installable or
                         xorg-video-abi-8 but it is not installable or
                         xorg-video-abi-6.0 but it is not installable
                Recommends: libgl1-fglrx-glx (= 1:14.12-2.1) but it is not going to be installed
                Recommends: libgl1-fglrx-glx-i386
E: Unable to correct problems, you have held broken packages.

ベストアンサー1

うーん.. "apt-get install"の代わりに "aptitude install"を試して、以下のコマンドを実行することもできます。

apt-get install -y 適性

適性インストール libgl1-fglrx-glx libgl1-fglrx-glx-i386

適性インストール fglrx-atieventsd fglrx-driver fglrx-control fglrx-modules-dkms

おすすめ記事