document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. PCI (sysfs)
  2.  
  3. ^Ckent@PowerEdge-R900:~$ sudo lshw -C display
  4. PCI (sysfs)
  5. ^Ckent@PowerEdge-R900:~$ sudo apt-get install lshw
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. lshw is already the newest version.
  10. The following packages were automatically installed and are no longer required:
  11. language-pack-kde-en kde-l10n-engb language-pack-kde-en-base
  12. Use 'apt-get autoremove' to remove them.
  13. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  14. kent@PowerEdge-R900:~$ sudo apt-get install lshw-gtk
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. The following packages were automatically installed and are no longer required:
  19. language-pack-kde-en kde-l10n-engb language-pack-kde-en-base
  20. Use 'apt-get autoremove' to remove them.
  21. The following NEW packages will be installed:
  22. lshw-gtk
  23. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  24. Need to get 396 kB of archives.
  25. After this operation, 1,527 kB of additional disk space will be used.
  26. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe lshw-gtk amd64 02.15-2 [396 kB]
  27. Fetched 396 kB in 6s (63.1 kB/s)
  28. Selecting previously unselected package lshw-gtk.
  29. (Reading database ... 248539 files and directories currently installed.)
  30. Unpacking lshw-gtk (from .../lshw-gtk_02.15-2_amd64.deb) ...
  31. Processing triggers for desktop-file-utils ...
  32. Processing triggers for bamfdaemon ...
  33. Rebuilding /usr/share/applications/bamf.index...
  34. Processing triggers for gnome-menus ...
  35. Processing triggers for man-db ...
  36. Setting up lshw-gtk (02.15-2) ...
  37. kent@PowerEdge-R900:~$ sudo lshw -C display
  38. *-display
  39. description: VGA compatible controller
  40. product: Oland [Radeon HD 8500 Series]
  41. vendor: Hynix Semiconductor (Hyundai Electronics)
  42. physical id: 0
  43. bus info: pci@0000:0e:00.0
  44. version: 00
  45. width: 64 bits
  46. clock: 33MHz
  47. capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
  48. configuration: driver=fglrx_pci latency=0
  49. resources: irq:92 memory:b0000000-bfffffff memory:de5c0000-de5fffff ioport:ec00(size=256) memory:de400000-de41ffff
  50. *-display UNCLAIMED
  51. description: VGA compatible controller
  52. product: ES1000
  53. vendor: Hynix Semiconductor (Hyundai Electronics)
  54. physical id: c
  55. bus info: pci@0000:1b:0c.0
  56. version: 02
  57. width: 32 bits
  58. clock: 33MHz
  59. capabilities: pm vga_controller cap_list
  60. configuration: latency=32 mingnt=8
  61. resources: memory:c0000000-c7ffffff ioport:cc00(size=256) memory:de6f0000-de6fffff memory:de600000-de61ffff
');