Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. #:/etc/apt/sources.list.d$ lshw -c video
  2. WARNING: you should run this program as super-user.
  3. *-display
  4. description: VGA compatible controller
  5. product: NVIDIA Corporation
  6. vendor: NVIDIA Corporation
  7. physical id: 0
  8. bus info: pci@0000:01:00.0
  9. version: a1
  10. width: 64 bits
  11. clock: 33MHz
  12. capabilities: vga_controller bus_master cap_list rom
  13. configuration: driver=nvidia latency=0
  14. resources: irq:144 memory:a4000000-a4ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:4000(size=128) memory:a5000000-a507ffff
  15. *-display
  16. description: VGA compatible controller
  17. product: Intel Corporation
  18. vendor: Intel Corporation
  19. physical id: 2
  20. bus info: pci@0000:00:02.0
  21. version: 00
  22. width: 64 bits
  23. clock: 33MHz
  24. capabilities: vga_controller bus_master cap_list rom
  25. configuration: driver=i915 latency=0
  26. resources: irq:131 memory:a3000000-a3ffffff memory:80000000-8fffffff ioport:5000(size=64) memory:c0000-dffff
  27. WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
  28. #:/etc/apt/sources.list.d$ lspci -nnk | grep -i vga -A3 | grep 'in use'
  29. Kernel driver in use: i915
  30. Kernel driver in use: nvidia
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement