
Originally Posted by
Bashing-om
zan-public; Well ...
Let's see if you DO have the driver loaded .
Code:
sudo lshw -C display
the configuration line in that output will list the driver installed ( if any) .
and while we are at it, see what the hardware is:
Code:
lspci -nnk | grep -iA3 vga
back to the basics
Code:
sudo lshw -C display
gives us:
Code:
*-display description: 3D controller
product: GM108M [GeForce 840M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:07:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=nvidia latency=0
resources: irq:16 memory:b5000000-b5ffffff memory:a0000000-afffffff memory:b0000000-b1ffffff ioport:6000(size=128)
*-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:b7000000-b73fffff memory:c0000000-cfffffff ioport:8000(size=64)
Code:
lspci -nnk | grep -iA3 vga
Gives us:
Code:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
Subsystem: Hewlett-Packard Company Device [103c:1968]
Kernel driver in use: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
Bookmarks