Ubuntu 14.04无法检测到nvidia显卡(甚至没有检测到卡的型号)

我是Linux的新手,我正在安装Cuda,这需要Nvidia显卡才能工作。 我的笔记本电脑是联想Y50-70,带有GTX960M卡。 我的系统是Ubuntu 14.04。

这是我从系统得到的结果:

jinchao@jinchao-laptop:~$ sudo lshw -C display [sudo] password for jinchao: *-display description: 3D controller product: NVIDIA Corporation vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:01:00.0 version: a2 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list rom configuration: driver=nvidia latency=0 resources: irq:51 memory:d0000000-d0ffffff memory:a0000000-afffffff memory:b0000000-b1ffffff ioport:4000(size=128) memory:b2000000-b207ffff *-display description: VGA compatible controller product: 4th Gen Core Processor Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 06 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:47 memory:d1000000-d13fffff memory:c0000000-cfffffff ioport:5000(size=64) 

我已经尝试了很多post中描述的几个解决方案,比如: Ubuntu和ASUS G750JM,GTX860M / Nvidia问题 , 如何让Ubuntu识别我的nvidia显卡? , 为什么Ubuntu 14.04无法识别NVIDIA GeForce 310M硬件? 等等。 不幸的是,它们都不适合我。 我甚至尝试安装ubuntu 15.04,但同样的问题仍然存在。

看来我的问题与大多数post有点不同。 在大多数post中,至少当他们运行sudo lshw -C display ,系统可以检测到图形卡的正确型号,而在我的情况下,它只检测product: NVIDIA Corporation

谁能帮我? 真的很乖!

您需要为这个全新的型号安装新的驱动程序。 在终端运行

 sudo add-apt-repository ppa:xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-352 nvidia-prime sudo add-apt-repository -r ppa:xorg-edgers/ppa 

并重新启动。

我知道这是一个旧post,但我刚刚在带有NVIDIA GEForce 960M GTX显卡的联想Y700上安装了Ubuntu 14.04.4,并且遇到了同样的问题。 我想到如果我在BIOS中将图形从’Switchable’更改为’Internal’,那么问题就会消失。 经过进一步检查,“内部卡”是英特尔。 如果你想要NVIDIA卡进行游戏,这不是一个理想的解决方案,但它对我有用。