Guest User

Testing glxinfo with DRI_PRIME on G5 MF running openSUSE TW

a guest
Dec 8th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.13 KB | Software | 0 0
  1. af1899@192:~> glxinfo -B
  2. name of display: :0
  3. display: :0  screen: 0
  4. direct rendering: Yes
  5. Extended renderer info (GLX_MESA_query_renderer):
  6.     Vendor: Intel (0x8086)
  7.     Device: Mesa Intel(R) Iris(R) Xe Graphics (ADL GT2) (0x46a6)
  8.     Version: 25.3.1
  9.     Accelerated: yes
  10.     Video memory: 15705MB
  11.     Unified memory: yes
  12.     Preferred profile: core (0x1)
  13.     Max core profile version: 4.6
  14.     Max compat profile version: 4.6
  15.     Max GLES1 profile version: 1.1
  16.     Max GLES[23] profile version: 3.2
  17. OpenGL vendor string: Intel
  18. OpenGL renderer string: Mesa Intel(R) Iris(R) Xe Graphics (ADL GT2)
  19. OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.3.1
  20. OpenGL core profile shading language version string: 4.60
  21. OpenGL core profile context flags: (none)
  22. OpenGL core profile profile mask: core profile
  23.  
  24. OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.3.1
  25. OpenGL shading language version string: 4.60
  26. OpenGL context flags: (none)
  27. OpenGL profile mask: compatibility profile
  28.  
  29. OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.3.1
  30. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
  31.  
  32. af1899@192:~> DRI_PRIME=1 glxinfo -B
  33. name of display: :0
  34. pci id for fd 5: 10de:28a1, driver (null)
  35. pci id for fd 6: 10de:28a1, driver (null)
  36. pci id for fd 7: 10de:28a1, driver (null)
  37. glx: failed to create dri3 screen
  38. failed to load driver: nvidia-drm
  39. display: :0  screen: 0
  40. direct rendering: Yes
  41. Extended renderer info (GLX_MESA_query_renderer):
  42.     Vendor: Mesa (0x10de)
  43.     Device: zink Vulkan 1.4(NVIDIA GeForce RTX 4050 Laptop GPU (NVIDIA_PROPRIETARY)) (0x28a1)
  44.     Version: 25.3.1
  45.     Accelerated: yes
  46.     Video memory: 6141MB
  47.     Unified memory: no
  48.     Preferred profile: core (0x1)
  49.     Max core profile version: 4.6
  50.     Max compat profile version: 4.6
  51.     Max GLES1 profile version: 1.1
  52.     Max GLES[23] profile version: 3.2
  53. Memory info (GL_ATI_meminfo):
  54.     VBO free memory - total: 6136 MB, largest block: 6136 MB
  55.     VBO free aux. memory - total: 11771 MB, largest block: 11771 MB
  56.     Texture free memory - total: 6136 MB, largest block: 6136 MB
  57.     Texture free aux. memory - total: 11771 MB, largest block: 11771 MB
  58.     Renderbuffer free memory - total: 6136 MB, largest block: 6136 MB
  59.     Renderbuffer free aux. memory - total: 11771 MB, largest block: 11771 MB
  60. Memory info (GL_NVX_gpu_memory_info):
  61.     Dedicated video memory: 6141 MB
  62.     Total available memory: 17920 MB
  63.     Currently available dedicated video memory: 6136 MB
  64. OpenGL vendor string: Mesa
  65. OpenGL renderer string: zink Vulkan 1.4(NVIDIA GeForce RTX 4050 Laptop GPU (NVIDIA_PROPRIETARY))
  66. OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.3.1
  67. OpenGL core profile shading language version string: 4.60
  68. OpenGL core profile context flags: (none)
  69. OpenGL core profile profile mask: core profile
  70.  
  71. OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.3.1
  72. OpenGL shading language version string: 4.60
  73. OpenGL context flags: (none)
  74. OpenGL profile mask: compatibility profile
  75.  
  76. OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.3.1
  77. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
  78.  
Advertisement
Add Comment
Please, Sign In to add comment