Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.99 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: Mesa DRI Intel HD Graphics 530 (Skylake GT2) v: 4.5 Mesa 19.1.4 compat-v: 3.0 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: SGI
  11. client glx vendor string: Mesa Project and SGI
  12.     Vendor: Intel Open Source Technology Center (0x8086)
  13. OpenGL vendor string: Intel Open Source Technology Center
  14. ~ >>>                                                                                                                                                                                                              
  15. ~ >>>                                                                                                                                                                                                              
  16. ~ >>> glxinfo|grep Open                                                                                                                                                                                            
  17.     Vendor: Intel Open Source Technology Center (0x8086)
  18. OpenGL vendor string: Intel Open Source Technology Center
  19. OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
  20. OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.1.4
  21. OpenGL core profile shading language version string: 4.50
  22. OpenGL core profile context flags: (none)
  23. OpenGL core profile profile mask: core profile
  24. OpenGL core profile extensions:
  25. OpenGL version string: 3.0 Mesa 19.1.4
  26. OpenGL shading language version string: 1.30
  27. OpenGL context flags: (none)
  28. OpenGL extensions:
  29. OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.1.4
  30. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
  31. OpenGL ES profile extensions:
  32. ~ >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement