My nVidia GPU (GTX650-DC) can't be detected by my computer(OS is Ubuntu 14.04). I've searched for related discussion(Ubuntu 14.04 couldn't detect nvidia graphic card (not even detect the model of card)) where the nvidia GPU information can be obtained by the command "sudo lshw -C display." However, the information shown on my computer is as follows and it seems that my nvidia GPU is never detected. Have anyone run into this situation as well? Any suggestions would be highly appreciated!
Output of lshw -C display *-display
:
:~$ sudo lshw -C display *-display
description: VGA compatible controller
product: Xeon E3-1200 v3/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:45 memory:f7800000-f7bfffff memory:e0000000-efffffff ioport:f000(size=64)
lspci -k | grep -EA2 'VGA|3D'
terminal command. – Pilot6 Feb 21 '16 at 08:41