Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.22 KB | None | 0 0
  1.  >>> inxi -Gxxxz                                                                                                                                                                                                  
  2. Graphics:  Device-1: Intel HD Graphics 530 vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:191b
  3.            Device-2: NVIDIA GM107M [GeForce GTX 960M] vendor: Dell driver: nvidia v: 435.17 bus ID: 02:00.0 chip ID: 10de:139b
  4.            Display: x11 server: X.Org 1.20.5 driver: modesetting,nvidia resolution: 1920x1080~60Hz
  5.            OpenGL: renderer: GeForce GTX 960M/PCIe/SSE2 v: 4.6.0 NVIDIA 435.17 direct render: Yes
  6. ~ >>> lspci | grep -E "VGA|3D"                                                                                                                                                                                    
  7. 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
  8. 02:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
  9. ~ >>> glxinfo | grep -i vendor                                                                                                                                                                                    
  10. server glx vendor string: NVIDIA Corporation
  11. client glx vendor string: NVIDIA Corporation
  12. OpenGL vendor string: NVIDIA Corporation
  13. ~ >>>
  14. ~ >>> glxinfo|grep Open                                                                                                                                                                                            
  15. OpenGL vendor string: NVIDIA Corporation
  16. OpenGL renderer string: GeForce GTX 960M/PCIe/SSE2
  17. OpenGL core profile version string: 4.6.0 NVIDIA 435.17
  18. OpenGL core profile shading language version string: 4.60 NVIDIA
  19. OpenGL core profile context flags: (none)
  20. OpenGL core profile profile mask: core profile
  21. OpenGL core profile extensions:
  22. OpenGL version string: 4.6.0 NVIDIA 435.17
  23. OpenGL shading language version string: 4.60 NVIDIA
  24. OpenGL context flags: (none)
  25. OpenGL profile mask: (none)
  26. OpenGL extensions:
  27. OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 435.17
  28. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
  29. OpenGL ES profile extensions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement