I've got a typical problem with my NVidia GPU. I recently installed Ubuntu 14.04 over windows 7 and completely whiped everything (on purpose), so I have a clean Ubuntu computer. Some specs:
- ASUS KJ52c
- RAM: 4 Gb
- GPU: Hybrid NVidia 310M and Intel integrated Graphics
- Processor: some Intel i5
On Ubuntu 13 I had the NVidia card up and running with bumblebee, and on Windows 7 it worked as a charm. Now, it's not recognized as hardware any more.
lspci | grep VGA
shows:
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
lspci -v
shows no hint of NVidia anywhere As such, I can't install any drivers for it, nor get bumblebee / nvidia prime running.
Any ideas would be very much appreciated.
$ lspci -nn | grep '[03' 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18)
Is that only only card? In the BIOS I can either chose to let hybrid graphic work on windows XP / 7, or 'others', which is the option I use now. What should I look for in the dmesg output? It shows no sign of 'display', 'nvidia' or anything video related that is not controlled by Intel.
– cvdsteeg Sep 14 '14 at 17:29ubuntu-bug linux
to open a bug against the kernel, since it's not picking it up correctly. – P.-H. Lin Oct 22 '14 at 09:57