I'd like to install the proper Nvidia drivers on my system, it's got a GTX 860M, but lspci | grep VGA|3D
returns:
00:02.0 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 860M] (rev a2)
And further inspection to see which controller is active by lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
returns:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA controller])
The last time I tried to install NVidia drivers directly I ended up not being able to boot my system because the screen went to black on boot and was unresponsive to go into terminal-only mode.
So I'm wondering how to proceed?
EDIT: I mean 14.04, unfortunate typo in title :(
EDIT: The last time I attempted to install a NVidia driver (which ended in an unusable OS) I'm fairly certain I did something akin to the long answer here
Thanks for any help,
Robert