Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. *-display:0 UNCLAIMED
  2. description: VGA compatible controller
  3. product: GD 5446
  4. vendor: Cirrus Logic
  5. physical id: 2
  6. bus info: pci@0000:00:02.0
  7. version: 00
  8. width: 32 bits
  9. clock: 33MHz
  10. capabilities: vga_controller bus_master
  11. configuration: latency=0
  12. resources: memory:e8000000-e9ffffff memory:ee080000-ee080fff
  13. *-display:1
  14. description: VGA compatible controller
  15. product: NVIDIA Corporation
  16. vendor: NVIDIA Corporation
  17. physical id: 3
  18. bus info: pci@0000:00:03.0
  19. version: a1
  20. width: 64 bits
  21. clock: 33MHz
  22. capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
  23. configuration: driver=nvidia latency=64
  24. resources: irq:28 memory:ec000000-ecffffff memory:e0000000-e7ffffff memory:ea000000-ebffffff ioport:c100(size=128) memory:ee000000-ee07ffff
  25.  
  26. sudo update-pciids
  27.  
  28. lspci -nn | grep '[03'
  29.  
  30. $ nvidia-smi
  31.  
  32. Mon Sep 15 16:02:31 2014
  33. +------------------------------------------------------+
  34. | NVIDIA-SMI 340.32 Driver Version: 340.32 |
  35. |-------------------------------+----------------------+----------------------+
  36. | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
  37. | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
  38. |===============================+======================+======================|
  39. | 0 GeForce GT 650M Off | 0000:01:00.0 N/A | N/A |
  40. | N/A 59C P0 N/A / N/A | 8MiB / 2047MiB | N/A Default |
  41. +-------------------------------+----------------------+----------------------+
  42.  
  43. +-----------------------------------------------------------------------------+
  44. | Compute processes: GPU Memory |
  45. | GPU PID Process name Usage |
  46. |=============================================================================|
  47. | 0 Not Supported |
  48. +-----------------------------------------------------------------------------+
  49.  
  50. $ nvidia-smi --query-gpu=name --format=csv,noheader
  51. GeForce GT 650M
  52.  
  53. lspci | grep VGA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement