Advertisement
dglt

Untitled

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