Tôi có một máy tính xách tay Asus với thẻ nVidia. lspci nói với tôi:
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev a1)
Tôi đã cài đặt Ubuntu 14.04 LTS mới (phiên bản 64 bit).
Theo mặc định, Ubuntu 14.04 sử dụng trình điều khiển nouveau, nhưng chúng không hoạt động tốt (nhấp nháy con trỏ, hiển thị 3D chậm, v.v.), vì vậy tôi muốn cài đặt trình điều khiển nvidia độc quyền.
Tôi đi trong Cài đặt hệ thống> Phần mềm & Cập nhật> Trình điều khiển bổ sung. Ubuntu đề xuất cho tôi các tùy chọn sau:
Bất cứ điều gì tôi cố gắng chọn (ngoài Nouveau), sau khi tôi nhấp vào "Thay đổi APply", nó sẽ trở lại Nouveau mà không có bất kỳ phản hồi bổ sung nào ...
Vì vậy, tôi đã cố gắng cài đặt trình điều khiển bằng tay với 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.
Nếu tôi cố gắng tự cài đặt các gói được đề cập, tôi gặp lỗi này:
$ 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.
Tôi có thể làm gì để sữa nó?
Ngoài ra, bạn có nghĩ rằng đó là một lỗi? (nếu vậy tôi sẽ nâng nó trong Launchpad)
Cảm ơn trước!