Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.46 KB | None | 0 0
  1. $ lspci -nn
  2. 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
  3. 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
  4. 00:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010]
  5. 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01)
  6. 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
  7. 00:02.0 Unclassified device [00ff]: Red Hat, Inc Virtio memory balloon [1af4:1002]
  8. 00:03.0 Multimedia audio controller [0401]: Intel Corporation 82801AA AC'97 Audio Controller [8086:2415] (rev 01)
  9. 00:04.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8]
  10. 00:05.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] (rev 20)
  11. 00:06.0 Communication controller [0780]: Red Hat, Inc Virtio console [1af4:1003]
  12. 00:07.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02)
  13.  
  14. $ glxinfo | grep -i opengl
  15. OpenGL vendor string: VMware, Inc.
  16. OpenGL renderer string: llvmpipe (LLVM 6.0, 128 bits)
  17. OpenGL core profile version string: 3.3 (Core Profile) Mesa 18.0.0-rc5
  18. OpenGL core profile shading language version string: 3.30
  19. OpenGL core profile context flags: (none)
  20. OpenGL core profile profile mask: core profile
  21. OpenGL core profile extensions:
  22. OpenGL version string: 3.0 Mesa 18.0.0-rc5
  23. OpenGL shading language version string: 1.30
  24. OpenGL context flags: (none)
  25. OpenGL extensions:
  26. OpenGL ES profile version string: OpenGL ES 3.0 Mesa 18.0.0-rc5
  27. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
  28. OpenGL ES profile extensions:
  29.  
  30. $ gpu-manager
  31. last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
  32. new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
  33. can't access /run/u-d-c-nvidia-was-loaded file
  34. /etc/modprobe.d is not a file
  35. /etc/modprobe.d is not a file
  36. /etc/modprobe.d is not a file
  37. can't access /opt/amdgpu-pro/bin/amdgpu-pro-px
  38. /etc/modprobe.d is not a file
  39. Looking for nvidia modules in /lib/modules/4.15.0-20-generic/updates/dkms
  40. Error: can't open /lib/modules/4.15.0-20-generic/updates/dkms
  41. Looking for amdgpu modules in /lib/modules/4.15.0-20-generic/updates/dkms
  42. Error: can't open /lib/modules/4.15.0-20-generic/updates/dkms
  43. Is nvidia loaded? no
  44. Was nvidia unloaded? no
  45. Is nvidia blacklisted? no
  46. Is intel loaded? yes
  47. Is radeon loaded? no
  48. Is radeon blacklisted? no
  49. Is amdgpu loaded? no
  50. Is amdgpu blacklisted? no
  51. Is amdgpu versioned? no
  52. Is amdgpu pro stack? no
  53. Is nouveau loaded? no
  54. Is nouveau blacklisted? no
  55. Is nvidia kernel module available? no
  56. Is amdgpu kernel module available? no
  57. Vendor/Device Id: 1013:b8
  58. BusID "PCI:0@0:4:0"
  59. Is boot vga? yes
  60. Vendor/Device Id: 8086:5916
  61. BusID "PCI:0@0:7:0"
  62. Is boot vga? no
  63. Skipping "/dev/dri/card1", driven by "i915"
  64. Skipping "/dev/dri/card0", driven by "cirrus"
  65. Skipping "/dev/dri/card1", driven by "i915"
  66. Skipping "/dev/dri/card0", driven by "cirrus"
  67. Skipping "/dev/dri/card1", driven by "i915"
  68. Skipping "/dev/dri/card0", driven by "cirrus"
  69. Found "/dev/dri/card1", driven by "i915"
  70. output 0:
  71.     card1-DP-4
  72. Number of connected outputs for /dev/dri/card1: 1
  73. Does it require offloading? yes
  74. last cards number = 2
  75. Has amd? no
  76. Has intel? yes
  77. Has nvidia? no
  78. How many cards? 2
  79. Has the system changed? No
  80. Unsupported discrete card vendor: 8086
  81. Nothing to do
  82.  
  83. Spice Server
  84. Cirrus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement