Advertisement
Guest User

Untitled

a guest
Sep 11th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. robert@robert-NE56R:~$ lspci | grep "VGA"
  2. 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
  3. robert@robert-NE56R:~$ clear
  4. robert@robert-NE56R:~$ sudo lshw _C video
  5. [sudo] password for robert:
  6. Hardware Lister (lshw) - B.02.15
  7. usage: lshw [-format] [-options ...]
  8. lshw -version
  9.  
  10. -version print program version (B.02.15)
  11.  
  12. format can be
  13. -html output hardware tree as HTML
  14. -xml output hardware tree as XML
  15. -short output hardware paths
  16. -businfo output bus information
  17.  
  18. options can be
  19. -class CLASS only show a certain class of hardware
  20. -C CLASS same as '-class CLASS'
  21. -c CLASS same as '-class CLASS'
  22. -disable TEST disable a test (like pci, isapnp, cpuid, etc. )
  23. -enable TEST enable a test (like pci, isapnp, cpuid, etc. )
  24. -quiet don't display status
  25. -sanitize sanitize output (remove sensitive information like serial numbers, etc.)
  26. -numeric output numeric IDs (for PCI, USB, etc.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement