nVidiaカードを搭載したAsusラップトップを持っています。lspciは私に言っています:
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev a1)
Ubuntu 14.04 LTS(64ビット版)の新規インストールを行いました。
デフォルトでは、Ubuntu 14.04はnouveauドライバーを使用しますが、カーソルが点滅しない(3Dディスプレイが遅いなど)ので、十分に機能しないため、独自のnvidiaドライバーをインストールします。
[システム設定]> [ソフトウェアとアップデート]> [追加ドライバー]に移動します。Ubuntuは私に次のオプションを提案しています:
(Nouveau以外の)選択しようとするものは何でも、[変更の適用]をクリックすると、追加のフィードバックなしでNouveauに戻ります...
だから私はaptでドライバーを手動でインストールしようとしました:
$ sudo apt-get install nvidia-331
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:
nvidia-331 : Depends: lib32gcc1 but it is not going to be installed
Depends: libc6-i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
上記のパッケージを手動でインストールしようとすると、次のエラーが発生します。
$ sudo apt install lib32gcc1 libc6-i386
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:
libc6-i386 : Depends: libc6 (= 2.19-0ubuntu5) but 2.19-0ubuntu6 is to be installed
E: Unable to correct problems, you have held broken packages.
これを修正するにはどうすればよいですか?
また、それはバグだと思いますか?(もしそうなら私はそれをLaunchpadで上げるでしょう)
前もって感謝します!