Pie*_*rre 9 nvidia proprietary software-installation 14.04
我有一台带有 nVidia 卡的华硕笔记本电脑。lspci 告诉我:
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev a1)
Run Code Online (Sandbox Code Playgroud)
我全新安装了 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.
Run Code Online (Sandbox Code Playgroud)
如果我尝试手动安装提到的软件包,则会收到此错误:
$ 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.
Run Code Online (Sandbox Code Playgroud)
我能做些什么来解决这个问题?
另外,你认为这是一个错误吗?(如果是这样,我会在 Launchpad 中提出)
提前致谢!
好的,看起来使用的更新服务器(台湾)不是最新的,导致未满足的依赖项和其他问题。
为了解决这个问题,我转到系统设置>软件和更新>Ubuntu软件并选择“从:主服务器下载”(以前是“从:台湾服务器下载”)
现在可以安装专有驱动程序。
| 归档时间: |
|
| 查看次数: |
26010 次 |
| 最近记录: |