User Tools

Site Tools


ubuntu:gpu:opengl:get_the_opengl_renderer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:gpu:opengl:get_the_opengl_renderer [2023/06/25 09:49] – created peterubuntu:gpu:opengl:get_the_opengl_renderer [2023/06/25 09:52] (current) peter
Line 1: Line 1:
 ====== Ubuntu - GPU - OpenGL - Get the OpenGL Renderer ====== ====== Ubuntu - GPU - OpenGL - Get the OpenGL Renderer ======
 +
 +<code bash>
 +glxinfo | grep "OpenGL renderer"
 +</code>
 +
 +returns:
 +
 +<code bash>
 +OpenGL renderer string: AMD Radeon RX 5700 XT (NAVI10, DRM 3.38.0, 5.8.1-050801-generic, LLVM 10.0.1)
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  If in the OpenGL renderer string: you only see **llvmpipe**, that means your system does not use the GPU but the CPU instead to render the computer graphics.
 +</WRAP>
 +
 +----
  
ubuntu/gpu/opengl/get_the_opengl_renderer.1687686569.txt.gz · Last modified: 2023/06/25 09:49 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki