我的显示器->我对我的显示器有问题有问题*我下载了新的我的Nvidia GPU的驱动程序版本。我应该如何安装它?#Ubuntu14LTS 64位
lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Dell Device 04ca
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev a1)
Subsystem: Dell Device 04ca
Kernel driver in use: nouveau发布于 2016-07-31 11:11:40
Ubuntu 14.04中此适配器的驱动程序是这样安装的:
sudo apt-get install nvidia-361 nvidia-prime如果使用UEFI,请禁用安全启动。
https://askubuntu.com/questions/805186
复制相似问题