Created
April 10, 2011 15:31
-
-
Save tanelpuhu/912441 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tanel@mave:~$ lspci | grep VGA | |
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 0a) | |
tanel@mave:~$ sudo lshw -C video | |
[sudo] password for tanel: | |
*-display:0 | |
description: VGA compatible controller | |
product: 82G33/G31 Express Integrated Graphics Controller | |
vendor: Intel Corporation | |
physical id: 2 | |
bus info: pci@0000:00:02.0 | |
version: 0a | |
width: 32 bits | |
clock: 33MHz | |
capabilities: msi pm vga_controller bus_master cap_list rom | |
configuration: driver=i915 latency=0 | |
resources: irq:42 memory:dfe00000-dfe7ffff ioport:ecd8(size=8) memory:c0000000-cfffffff memory:dff00000-dfffffff | |
*-display:1 UNCLAIMED | |
description: Display controller | |
product: 82G33/G31 Express Integrated Graphics Controller | |
vendor: Intel Corporation | |
physical id: 2.1 | |
bus info: pci@0000:00:02.1 | |
version: 0a | |
width: 32 bits | |
clock: 33MHz | |
capabilities: pm bus_master cap_list | |
configuration: latency=0 | |
resources: memory:dfe80000-dfefffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment