Advertisement
Guest User

glxinfo

a guest
Dec 27th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | Software | 0 0
  1. glxinfo -B:
  2.  
  3. name of display: :0
  4. display: :0 screen: 0
  5. direct rendering: Yes
  6. Extended renderer info (GLX_MESA_query_renderer):
  7. Vendor: Intel (0x8086)
  8. Device: Mesa Intel(R) UHD Graphics (CML GT2) (0x9b41)
  9. Version: 22.3.1
  10. Accelerated: yes
  11. Video memory: 7777MB
  12. Unified memory: yes
  13. Preferred profile: core (0x1)
  14. Max core profile version: 4.6
  15. Max compat profile version: 4.6
  16. Max GLES1 profile version: 1.1
  17. Max GLES[23] profile version: 3.2
  18. OpenGL vendor string: Intel
  19. OpenGL renderer string: Mesa Intel(R) UHD Graphics (CML GT2)
  20. OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.3.1
  21. OpenGL core profile shading language version string: 4.60
  22. OpenGL core profile context flags: (none)
  23. OpenGL core profile profile mask: core profile
  24.  
  25. OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.3.1
  26. OpenGL shading language version string: 4.60
  27. OpenGL context flags: (none)
  28. OpenGL profile mask: compatibility profile
  29.  
  30. OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.3.1
  31. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
  32.  
  33.  
  34. prime-run glxinfo -B:
  35. name of display: :0
  36. display: :0 screen: 0
  37. direct rendering: Yes
  38. Memory info (GL_NVX_gpu_memory_info):
  39. Dedicated video memory: 2048 MB
  40. Total available memory: 2048 MB
  41. Currently available dedicated video memory: 1999 MB
  42. OpenGL vendor string: NVIDIA Corporation
  43. OpenGL renderer string: NVIDIA GeForce MX250/PCIe/SSE2
  44. OpenGL core profile version string: 4.6.0 NVIDIA 525.60.11
  45. OpenGL core profile shading language version string: 4.60 NVIDIA
  46. OpenGL core profile context flags: (none)
  47. OpenGL core profile profile mask: core profile
  48.  
  49. OpenGL version string: 4.6.0 NVIDIA 525.60.11
  50. OpenGL shading language version string: 4.60 NVIDIA
  51. OpenGL context flags: (none)
  52. OpenGL profile mask: (none)
  53.  
  54. OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 525.60.11
  55. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Tags: log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement