我将 Ubuntu 14.04 LTS 的内核升级到 4.0.5,当我尝试安装视频驱动程序时
sudo apt-get install nvidia-current nvidia-settings
我收到此错误:
Building initial module for 4.0.4-040004-generic
ERROR (dkms apport): kernel package linux-headers-4.0.4-040004-generic is not supported
Error! Bad return status for module build on kernel: 4.0.4-040004-generic (x86_64)
Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.
怎么了 ?
engmmrj@engmmrj-MS-7592:~$ lspci -k | grep -EA2 'VGA|3D'
01:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9400 GT] (rev a1)
Subsystem: NVIDIA Corporation Device 0551
Kernel driver in use: nouveau
答案1
我不建议为 9xxx 适配器安装专有的 Nvidia 驱动程序。
新的 Nvidia 驱动程序对它们支持不佳。
我建议继续使用开源 nouveau。
另外,您可以使用 nvidia-304 驱动程序,但它们不会为已安装的 4.0.4 内核构建。
您可以尝试通过运行以下命令从 Ubuntu 15.04 存储库安装 nvidia-340
sudo apt-get install nvidia-340
但是它们可能无法为您的自定义内核构建。
您也可以尝试从 xorg-edgers 安装相同的 340 驱动程序。它可能会或可能不会为您的内核构建,但您需要学习从控制台卸载驱动程序,因为安装此驱动程序后可能无法加载 GUI。
ppa 中的驱动程序可以通过这种方式安装
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-304
sudo add-apt-repository -r ppa:xorg-edgers/ppa